CRT-211 · Question #250
AW Computing wants to create a process to assign accounts to different salespeople based on the annual revenue.... of the company. The administrator has decided to create a flow. Which two…
The correct answer is A. Use a Get Record component instead of hard coding record IDs. C. Update record elements should be placed outside the flow loop. Using a Get Record component allows the flow to dynamically retrieve records based on criteria or record IDs without hard coding them. This makes the flow more flexible and maintainable. Updating record elements outside the flow loop prevents unnecessary DML operations and…
Question
AW Computing wants to create a process to assign accounts to different salespeople based on the annual revenue.... of the company. The administrator has decided to create a flow. Which two consideration should the administrator make sure to remember when creating the flow? (Choose 2 answers)
Options
- AUse a Get Record component instead of hard coding record IDs.
- BThe running user of a flow is the user that last saved the flow.
- CUpdate record elements should be placed outside the flow loop.
- DUpdate Record elements should be placed inside the flow loop.
How the community answered
(23 responses)- A74% (17)
- B17% (4)
- D9% (2)
Explanation
Using a Get Record component allows the flow to dynamically retrieve records based on criteria or record IDs without hard coding them. This makes the flow more flexible and maintainable. Updating record elements outside the flow loop prevents unnecessary DML operations and reduces the risk of hitting governor limits.
Topics
Community Discussion
No community discussion yet for this question.