Question

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

A support manager at a fintech enterprise requires cases that remain in the 'New' status without an owner assignment change for longer than 4 hours to automatically transfer ownership to the Tier 2 Queue and send an alert email to the support supervisor. Which Salesforce automation feature should the administrator configure to meet this time-elapsed requirement?

  1. Case Escalation RulesAnswer
  2. B
    Case Assignment Rules with delayed evaluation criteria
  3. C
    Case Auto-Response Rules with scheduled time triggers
  4. D
    Validation Rules combined with Field Update actions

Answer

Case Escalation Rules should be used because they allow administrators to define criteria and elapsed time thresholds (such as 4 hours) to automatically reassign cases and send notification emails.
Case Escalation Rules evaluate open cases against time thresholds (e.g., 4 hours since creation) and perform automated actions such as changing case ownership to a queue and notifying designated users or supervisors.

Step-by-Step Solution

1
Identify the core requirement
The requirement demands time-based automated actions (reassignment and email alert) triggered after a case remains open/unassigned for 4 hours.
Different automation tools in Salesforce handle record creation versus time-elapsed milestones differently.
2
Evaluate Salesforce Case Automation rule capabilities
Case Assignment Rules handle initial routing upon record entry; Auto-Response Rules send customer emails on entry; Escalation Rules trigger actions when cases hit time-based SLA thresholds.
Escalation rules uniquely support time-based rule entries and escalation actions based on case age or creation date.
3
Select the appropriate feature
Configure a Case Escalation Rule entry set for 4 hours of elapsed time, specifying ownership transfer to the Tier 2 Queue and adding the supervisor as an escalation notification recipient.
This directly fulfills both the ownership transfer and notification requirements without custom flow complexity.

Key Concept

Case Escalation Rules
Rate this question