nerdexam
Salesforce

CRT-450 · Question #143

The following automations already exist on the Account object: - A workflow rule that updates a field when a certain criteria is met - A custom validation on a field - A How that updates related…

The correct answer is D. The trigger may fire multiple times during a transaction. See the full explanation below for the reasoning.

Question

The following automations already exist on the Account object:

  • A workflow rule that updates a field when a certain criteria is met
  • A custom validation on a field
  • A How that updates related contact records

A developer created a trigger on the Account object. What should the developer consider while testing the trigger code?

Options

  • AThe flow may be launched multiple times.
  • BWorkflow rules will fire only after the trigger has committed all DML operations to the database.
  • CA workflow rule field update will cause the custom validation to run again.
  • DThe trigger may fire multiple times during a transaction.

How the community answered

(23 responses)
  • A
    13% (3)
  • B
    4% (1)
  • C
    9% (2)
  • D
    74% (17)

Community Discussion

No community discussion yet for this question.

Full CRT-450 Practice