Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
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
<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
your post is very useful to me...Thank you