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)- A13% (3)
- B4% (1)
- C9% (2)
- D74% (17)
Community Discussion
No community discussion yet for this question.