Skip to content

Instantly share code, notes, and snippets.

@creativecontentlabtokyo
Last active February 28, 2021 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creativecontentlabtokyo/7bd26953c0b4d4d87364df752769eca1 to your computer and use it in GitHub Desktop.
Save creativecontentlabtokyo/7bd26953c0b4d4d87364df752769eca1 to your computer and use it in GitHub Desktop.
<apex:page standardController="Contact" recordSetVar="Contact">
<flow:interview name="ShowSelectedContactList" finishLocation="{!URLFOR('/lightning/o/Contact/list?filterName=Recent')}">
<apex:param name="ContactRecordSet" value="{!Selected}"/>
</flow:interview>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment