nerdexam
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)
  • A
    84% (43)
  • C
    12% (6)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full CRT-450 Practice