Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Salesforce Visual Workflow and Process Builder

You're reading from   Learning Salesforce Visual Workflow and Process Builder Flows and automation for enhanced business productivity

Arrow left icon
Product type Paperback
Published in May 2017
Publisher
ISBN-13 9781787284999
Length 448 pages
Edition 2nd Edition
Arrow right icon
Author (1):
Arrow left icon
Rakesh Gupta Rakesh Gupta
Author Profile Icon Rakesh Gupta
Rakesh Gupta
Arrow right icon
View More author details
Toc

Table of Contents (9) Chapters Close

Preface 1. Getting Started with Visual Workflow FREE CHAPTER 2. Creating Flow through Point and Click 3. Manipulating Records in Visual Workflow 4. Debugging and New Ways to Call a Flow 5. Developing Applications with Process Builder 6. Building Efficient and Performance Optimized Processes 7. Building Applications without Code 8. Enabling Flows to Work with Lightning Experience

A few points to remember

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

  • Make sure that the field is set as Input and Output to pass values from the controller.
  • Use the <apex:param> component in the Visualforce page to set the variables' value.
  • Use the start() method in the Flow.Interview class to call a Flow from a controller.
  • Using the standard list controller, you can set the SObject Collection Variable value from the standard controller.
  • If you have embedded a Flow into a Visualforce page and Flow is not activated, then at runtime, Flow users will receive an error.
  • Once you have deactivated a Flow, you can immediately delete it.
  • If you are using the same choice in multiple screens on a Flow and you want to find the recent one, then use was selected in your query.
  • To set the record type for a record, use the record type ID.
  • If the Flow Designer doesn't show the...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime