adspace
Under what scenario recursion will happen in triggers and how will you overcome?
Answer Posted / Gautam Kumar Yadav
Recursion in triggers can occur when a trigger updates a record, which then triggers the same trigger again, creating an infinite loop. This issue can be addressed by adding a flag to prevent repeated processing or limiting the number of times a trigger can execute.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers