Valid PDI Dumps shared by ExamDiscuss.com for Helping Passing PDI Exam! ExamDiscuss.com now offer the newest PDI exam dumps, the ExamDiscuss.com PDI exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PDI dumps with Test Engine here:
When a user edits the Postal Code on an Account, a custom Account text field named "Timezone" must be updated based on the values in a PostalCodeToTimezone__c custom object. Which two automation tools can be used to implement this feature? Choose 2 answers
Correct Answer: C,D
* Account Trigger: * Apex triggers allow for complex logic to retrieve and update theTimezonefield based onPostalCodeToTimezone__c. * Fast Field Updates Record-Triggered Flow: * A record-triggered flow in Fast Field Updates mode can fetch the necessary data fromPostalCodeToTimezone__cand update the Account. * Why Not Other Options? * A. Quick actions: Used for user interface updates, not for automation based on edits. * B. Approval process: Not relevant to dynamic field updates. References:Record-Triggered Flow:https://help.salesforce.com/s/articleView?id=sf.flow_build_trigger.htm