A Salesforce administrator is configuring data quality enforcement on a custom object named Software_License__c. Which TWO statements correctly describe the execution behavior and formula capabilities of validation rules in Salesforce? (Select TWO.)
- Validation rules execute their formula upon saving a record, preventing the save and displaying an error message whenever the formula evaluates to true.Cevap
- The PRIORVALUE function can be utilized within a validation rule formula to inspect the previous value of a field during record updates.Cevap
- CValidation rules execute after record-triggered flows complete their after-save automated actions in the Salesforce order of execution.
- DValidation rules automatically reject saves if a referenced text field contains null values, without requiring explicit null-checking functions.
- EValidation rules on custom objects are automatically evaluated against existing historical records retroactively upon rule creation.
Cevap
The correct statements are that validation rules block record saving when their formula evaluates to true, and that the PRIORVALUE function can be used to compare a field's previous value during updates.
Validation rules enforce data quality by preventing record saves whenever their formula expression evaluates to true. Furthermore, formula functions such as PRIORVALUE permit comparing a field's pre-update value against its newly submitted value during record edits.
Adım Adım Çözüm
Anahtar Kavram
Salesforce Validation Rule Execution Behavior and Formula Functions
Tahmini Süre:1m 30s