Question

Difficulty: MediumCase Automation Rules (Assignment, Auto-Response, and Escalation)

A Service Cloud administrator at an aviation maintenance enterprise is setting up automated case handling for urgent Aircraft-on-Ground (AOG) inquiries created via Web-to-Case. To ensure proper case processing, in what order does Salesforce execute case automation rules and processes upon record creation?

  1. 1Case Assignment Rules evaluate criteria to assign ownership of the case to the AOG Tier-1 Queue.
  2. 2Case Auto-Response Rules evaluate criteria to send a personalized confirmation email to the submitter.
  3. 3Record-Triggered Flows and Workflow Rules execute after-save actions, such as updating custom fields.
  4. 4Case Escalation Rules evaluate criteria to schedule SLA escalation actions in the queue.

Answer

The correct sequence of execution upon Case creation is: Case Assignment Rules evaluate to set ownership, followed by Case Auto-Response Rules to send customer emails, then Record-Triggered Flows/Workflow Rules for after-save processing, and finally Case Escalation Rules to set up SLA escalation timers.
In the standard Salesforce order of execution for Case creation, case-specific automation rules execute in a strict sequence: Assignment Rules run first to set ownership, Auto-Response Rules run second to send auto-reply emails to submitters, Record-Triggered Flows and Workflow Rules execute third to perform custom logic/field updates, and Escalation Rules evaluate fourth to schedule SLA time-based escalation actions.

Step-by-Step Solution

1
Identify the initial case routing step in Salesforce order of execution.
Case Assignment Rules execute first to assign case ownership to the correct queue or user.
Ownership must be established before sending auto-responses or evaluating further automation.
2
Determine the step that generates customer notification upon case creation.
Case Auto-Response Rules execute second.
Auto-response rules rely on the assignment results to choose the appropriate email template and sender address.
3
Identify when standard process automation (Flows/Workflows) runs.
Record-Triggered Flows and Workflow Rules execute after Auto-Response rules.
Process automation acts on the saved record state after standard case creation rules complete.
4
Identify when SLA escalation monitoring is scheduled.
Case Escalation Rules execute last among the case automation rules.
Escalation criteria are evaluated after all initial field updates and assignment steps are finalized.

Key Concept

Salesforce Case Automation Order of Execution
Estimated Time:1m 30s
Rate this question