A system administrator at Summit Health Services is tasked with configuring case automation. When a customer submits a new case, it must immediately be routed to the appropriate Regional Support Queue based on the account's geographic region. Additionally, if any high-priority case remains unresolved for more than four hours, its ownership must automatically transfer to the Executive Escalations Queue and trigger an email notification to the Support Director. The administrator attempts to satisfy both requirements by creating entry criteria and actions using only a single active Case Escalation Rule. What will be the outcome of this configuration?
- Initial case routing will fail because newly created cases require a Case Assignment Rule for initial queue placement, as Case Escalation Rules only evaluate existing cases after specified time thresholds elapsed.Answer
- BBoth initial case routing and time-based reassignment will execute as expected because Case Escalation Rules evaluate rule entries sequentially both at record creation and after time intervals expire.
- CInitial routing will succeed, but the time-based escalation action will be ignored because system validation rules and record-triggered flows automatically override Case Escalation Rule execution.
- DThe single Case Escalation Rule will fail to execute entirely because Salesforce restricts case automation rules from assigning cases to queues when submitted via automated channels.
Answer
Initial case routing will fail because newly created cases require a Case Assignment Rule for initial queue placement, as Case Escalation Rules only evaluate existing cases after specified time thresholds elapsed.
In Salesforce, Case Assignment Rules are responsible for determining initial case ownership (user or queue) when a case is created manually or via automated channels. Case Escalation Rules, on the other hand, evaluate existing cases against time-based SLA criteria (such as remaining open for 4 hours) to reassign ownership or trigger notifications. Attempting to use only a Case Escalation Rule will leave newly created cases unassigned to regional queues at creation.
Step-by-Step Solution
Key Concept
Distinction between Case Assignment Rules (initial routing upon creation) and Case Escalation Rules (time-based SLA actions on existing records).