Question
Morgan Stanley
IN
Last activity: 26 Feb 2021 7:58 EST
How to avoid updating Parent case when child case is closed [Have around 500 child cases]
We have a usecase where we create lot of child cases around 500. And the child cases are resolved by some agent.
The issue we're facing here is as the child cases are resolved simultaneously, many of them are trying to get lock on Parent and failing. We dont need to update the covered count in parent nor raise the AllCoveredResolved Ticket.
How to avoid updating the parent once its resolved.
PS: All child cases are configured with optimistic locking.