Sunday 29 April 2012

Flow in visualforce page

For inserting flow in visual force page we can activate the flow as show below.
1)Click on flows by navigate to setup->App setup->create->flows
2)Click on flow name whatever the flow we want to activate as shown below
3)Now click on Activate
4)Now click on pages in develop and then inserting flow as shown below ,here accountflow is name of flow
5)Now save and run the page as shown below

6 comments:

  1. Above given shots is good,But i need some more details about flows like where it is used and purpose...
    please give the detail description about flows....
    I hope i will see the new post on flows sooooon..
    Thank you.

    ReplyDelete
    Replies
    1. You have more details on it in "Flows designing in cloud flow designer" link in April month refer it.

      Delete
  2. Thnks for dat ...
    Can i get more examples on flows with some complexity usage.

    ReplyDelete
    Replies
    1. Hi Sreeram,
      We can include our own business logic as we want through class(plugin).Please refer apex developers guide once you can get more details about it.
      All the best.

      Delete













  3. If i am using in this page . an Error message like Error Error: Flow "Account Flow" is not found or doesn't have an active version.
    i actived the flow before itself even thought error rises

    ReplyDelete
  4. If i am using in this page . an Error message like Error Error: Flow "Account Flow" is not found or doesn't have an active version.
    i actived the flow before itself even though error rises










    ReplyDelete

How to include a screen flow in a Lightning Web Component

 Hi, Assume  you have a flow called "Quick Contact Creation" and API Name for the same is "Quick_Contact_Creation". To i...