Valid ADM-201 Dumps shared by ExamDiscuss.com for Helping Passing ADM-201 Exam! ExamDiscuss.com now offer the newest ADM-201 exam dumps, the ExamDiscuss.com ADM-201 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com ADM-201 dumps with Test Engine here:
The administrator has been asked to automate a simple field update on the account. When a support agent changes the status of the account to 'Audited', they would like the system to automatically update the Audited date field on the account with today's date. Which tool should the administrator use to complete this automation?
Correct Answer: B
A formula field is a type of field that calculates a value based on an expression or formula that references other fields or constants. For example, a formula field can display today's date by using the TODAY() function. In this case, the administrator can create a formula field on the account object that updates the audited date field with today's date when the status of the account is changed to 'Audited'. References: https://help.salesforce.com/s/articleView?id=sf.fields_about_formulas.htm&type=5
Recent Comments (The most recent comments are at the top.)
Binh Kool - Jan 16, 2026
C is the correct answer.
Siddhartha N - Dec 03, 2025
The correct answer is: ✅ C. Flow Builder
Explanation
The requirement is: When the Account Status changes to "Audited", automatically update the Audited Date field with today's date. This is a classic record-triggered automation scenario. Flow Builder is the recommended tool for this because:
It can run after-save on Account updates. It can check if Status = 'Audited'. It can update the Audited Date field with TODAY().
❌ Why not the others?
A. Approval Process → Used for approvals, not simple field updates. B. Formula Field → Formula fields are read-only and cannot update other fields. D. Validation Rule → Enforces data entry rules, does not update fields.
Swa - Sep 19, 2025
I agree its C
Nguyen - Sep 08, 2025
it's C. Flow Builder with record-triggered automation is the correct tool for simple field updates based on field value changes.
Recent Comments (The most recent comments are at the top.)
C is the correct answer.
The correct answer is:
✅ C. Flow Builder
Explanation
The requirement is:
When the Account Status changes to "Audited", automatically update the Audited Date field with today's date.
This is a classic record-triggered automation scenario.
Flow Builder is the recommended tool for this because:
It can run after-save on Account updates.
It can check if Status = 'Audited'.
It can update the Audited Date field with TODAY().
❌ Why not the others?
A. Approval Process → Used for approvals, not simple field updates.
B. Formula Field → Formula fields are read-only and cannot update other fields.
D. Validation Rule → Enforces data entry rules, does not update fields.
I agree its C
it's C. Flow Builder with record-triggered automation is the correct tool for simple field updates based on field value changes.