ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 210 - Certified Platform App Builder discussion

Report
Export

The Recruiting ream at AW Computing captures thejob 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 cecord edit.

Which validation formula should the app builder use?

A.
NOT(ISCLANK(Job_Accepted_c)) && ISCHANGED(Hire_Date_c)
Answers
A.
NOT(ISCLANK(Job_Accepted_c)) && ISCHANGED(Hire_Date_c)
B.
(ISBLANK(Job_Accepted_c) II NOT(lSCMANGED(Mire_Daie_c))
Answers
B.
(ISBLANK(Job_Accepted_c) II NOT(lSCMANGED(Mire_Daie_c))
C.
NOT{IS&lANK(Job_Accepted_c)) II ISCHANGED(Hire_Date_c)
Answers
C.
NOT{IS&lANK(Job_Accepted_c)) II ISCHANGED(Hire_Date_c)
D.
(lSBLANK(Job_Accepted_c) && NOT(lSCHANGED(Hire_Date_c))
Answers
D.
(lSBLANK(Job_Accepted_c) && NOT(lSCHANGED(Hire_Date_c))
Suggested answer: A

Explanation:

NOT(ISBLANK(Job_Accepted__c)) && ISCHANGED(Hire_Date__c) is the validation formula that the app builder should use to meet the requirement of preventing changes to Hire Date after Job Accepted is entered. This formula will return TRUE if Job Accepted is not blank and Hire Date is changed, which will display an error message and prevent saving the record. The other formulas are not correct or valid.

asked 23/09/2024
Kamal maru
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first