A Salesforce administrator is configuring data quality controls and automation on a custom object. Which two automation or validation events execute BEFORE custom validation rules during the Salesforce record save order of execution? (Select two answers.)
- System validation rules (such as checking required fields and field data formats)Cevap
- Before-save record-triggered flowsCevap
- CAfter-save record-triggered flows
- DWorkflow rules and automated field updates
- ECase or Lead Assignment rules
Cevap
System validation rules and before-save record-triggered flows execute before custom validation rules during the Salesforce record save order of execution.
In the Salesforce order of execution, system validation rules (verifying standard required fields and length constraints) and before-save record-triggered flows execute prior to custom validation rules. This allows before-save flows to populate or adjust fields before custom validation logic evaluates the record.
Adım Adım Çözüm
Anahtar Kavram
Salesforce Order of Execution: Pre-Validation Automation Steps