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
vicky30vicky30 

SELF_REFERENCE_FROM_TRIGGER, Object 001e000001OfHn5AAF is currently in a merge operation, therefore a trigger can not update it

I am facing this error in the below scenario:
Account has a child object A - Object A has child Object B
On Merge Accounts : Am deleting the child Object A , B and again am undeleting the Object A. Automatically the Object B will also get insert again then on Object B trigger we have a logic to update the Account. Could you please any one help to resolve this issue like how can i update the Account again (Account - After Update event on Object B)
Note : Am having roll up summary fields on object B

Thanks in advance