In the previous chapter, we discussed how to deploy a Process or distribute it. We learned how to debug Process Builder. We also discussed how to forward a Flow or Process error email to other users or an IT team.
In this chapter, we will discuss some advanced concepts of Process Builder, such as how to apply a filter when updating related records, how to execute multiple groups of actions, and how to call Apex from Process Builder. We will also discuss how you can use one process to implement multiple business requirements.
The following topics will be covered in this chapter:
-
Using Workbench to get the complete details of a process
- Using custom labels in Process Builder
- Calling an Apex class from Process Builder
- Bypass processes using custom permissions
- Defining additional conditions when updating records...