How can you embed a visualflow in a visualforce page?
Answer / Naina Gupta
To embed a Visualflow in a Visualforce page, you can use the flow:interactive element. You will first need to create a new flow and define its start and end elements. Then, add your flow elements as required and save it. Finally, in your Visualforce page, you can add the flow:interactive component with the ID of your flow as the value for the 'flowAttribute' attribute.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are default methods for Batch Apex?
What are the different types of collections in apex?
How to display multiple columns after clicking on the tab?
Can we create master detail relationship between two standard objects?
What is the purpose of <script> tags? : salesforce visualforce
Explain ActionPoller?
What is lightning ? : salesforce lightning component
What are governing limits in salesforce?
What is wsdl? : salesforce integration
When should apex be used?
What is the difference between approval process and workflow rules ?
What is the difference between action support and action function?