Skip to content

Instantly share code, notes, and snippets.

@thebrettbarlow
Last active January 31, 2019 05:24
Show Gist options
  • Save thebrettbarlow/21a0e3100aacd843e02321bf0e4bcf7b to your computer and use it in GitHub Desktop.
Save thebrettbarlow/21a0e3100aacd843e02321bf0e4bcf7b to your computer and use it in GitHub Desktop.
<apex:page standardController="ObjectName">
<flow:interview name="FlowName"
finishLocation="/{!ObjectName.Id}">
<!-- This is an example apex:param that would
pass a value from this record to the Flow -->
<apex:param name="varName" value="{!ObjectName.FieldName}"/>
</flow:interview>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment