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', Retail_Opt_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', ISCHANGED(Retail_Opt_In__c), ISPICKVAL(Retail_Opt_In__c = ג€Yesג€ ) ) Suggested Answer: D Community Answer: D This question is in Certified Platform App Builder Exam For getting Certified Platform App Builder Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Salesforce. Trademarks, certification & product names are used for reference only and belong to Salesforce. The website does not contain actual questions and answers from Salesforce's Certification Exams.
Please login or Register to submit your answer