Salesforce
CRT-450 · Question #144
The Account object in an organization has a master detail relationship to a child object called Branch. The following automations exist: - Rollup summary fields - Custom validation rules - Duplicate…
The correct answer is A. Rollup summary fields can cause the parent record to go through Save. B. The trigger may fire multiple times during a transaction. See the full explanation below for the reasoning.
Question
The Account object in an organization has a master detail relationship to a child object called Branch. The following automations exist:
- Rollup summary fields
- Custom validation rules
- Duplicate rules
A developer created a trigger on the Account object. What two things should the developer consider while testing the trigger code? Choose 2 answers
Options
- ARollup summary fields can cause the parent record to go through Save.
- BThe trigger may fire multiple times during a transaction.
- CDuplicate rules are executed once all DML operations commit to the database.
- DThe validation rules will cause the trigger to fire again.
How the community answered
(51 responses)- A84% (43)
- C12% (6)
- D4% (2)
Community Discussion
No community discussion yet for this question.