Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Exam CRT-450 topic 1 question 290 discussion

Actual exam question from Salesforce's CRT-450
Question #: 290
Topic #: 1
[All CRT-450 Questions]

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 another custom object called PostalCodeToTimezone__c.

What is the optimal way to implement this feature?

  • A. Build an account assignment rule.
  • B. Build a flow with Flow Builder.
  • C. Create an account approval process.
  • D. Create a formula field.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Keiyo
1 year, 2 months ago
B. Build a flow with Flow Builder: Create a Flow using Flow Builder to perform the logic of looking up the Timezone value based on the Postal Code from the "PostalCodeToTimezone__c" custom object. Flows offer flexibility and can interact with custom objects and perform complex logic. Then, use Process Builder to trigger the Flow when an Account is edited, and the Postal Code field changes. In the Flow, you can perform the necessary query to fetch the Timezone based on the Postal Code and update the "Timezone" custom field on the Account accordingly.
upvoted 1 times
...
chucksback
1 year, 3 months ago
this appears on the exam, it is B, why else would you write a trigger
upvoted 2 times
...
DavidSFDev9
1 year, 5 months ago
Selected Answer: B
The formula field is technically possible but is not a very practical implementation. The formula field is only able to reference a related record to the one it is in. We don't have details about exactly how PostalCodeToTimezone__c works, but supposing there's a single record for every PC with its timezone, this would require to associate the corresponding record to each Account, defeating the purpose of the automation. A Flow would be way more practical; just a simple record lookup using the current PC value to retrieve the corresponding timezone and set it to the Account, that adding that it can be made into a "Fast Field Updates" flow makes it the best option.
upvoted 4 times
...
RMEZZA
1 year, 9 months ago
Selected Answer: B
Formula field is not on real exam. I believe it should be either a record triggered flow or a trigger
upvoted 1 times
...
RMEZZA
1 year, 9 months ago
Selected Answer: D
Formula field is not on real exam. I believe it should be either a record triggered flow or a trigger
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...