List of questions
Related questions
Question 226 - Certified Advanced Administrator (CRT-211) discussion
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)
Your answer:
0 comments
Sorted by
Leave a comment first