A quick look at the Lightning Process Builder.
Overview
People in the salesforce world use automated processes a lot. We all know that almost each and every CRM of salesforce has a workflow associated with it. Workflow assists in assigning several actions like sending emails, sending outbound messages, assigning tasks to other users, and updating fields based on rule criteria and evolution criteria and sometimes based on specified time as well. But to make the automation process easier, a new process came into the picture –Lightning Process Builder. This provides a graphical representation of the process a person builds. In other words, we can call it a type of visual workflow.
Demonstration:
Following functions are available in Lightning Process Builder:
1. In the process builder first, we select the object
2. After this, we add the criteria. In the criteria we have a mandatory part which is:
- Criteria for executing the action, and then it is further divided into three parts:
-
-
- Conditions are met: There are three types of conditions that we can set in here:
- All of the conditions are met.
- Any of the conditions are met.
- Customize the logic: In this, we can set our own logic.
- Conditions are met: There are three types of conditions that we can set in here:
-
- Formula evaluates to true: We can build a formula in this section.
- No Criteria-just execute the action: This option will fire the action without any criteria.
3. In a process builder, we can also take immediate action. In this section, we have several Action Types.
4. We can also set scheduled actions in Process Builder.
5. If the first criterion becomes false we can set another criterion for that part.
Leave A Comment