Valid Advanced-Administrator Dumps shared by ExamDiscuss.com for Helping Passing Advanced-Administrator Exam! ExamDiscuss.com now offer the newest Advanced-Administrator exam dumps, the ExamDiscuss.com Advanced-Administrator exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Advanced-Administrator dumps with Test Engine here:
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?
Correct Answer: C
The error condition formula of a validation rule should return TRUE when the validation rule should fire and display an error message. In this case, the validation rule should fire when the Title field has the value of 'CEO' and the Phone field is blank. The formula Title = 'CEO' && ISBLANK(Phone) returns TRUE when both conditions are met, and FALSE otherwise. References: https://help.salesforce.com/s/articleView?id=sf. fields_useful_field_validation_formulas.htm&type=5