Skip to content

rajasGit/FlowDynamicRedirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlowDynamicRedirect

Flow Sample to show Dynamic Redirect to a record detail page when the user finishes a flow

This is a sample Salesforce ANT package which can be used to see how you can redirect the user to the detail page of a record created in the flow when the user clicks on the Finish button.

Note that this works only for Flows embedded in a Visualforce page and will not work if you are simple running the flow through the url.

Instructions( When using Salesforce Ant)

  1. Get the package
  2. Modify the build.properties file to point to your salesforce instance
  3. run 'ant deployUnpackaged'
  4. Run the flow by going to the Visualforce Page http:///apex/takeMetoAccount

Instructions( When NOT using Salesforce Ant)

  1. Get the package
  2. Use the IDE or any other MD API based tool to create the Flow includes in this package
  3. Create the Visualforce Page and the Apex Controller class listed in the package manually.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages