Salesforce Administrator — Question 205
Which of the statements is/are true for data validation?
Answer options
- A. Data Validation can enforce data integrity as well as make a field required in the page layout
- B. Data Validation can prevent duplication of records
- C. Data Validation run on the client machine after the user clicks the Save button
- D. Data Validation rules are not enforced when using API & import operations
- E. Validation rules can be activated / deactivated by the user
Correct answer: A, B
Explanation
Options A and B are correct because data validation is designed to maintain data integrity and prevent duplicate records. Option C is incorrect as data validation can also run on the server side, not just on the client machine. Option D is false because validation rules can be enforced even during API and import operations. Option E is misleading since users typically do not have the ability to activate or deactivate validation rules at will.