The order of execution when a Case record is saved in Salesforce is as follows:
Validation Rules: These are processed first to ensure that all data meets the validation criteria before any further processing occurs.
Assignment Rules: After validation, assignment rules determine the ownership of the case based on the criteria defined.
Escalation Rules: These are processed next to escalate the case if it meets certain criteria.
Auto-Response Rules: Finally, auto-response rules are executed to send automatic responses to case submissions if applicable.
Options A, B, and C do not represent the correct order of execution in Salesforce.
References:
Salesforce Help: Order of Execution in Salesforce
Salesforce Trailhead: Record Saving Order of Execution
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit