How to call a Visual Flow using Button and VF Page
Through Button:
Call by using the URL
Through VF page:
Flow with a input
Parameter
<apex:page standardController="Case" tabStyle="Case" >
<flow:interview name="ModemTroubleShooting">
<apex:param name="vaCaseNumber" value="{!Case.CaseNumber}"/>
</flow:interview>
</apex:page>
P.S: Comment Below for any Clarification or help!!
Happy working!! :) :)
Comments
Post a Comment