Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.24 KB

Host Flow in a Visualforce page with Aura Component Dependency

Requirements

  • My Domain Enabled
  • One Aura Application
  • One Visualforce page
  • One Screen Flow

| optional |

  • Has a Community Site (or)
  • Digial Experienc Enabled
  • Have at least one published site to test

To Customize

  1. Have your screen flow ready and activated (Your flow should not have required input parameters to start the interview; this template is not built to supoprt it. ex. I need to start the flow interview with a list of selected records from the page)

  2. flowVF LINE 22: Replace the Aura Application name c:<name> to yours if it has a different name.

  3. flowVF LINE 31: Replace the flow API name to your target flow.

  4. Provide access to the flowVF page for relevant community user profiles.

  5. Link or embed your flowVF page to your community or experience site

This is a very very rough template

FlowInVfF

Resource

Salesforce Documentation : Render Lightning Runtime for Flows in a Visualforce Page