Contents
Can you have multiple process builder on same object?
Yes. It is best practice to have 1 process builder on each object. You can have multiple actions. Set the process to trigger on edit of record.
How many actions are there in process builder?
You can add upto 10 immeidate actions and 10 scheduled actions.
What are actions in process builder?
Actions: What the Process Should Do
- Create records.
- Update the record that started the process or any related record.
- Submit that record for approval.
- Update one or more related records.
- Send emails using a specified email template.
- Post to a Chatter feed.
Which is an example of a process builder action?
Example: A create record action in Process 1 can trigger Process 2 which contains an action of update record which is the trigger for Process 1. This may lead to an infinite loop which will eventually lead to a breach of org limits. 6. Lookout for action timelines: Salesforce Process Builder can perform actions immediately or even on a schedule.
What are the actions of process builder in Salesforce?
It has eight actions associated with it: Creating records: This will allow you to create a new record and add different field values for it. Updating records: You can update one or more records that are somehow related to the record that started the process.
How to limit number of actions in process builder?
Restrict the total number of actions in a process: While designing and creating a process in Salesforce Process Builder, it is recommended to create a lesser number of actions in a process and try to accommodate multiple requirements in a single action in order to avoid reaching org limits like the number of DML statements or total CPU usage.
What to look for in a process builder?
Look out for infinite loops: When you are dealing with multiple processes, you should stay careful with infinite loops as 2 independent processes may get into an infinite loop and trigger your org limits. Example: A create record action in Process 1 can trigger Process 2 which contains an action of update record which is the trigger for Process 1.