A support operations team manages case intake using multiple automation mechanisms on the standard Case object. The organization has configured:
1. A Case Assignment Rule that routes new records to tier-specific queues.
2. A Before-Save Record-Triggered Flow (Fast Field Update) that sets initial triage values.
3. An After-Save Record-Triggered Flow that logs a customer onboarding task.
4. A Custom Validation Rule that verifies intake completeness.
When a support representative manually creates a new Case in the Lightning Experience UI with the "Assign using active assignment rule" checkbox selected, which sequence represents the correct order in which Salesforce executes these features?
- ACustom Validation Rule, Before-Save Record-Triggered Flow, Case Assignment Rule, After-Save Record-Triggered Flow
- Before-Save Record-Triggered Flow, Custom Validation Rule, Case Assignment Rule, After-Save Record-Triggered FlowAnswer
- CCase Assignment Rule, Before-Save Record-Triggered Flow, Custom Validation Rule, After-Save Record-Triggered Flow
- DBefore-Save Record-Triggered Flow, Custom Validation Rule, After-Save Record-Triggered Flow, Case Assignment Rule
Answer
Before-Save Record-Triggered Flow, Custom Validation Rule, Case Assignment Rule, After-Save Record-Triggered Flow
According to the Salesforce Order of Execution, when a record is saved: (1) Before-Save Record-Triggered Flows execute to optimize same-record updates; (2) Custom Validation Rules evaluate field data; (3) The record is saved to the database (uncommitted) and Case Assignment Rules run; (4) After-Save Record-Triggered Flows execute to handle related record operations.
Step-by-Step Solution
Key Concept
Salesforce Order of Execution sequence across record-triggered flows, validation rules, and assignment rules.
Estimated Time:1m 15s