You need to sign in to do that
Don't have an account?
maximum
Updating child record fires After Update trigger on master
Should updating a child record fire an update trigger on the master? We have a trigger on Master-Detail record which pushed some values down to the child records. And we have another trigger on the child record which does some computation. Updating master records causes infinite recursion as the master trigger updates child records which fires the master trigger again and on it goes. I also tested updating child record directly and it also seems to fire the After Update trigger on the master.
Has anybody run into this issue before? Is there a solution to this problem?
Has anybody run into this issue before? Is there a solution to this problem?
Did this help?