Salesforce Certified Platform App Builder (Plat-Admn-202) Platform-App-Builder Question # 45 Topic 5 Discussion

Salesforce Certified Platform App Builder (Plat-Admn-202) Platform-App-Builder Question # 45 Topic 5 Discussion

Platform-App-Builder Exam Topic 5 Question 45 Discussion:
Question #: 45
Topic #: 5

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" )


Get Premium Platform-App-Builder Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.