How To: Close a case when all of its subcases are closed
August 5, 2013
I got a question today about how to close a case when all of its subcases are closed. You could certainly add code to your application (such as the Clarify Client or Dovetail Agent), but to me, this sounds like more workflow automation, and we can do that with business rules. Plus, if you use multiple client applications (lets say the Clarify Client and Dovetail Mobile) – you don’t want to have to customize each of those apps. To accomplish this task, we’ll create a business rule that fires when a subcase is closed. If all of its sibling subcases are also closed, then we can close the case. First wrinkle: How do we know when all of a subcase’s siblings are also closed? One way to do it is to look at all of…