A support administrator at a medical device manufacturer sets up case automation rules. The system includes an active Case Assignment Rule that routes cases with Priority set to 'Critical' to the Urgent Tier 2 Queue, and an active Case Auto-Response Rule that sends an immediate confirmation email to the submitter when Priority is 'Critical'. During routine operations, a support agent manually opens an existing 'Medium' priority case on the record detail page, changes its Priority to 'Critical', and saves the record. However, the case remains assigned to the agent and no auto-response email is sent to the customer. Which statement accurately explains why these automated rules were not triggered by this update?
- Auto-Response Rules execute exclusively upon initial case creation, while manual record updates in the user interface require selecting the 'Assign using active assignment rule' checkbox to trigger Case Assignment Rules.Answer
- BCase Escalation Rules override Assignment and Auto-Response rules whenever a case priority is increased, causing all assignment actions to defer until escalation thresholds are evaluated.
- CSystem validation rules and record-triggered flows execute prior to case automation rules during manual updates, which automatically bypasses remaining rules if field-level security is active.
- DCase Assignment and Auto-Response rules require automated API or Web-to-Case origin channels and cannot evaluate records edited by licensed internal users.
Answer
Auto-Response Rules execute exclusively upon initial case creation, while manual record updates in the user interface require selecting the 'Assign using active assignment rule' checkbox to trigger Case Assignment Rules.
The correct answer accurately distinguishes between the execution contexts of case automation rules. Auto-Response rules fire exclusively when a case record is created. Conversely, Case Assignment rules can evaluate on record update via the user interface only when the user selects the 'Assign using active assignment rule' checkbox at the bottom of the edit layout (or if configured via page layout properties).
Step-by-Step Solution
Key Concept
Case Automation Execution Contexts (Creation vs Update)