The Recruiting team at AW Computing captures the job acceptance and date of hire of a candidate on the Job Application custom object. Once the candidate accepts the recruiter's Job offer, the date of hire should be entered and not be changed on subsequent record edits. Which validation formula should the app builder use? A. (ISBLANK(Job_Accepted__c) || NOT(ISCHANGED(Hire_Date__c)) B. (ISBLANK(Job_Accepted__c) && NOT(ISCHANGED(Hire_Date__c)) C. NOT(ISBLANK(Job_Accepted__c)) && ISCHANGED(Hire_Date__c) D. NOT(ISBLANK(Job_Accepted__c)) || ISCHANGED(Hire_Date__c) Â Suggested Answer: C Community Answer: C 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