function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Chirag PaliwalChirag Paliwal 

An after trigger on the account object performs a DML update operation on all of the child opportunities of an account. There are no active triggers on the opportunity object, yet a "maximum trigger depth exceeded" error occurs in certain situation.

An after trigger on the account object performs a DML update operation on all of the child opportunities of an account. There are no active triggers on the opportunity object, yet a "maximum trigger depth exceeded" error occurs in certain situation.Which two reasons possibly explain the account trigger firing recursively?choose 2 answers

A. Changes are being made to the account during criteria based sharing evaluation
B. Changes are being made to the account during an unrelated parallel save operation
C. Changes to opportunities are causing cross-object workflow field updates to be made on the account
D. Changes to opportunities are causing roll-up summary fields to update on the account
Jayant Kumar JaiswalJayant Kumar Jaiswal
C and D
Sonal EkhandeSonal Ekhande
Ans is C