Can we change state automatically in rtc after more than one approvals?
Accepted answer
Comments
Hi Ralph,
no.. The RTC approval model here is ANY approval or rejection not ALL
you could get the source for the IBM advisor and change it to ALL. the source for almost all of the product is in the SDK
I would have expected it is moved only if it is finally approved as well. I'll have to try that out. However, you can create your own behavior. The following post pretty much contains what you need:
https://rsjazz.wordpress.com/2012/11/27/resolve-parent-if-all-children-are-resolved-participant/
You would have to look at the approval during save and figure if it is completely approved and then change the state as above.
The Approval API is touched here:
https://rsjazz.wordpress.com/2012/11/30/a-create-approval-work-item-save-participant/