Question

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

A system administrator at Quantum Logistics is troubleshooting case automation issues for critical support inquiries. The business requirement dictates that when a case is submitted with Priority set to 'Urgent' and Account Tier set to 'Platinum', it must be immediately assigned to the 'Tier 3 Operations Queue'. Furthermore, if the case remains open for 2 hours during active business hours, an escalation action should reassign the case to the 'Executive Escalation Queue'.

During user acceptance testing, newly submitted cases meeting both criteria are being routed to the 'General Support Queue' (the organization's default owner) upon creation, and the 2-hour escalation action fails to execute.

Upon auditing the setup:
1. The active Case Assignment Rule has Entry 1 defined as Priority equals 'Urgent' (routing to General Support Queue), and Entry 2 defined as Priority equals 'Urgent' AND Account Tier equals 'Platinum' (routing to Tier 3 Operations Queue).
2. The active Case Escalation Rule entry specifies 'Age over 2 hours' based on Case Creation Time, but has no Business Hours specified, while the test case was created outside of standard organization business hours.

What combination of adjustments must the administrator make to resolve both the initial assignment failure and the escalation failure?

  1. Reorder the Case Assignment Rule entries so the multi-criteria Platinum entry evaluates first, and populate a valid Business Hours schedule on the Case Escalation Rule entry.Answer
  2. B
    Replace the Case Assignment Rule entry with a Case Escalation Rule to perform initial queue assignment upon record creation, and set the escalation timer trigger to Last Modified Date.
  3. C
    Modify the Case Assignment Rule settings to enable parallel criteria evaluation across all entries, and select the 'Ignore Business Hours' checkbox on the Case Escalation Rule.
  4. D
    Configure a Case Auto-Response Rule entry to assign record ownership to the Tier 3 Operations Queue, and remove the business hours dependency from the Organization-Wide Defaults.

Answer

The administrator must reorder the Case Assignment Rule entries so the multi-criteria Platinum entry evaluates first, and populate a valid Business Hours schedule on the Case Escalation Rule entry.
Case Assignment Rules evaluate rule entries sequentially from top to bottom according to their sort order. When a record matches a rule entry, Salesforce applies the assignment action for that entry and halts further rule entry processing. Consequently, rule entries with specific multi-field criteria must be positioned before broader criteria. In addition, Case Escalation Rules calculate elapsed time based on specified Business Hours; assigning the correct Business Hours schedule to the escalation rule entry ensures the escalation clock counts active operational hours correctly.

Step-by-Step Solution

1
Analyze the Case Assignment Rule entry evaluation order.
Since Entry 1 only checks for Priority = Urgent, all urgent cases match Entry 1 immediately and stop further evaluation. Entry 2 is never reached.
Salesforce assignment rules evaluate entries sequentially by sort order and terminate evaluation upon the first successful match. Specific criteria must precede broader criteria.
2
Correct the Case Assignment Rule sort order.
Move the entry requiring both Priority = Urgent AND Account Tier = Platinum to Sort Order 1, and move the broader Priority = Urgent entry to Sort Order 2.
This guarantees that Platinum urgent cases match the specific entry first and route to the Tier 3 Operations Queue.
3
Evaluate the Escalation Rule Business Hours configuration.
Without business hours assigned to the escalation rule entry or case, the escalation clock relies on default organization business hours. If submitted outside business hours, time calculation does not accumulate elapsed active hours as expected.
Escalation age calculation requires an explicit Business Hours setting on the escalation rule entry or case record to measure SLA thresholds accurately against working hours.

Key Concept

Case Automation Order of Evaluation & Rule Configuration Mechanics
Estimated Time:3m 0s
Rate this question