Book Image

Learning Salesforce Visual Workflow

By : Rakesh Gupta
Book Image

Learning Salesforce Visual Workflow

By: Rakesh Gupta

Overview of this book

Table of Contents (14 chapters)
Learning Salesforce Visual Workflow
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

A few points to remember


The following are some noteworthy points regarding data manipulation in a Flow:

  1. Make sure that field is set as Input and Output to pass value from the controller.

  2. Use the <apex:param> component in a Visualforce page to set variables value.

  3. Use the start() method in the Flow.Interview class to call a Flow from a controller.

  4. Using the standard list controller, you can set the SObject Collection Variable value from the standard controller.

  5. If you have embedded a Flow into a Visualforce page and Flow is not activated, then at runtime, Flow users will receive an error.

  6. Once you deactivated a Flow, after 12 hours you can delete it.

  7. If you have used the same choice in multiple screens on the same Flow, and you want to find a recent one, then use was selected in your query.

  8. To set a record type for a record, use record type ID.

  9. If the Flow Designer doesn't show a custom object or fields you recently created, close the Flow Designer and reopen it.

  10. You can distribute a Flow through...