Salesforce
CRT-403 · Question #80
Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes. What validation rule would an app builder use to prevent…
The correct answer is A. AND( $UserRole.Name != 'Marketing', ISCHANGED(Retail_Opt_In__c). See the full explanation below for the reasoning.
Question
Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes. What validation rule would an app builder use to prevent other users from making this update?
Options
- AAND( $UserRole.Name != 'Marketing', ISCHANGED(Retail_Opt_In__c),
- BAND( $UserRole.Name != 'Marketing', Retail_Opt_In_c = "Yes" )
- CAND( $UserRole.Name = 'Marketing', ISPICKVAL(Retail_Opt_In_c,"Yes") )
- DAND( $UserRole.Name = 'Marketing', Retail_Opt_In__c = "Yes" )
How the community answered
(35 responses)- A80% (28)
- B11% (4)
- C3% (1)
- D6% (2)
Community Discussion
No community discussion yet for this question.