Question

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

A Service Cloud administrator at a healthcare technology company configures an active Case Assignment Rule to route incoming cases to specialized tier queues based on product area. Additionally, an active Case Auto-Response Rule is configured to send immediate receipt acknowledgment emails to customers. When support representatives manually enter new cases using the Salesforce Lightning UI, the cases remain owned by the representative who created them, and no automated emails are dispatched to customers. Which of the following explains why the automation rules are not executing for these manually created cases?

  1. A
    Case Escalation Rules must be enabled alongside Assignment Rules to trigger initial routing and notification actions for new cases.
  2. The support representatives are creating cases manually without selecting the option to apply active assignment rules on case creation.Answer
  3. C
    In the order of execution, Case Auto-Response Rules evaluate before Case Assignment Rules, which halts both rules if a queue is not pre-selected.
  4. D
    Case Assignment Rules and Auto-Response Rules only process records generated via Web-to-Case or Email-to-Case automated channels.

Answer

The support representatives are creating cases manually without selecting the option to apply active assignment rules on case creation.
Unlike cases created automatically via Web-to-Case or Email-to-Case, cases created manually in the Salesforce UI retain the logged-in user as the case owner by default. To trigger active Case Assignment Rules (and subsequent Auto-Response Rules) during manual creation, the user must select the 'Assign using active assignment rules' checkbox on the case edit page, or the administrator must configure the page layout to display and default this checkbox to checked.

Step-by-Step Solution

1
Analyze why active Case Assignment and Auto-Response rules did not fire during manual case creation in the Salesforce UI.
Identified that manual case creation requires explicit triggering of assignment rules.
By default, automated channels (Web-to-Case, Email-to-Case) automatically trigger active assignment rules, whereas manual creation defaults to assigning ownership to the creating user unless rule execution is requested.
2
Evaluate the configuration setting required for manual case assignment rule evaluation.
Determined that the 'Assign using active assignment rules' checkbox must be selected on the case creation layout or checked manually by the user.
Checking this box instructs Salesforce to evaluate the record against active Case Assignment Rules upon save, which subsequently triggers relevant Case Auto-Response Rules.

Key Concept

Manual Case Creation Assignment Checkbox and Rule Execution
Rate this question