Question

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

A customer support manager at a commercial drone logistics company needs to configure Salesforce Service Cloud to handle incoming technical issues. When a high-priority hardware malfunction case is created, it must immediately be routed to the Hardware Engineering Queue. Additionally, if any hardware case remains open for more than 4 hours without resolution, it must automatically reassign to the Tier 2 Escalations Queue and notify the support manager.

Which combination of Salesforce automation rules should the administrator configure to meet these requirements?

  1. Configure a Case Assignment Rule to route new cases to the Hardware Engineering Queue upon creation, and configure a Case Escalation Rule to reassign unresolved cases to Tier 2 after 4 hours.Answer
  2. B
    Configure a single Case Escalation Rule with two rule entries: one entry to perform initial owner assignment to the Hardware Engineering Queue, and a second entry to reassign to Tier 2 after 4 hours.
  3. C
    Configure a Case Auto-Response Rule to assign cases to the Hardware Engineering Queue upon creation, and use a Case Assignment Rule for the 4-hour reassignment.
  4. D
    Configure a Case Assignment Rule with time-dependent action triggers to perform both initial queue assignment and the 4-hour reassignment.

Answer

Configure a Case Assignment Rule for initial queue routing upon creation, and a Case Escalation Rule with a 4-hour time trigger for SLA reassignment.
The solution requiring initial ownership assignment upon case creation coupled with a time-delayed reassignment requires two separate tools: a Case Assignment Rule to route new cases to the designated queue immediately, and a Case Escalation Rule with escalation actions configured for 4 hours to handle overdue SLA reassignment.

Step-by-Step Solution

1
Identify initial case routing requirements upon record creation.
Determine that Case Assignment Rules are the designated mechanism to assign case ownership (users or queues) when cases are created.
Assignment rules evaluate criteria on case creation/submission and determine initial owner assignment.
2
Identify time-based SLA escalation requirements for open cases.
Determine that Case Escalation Rules are required to monitor open cases against business hours and execute actions after a specified duration.
Escalation rules allow administrators to reassign open cases and send email notifications after specified hours elapsed.
3
Combine the rule types into a cohesive automation design.
Pair Case Assignment Rules for instant ownership setting with Case Escalation Rules for 4-hour SLA breaching actions.
Each feature addresses a distinct stage of the case lifecycle (creation routing vs time-based SLA management).

Key Concept

Distinction between Case Assignment Rules (initial routing) and Case Escalation Rules (time-dependent SLA management)
Estimated Time:1m 30s
Rate this question