nerdexam
Salesforce

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…

Extend Custom Objects and Applications

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)
  • A
    74% (17)
  • B
    17% (4)
  • D
    9% (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

#Flow Builder#Get Record#flow loop#bulk-safe flows

Community Discussion

No community discussion yet for this question.

Full CRT-211 Practice