Advertisement
martyychang

Opportunity Publisher Action Visual Workflow

May 23rd, 2014
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.30 KB | None | 0 0
  1. <apex:page standardController="Opportunity">
  2.     <flow:interview name="SampleFlow" buttonLocation="bottom"
  3.                    finishLocation="{!URLFOR($Action.Opportunity.View, Opportunity.Id)}">
  4.         <apex:param name="OpportunityId" value="{!Opportunity.Id}"/>
  5.     </flow:interview>
  6. </apex:page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement