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 about the Flow design:

  1. As far as possible, use fewer elements in your Flow, so it will take less execution time.

  2. The limit on the number of executed elements at runtime is 2,000.

  3. One organization can have a maximum of 500 active Flows and processes.

  4. One organization can have a maximum of 1,000 Flows and processes.

  5. The date must be in the MM/DD/YYYY format while entering a date and the MM/DD/YYYY HH:SS format for date and time.

  6. The Flow will return null at runtime if you leave any field or resource value blank.

  7. For the text value if you want it to be treated as empty a string instead of null, then set it to {!$GlobalConstant.EmptyString}.

  8. At runtime, the date/time values reflect the time zone settings in Salesforce. For the running users and in the Flow designer, date/time values reflect the time zone set on your computer.

  9. UTF-8 encoding for text in user input fields is not supported by Cloud Flow Designer.

  10. If you entered null as the...