Question

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

A Salesforce Administrator at Global Logistics Corp is configuring case automation to handle enterprise support inquiries submitted via Web-to-Case and manual record creation. The requirements specify routing inbound cases to dedicated regional support queues, delivering automated confirmation emails to case contacts based on case origin, and monitoring SLA escalation timers for open cases. Which TWO statements accurately describe the execution behavior and configuration rules for Salesforce case automation?

  1. Salesforce allows only one active Assignment Rule and one active Auto-Response Rule at any given time, with each rule evaluating entries sequentially until a match is found.Answer
  2. B
    Auto-response rules can reassign case ownership to a queue if the rule entry criteria match specific case attributes.
  3. Case Escalation Rules evaluate elapsed time using the Business Hours specified directly on the case record, defaulting to organization-wide Business Hours if unassigned.Answer
  4. D
    Record-triggered Flows and Workflow Rules execute before Case Assignment Rules and Auto-Response Rules in the system order of execution during case creation.

Answer

The correct statements are that Salesforce enforces only one active Assignment Rule and one active Auto-Response Rule at a time (each with sequential entry criteria evaluation), and that Case Escalation Rules compute elapsed escalation times based on the case's assigned Business Hours or the org default.
The correct options accurately reflect Salesforce's case automation rules: only one assignment rule and one auto-response rule can be active simultaneously on the Case object (evaluating entries sequentially), and case escalation rules determine elapsed target time using the specific case record's assigned Business Hours, falling back to org-wide default business hours when unassigned.

Step-by-Step Solution

1
Analyze rule activation limits and structure for Case Assignment and Auto-Response rules.
Confirm that Salesforce permits only one active Assignment Rule and one active Auto-Response Rule per object, within which multiple rule entries are evaluated in defined numerical order.
This is a fundamental architectural rule for case automation in Salesforce Core Administration.
2
Evaluate the functional distinction between Auto-Response Rules and Assignment Rules.
Identify that Auto-Response Rules only generate auto-acknowledgment emails to external contacts and cannot alter record owner fields or assign cases to queues.
Case owner assignment is the sole responsibility of Case Assignment Rules.
3
Examine Escalation Rule elapsed time calculation mechanics.
Verify that escalation timers calculate SLA thresholds against the Business Hours field on the individual case record or default to org-wide business hours.
Business Hours dictate whether escalation clocks run continuously (24/7) or pause during non-working hours.
4
Verify system Order of Execution for case creation.
Confirm that validation rules run first, followed by Assignment Rules and Auto-Response Rules, before post-save Workflow Rules and record-triggered flows execute.
Assignment rules must assign ownership before subsequent workflow notifications or flows run.

Key Concept

Salesforce Case Automation Rules Architecture and Execution Order
Estimated Time:2m 0s
Rate this question