Question on adding one more scenario to pxCoveredCountOpen change

Hello,

I have a situation where in I needed to make pxCoveredCountOpen property of child case to decrease not only when the work object status contains resolved word but also cancelled word in our application.

How can i achieve this?

@BHARGAVP2854

So it won’t be resolved-cancelled right? Just cancelled?

You will have to create a custom activity then for doing this. But you could use the same mechanism as the one used on Work-.Resolve

Thank you