An administrator is setting up data quality checks on the Lead object. Which two statements accurately describe the characteristics and behavior of Salesforce validation rules? (Select TWO)
- A validation rule evaluates a formula expression and prevents the record from saving if the formula evaluates to true.Cevap
- BValidation rules automatically bypass fields containing null values to prevent runtime formula exceptions.
- Validation rules run when records are created or updated via the user interface, API operations, or data import tools.Cevap
- DValidation rules automatically verify and update custom lead field mappings before lead conversion takes place.
- EValidation rules automatically filter the selectable picklist values available on record type page layouts.
Cevap
The correct statements are that a validation rule evaluates a formula expression to prevent saving when true, and that validation rules execute for records created or updated through the UI, API, or data import tools.
Validation rules execute whenever a record is created or updated across any input channel (UI, API, or bulk tools). When the validation rule formula evaluates to true, Salesforce displays the designated error message and prevents the transaction from completing.
Adım Adım Çözüm
Anahtar Kavram
Salesforce validation rules contain formula expressions that evaluate to true when criteria are violated, preventing records from saving across all input channels.