function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
_sfdc_sfdc 

what is visual flow?

Ashish_SFDCAshish_SFDC
Hi ,


There is a feature in salesforce through which we can create Wizards and multipage flows etc.

We can use it without code with the Point Click and Drag interface and also add any code and logic to it with Visualforce and Apex.

See the Short 2 min Video : http://www.youtube.com/watch?v=oY4E4OT9kaU

Also see the overview docs, 

https://wiki.developerforce.com/page/Visual_Workflow

https://help.salesforce.com/HTViewHelpDoc?id=vpm_admin_flow_overview.htm&language=en_US


Regard,
Ashish
_sfdc_sfdc
how to use flows in visualforce pages?

Ashish_SFDCAshish_SFDC
Hi Siva, 


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

Where MyUniqueFlow is the name of the flow, 

See the documentation below, 

http://help.salesforce.com/HTViewHelpDoc?id=vpm_admin_add_flow_to_vfpage.htm&language=en_US

http://www.salesforce.com/us/developer/docs/pages/Content/pages_flows_adding.htm


Regards,
Ashish


_sfdc_sfdc
Hi Ashish,

your post is very useful to me...Thank you