Which two automation tools can be used to implement this feature?

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 PoataliCodeToTimezcone o custom object.

Which two automation tools can be used to implement this feature? Choose 2 answers
A . Quick actions
B . Account trigger
C . Approval process
D . Fast Field Updates record-triggered flow

Answer: B, D

Explanation:

To update the Timezone__c field on Account based on the Postal Code and values from

PostalCodeToTimezone__c:

Option B: Account Trigger

An Apex trigger can query the PostalCodeToTimezone__c object and update the Timezone__c field

when the Postal Code is changed.

Reference: "Triggers enable you to perform custom actions before or after changes to Salesforce records."

― Apex Developer Guide: Triggers

Option D: Record-Triggered Flow (after-save)

A record-triggered flow that runs after the record is saved can perform a Get Records action to retrieve the matching PostalCodeToTimezone__c record and update the Timezone__c field.

Reference: "After-save flows can access other records and perform actions, such as create or update records."

― Salesforce Help: Record-Triggered Flows Why Other Options Are Incorrect:

Option A: Quick Actions

Quick actions are initiated by the user and cannot automate field updates based on changes. Option C: Approval Process

Approval processes are for record approval and are not suitable for automating field updates based on field changes.

Latest DEX-450 Dumps Valid Version with 456 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments