Thursday, December 8, 2022

How To Redirect Your Users When Flows Finish (retURL)

 


To redirect users to a specific page in Salesforce after they click Finish:

/flow/flowName?retURL=url

For example: Redirect to Account Home Page

/flow/myFlow?retURL=001/o 

URL Options

You can't redirect flow users to a URL that’s external to your Salesforce org.

REDIRECT DESTINATIONRELATIVE URL (url)EXAMPLE
Chatter_ui/core/chatter/ui/ChatterPage_ui/core/chatter/ui/ChatterPage
Home pagehome/home.jsphome/home.jsp
List viewobjectCode?fcf=listViewId006?fcf=00BD0000005lwec
Object home page, such as Accounts homeobjectCode/o001/o
Specific record, such as a contact, report, dashboard, user, profile, or Chatter postrecordId0D5B000000SKZ7V
Visualforce pageapex/pageNameapex/myVisualforcePage


No comments:

Post a Comment