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

Popular posts from this blog

Embed Special Characters in VF Page

Error: Compile Error: Illegal conversion from String to System.PageReference

Some Common Errors in the Visual flow