Questions tagged [order-of-execution]

483    Asked by JoanGill in Web-development , Asked on Aug 1, 2021

The order of execution is basically in which order Salesforce will handle all possible logic like saving of a record, execution of triggers, workflows, roll-up summary calculation, etc. what is the order of execution in salesforce?

Answered by Naveen Raj

Order of execution in salesforce is a set of rules that describe the path a record takes through all automation and the events that happen from SAVE to COMMIT. Before Salesforce executes these events on the server, the browser runs JavaScript validation if the record contains any dependent picklist fields.


Your Answer

Interviews

Parent Categories