When a user edits the Postal Code on an Account, a custom Account text field named ''Timezone'' must be updated based on the values another custom object object called. What is the optimal way to Implement this feature?
A. Build a flow with flow Builder.
B. Build an account assignment rule.
C. Create a formula field.
D. Create an account approval process.
A. Build a flow with flow Builder.
Explanation:
The requirement involves updating a custom field (Timezone) on the Account when the Postal Code is changed, using data from another custom object. This type of logic:
Is conditional,
Involves data lookup from another object,
And updates a field.
This is best handled using a Flow, specifically a Record-Triggered Flow, which allows for querying related objects and updating records.