Exit ADVANCED-ADMINISTRATOR Salesforce Certified Advanced Administrator
Question 1 of 5
0% complete
Q1 Single choice

On the Contact record, if a contact has the value of 'CEO` in the Title field, the administrator wants to
require the users to also put a phone number in the Phone field.

What formula should the administrator put in the Error Condition Formula of a validation rule to enable this?

  • A

    Title = 'CEO' && NOT(ISBLANK(Phone))

  • B

    Title <> 'CEO' && NOT(ISBLANK(Phone))

  • C

    Title = 'CEO' && ISBLANK(Phone)

  • D

    Title <> 'CEO' && ISBLANK(Phone)

Previous Next