nerdexam
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)
  • A
    80% (28)
  • B
    11% (4)
  • C
    3% (1)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full CRT-403 Practice