List of questions
Related questions
Question 118 - Certified Platform App Builder discussion
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?
A.
AND( $UserRole.Name != 'Marketing',ISCHANGED(Retail_Opt_In__c), ISPICKVAL(Retail_0pt_In_c,'Yes') )
B.
AND( $UserRole.Name != 'Marketing', Retail_Opt_In_c = 'Yes' )
C.
AND( $UserRole.Name = 'Marketing', ISPICKVAL(Retail_Opt_In_c,'Yes') )
D.
AND( $UserRole.Name = 'Marketing', Retail_Opt_In__c= 'Yes' )
Your answer:
0 comments
Sorted by
Leave a comment first