Book Image

Learning Salesforce Visual Workflow and Process Builder - Second Edition

By : Rakesh Gupta
Book Image

Learning Salesforce Visual Workflow and Process Builder - Second Edition

By: Rakesh Gupta

Overview of this book

Salesforce Management System is an information system used in CRM to automate the business processes like sales and marketing. To implement this, Force.com developed a powerful tool called Visual Workflow to automate business processes by creating applications also called Flows. Learning Salesforce Visual Workflow, Second Edition is a practical guide on Flows that will enable you to develop custom applications in Salesforce with minimized code usage. The book starts with an introduction to Visual Workflows that teaches all the building blocks of creating Flows and use it efficiently. You will learn how to easily automate business processes and tackle complex business scenarios using Flows. The book explains the working of the Process Builder so you can create reusable processes. The book also covers how you can integrate existing or newly created Flows with the Salesforce Lightening Experience. By the end of the book, you will get a clear understanding on how to use Flows and Process Builder in your organization to optimize code usage.
Table of Contents (9 chapters)

Hands on 4 - embedding a Flow into a Lightning Record Page

Until now, we have learned how to embed Standalone Flows in Lightning App Pages and open them up for Lightning Experience and Salesforce1 mobile app users. But what about the Flows that required Record ID to process user input? For example, suppose you have developed a Flow that allows your users to create an opportunity from an Account and then associate it with the Account from where the Flow gets started. In this scenario, the Flow needs the Account ID. In classic Salesforce, you can use the custom button to pass the Account ID, and you can do the same thing for Lightning Experience too. But the situation is different when you are planning to embed a Flow in Lightning Record Pages, then there is a secret way through which you can pass the origin record ID to your Flow.

Let's look at a business scenario. Helina Jolly is working as a system administrator...