To redirect users to a specific page in Salesforce after they click Finish:
For example: Redirect to Account Home Page
URL Options
You can't redirect flow users to a URL that’s external to your Salesforce org.
REDIRECT DESTINATION | RELATIVE URL (url) | EXAMPLE |
---|---|---|
Chatter | _ui/core/chatter/ui/ChatterPage | _ui/core/chatter/ui/ChatterPage |
Home page | home/home.jsp | home/home.jsp |
List view | objectCode?fcf=listViewId | 006?fcf=00BD0000005lwec |
Object home page, such as Accounts home | objectCode/o | 001/o |
Specific record, such as a contact, report, dashboard, user, profile, or Chatter post | recordId | 0D5B000000SKZ7V |
Visualforce page | apex/pageName | apex/myVisualforcePage |
No comments:
Post a Comment