Question

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

A Service Cloud administrator at a SaaS company is implementing case automation to streamline customer support. The requirements specify that newly created cases must be assigned to designated regional queues based on customer location, an automated confirmation email using custom templates must be sent immediately to the submitting contact, and cases with a Priority of 'High' that remain unassigned or open after 4 hours must trigger a manager alert and transfer ownership to Tier 2 Support.

Which two statements accurately describe how Salesforce case automation rules should be configured to satisfy these requirements? (Select 2 options)

  1. Case Assignment Rules determine initial ownership based on case attributes, whereas Case Escalation Rules use time-based criteria to reassign unresolved cases and notify stakeholders.Answer
  2. B
    Case Escalation Rules can be used to set initial case ownership to regional queues immediately when a case is submitted.
  3. Only one Case Assignment Rule and one Case Escalation Rule can be active at a time, but each rule can contain multiple prioritized rule entries.Answer
  4. D
    Auto-Response Rules automatically reassign case ownership to Tier 2 Support if the Case Priority field is updated to 'High' after creation.

Answer

The correct statements are that Case Assignment Rules handle initial ownership based on attributes while Escalation Rules evaluate time-based criteria for reassignment, and that only one Case Assignment Rule and one Case Escalation Rule can be active simultaneously (each containing multiple ordered rule entries).
Case Assignment Rules establish initial case ownership based on record criteria when cases are created, while Case Escalation Rules execute time-based actions such as reassigning unresolved cases to queues or notifying managers after a specified duration. Additionally, Salesforce restricts configuration to a single active Assignment Rule and a single active Escalation Rule at any point in time, requiring administrators to build multiple rule entries within those active rules.

Step-by-Step Solution

1
Analyze the automation requirements for initial routing versus SLA tracking
Initial queue routing requires Case Assignment Rules, while time-elapsed reassignment (4 hours) requires Case Escalation Rules.
Assignment rules run upon case creation to set ownership, whereas escalation rules track open cases against time thresholds.
2
Evaluate Salesforce administrative limits regarding active rule structures
Salesforce allows only one active Assignment Rule and one active Escalation Rule per object, though each active rule container holds multiple prioritized rule entries.
Multiple active rules of the same type cannot coexist; administrators organize complex logic by sequencing rule entries within the single active rule.
3
Identify misconceptions regarding Escalation and Auto-Response capabilities
Escalation rules do not perform initial assignment on creation, and Auto-Response rules only send email templates without altering ownership.
Confusing functional capabilities between assignment, escalation, and auto-response rules leads to improper automation design.

Key Concept

Distinct roles and active limitations of Case Assignment, Auto-Response, and Escalation Rules
Rate this question