Activity Forums Salesforce® Discussions How can you embed a Visualflow in a Visualforce page in Salesforce?

  • Piyush

    Member
    September 9, 2019 at 5:04 am

    Hi Prachi,

    1. From Setup, enter Flows in the Quick Find box, then select Flows.
    2. Click the name of the flow that you want to embed.
    3. Define a new Visualforce page or open one that you want to edit.
    4. Add the <flow:interview> component, somewhere between the <apex:page> tags.
    5. Set the name attribute to the unique name of the flow. For example:

    <apex:page>
    <flow:interview name="flowAPIName"/>
    </apex:page>

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos