RTC 6.0.2: Is it possible to create multiple approval types and have them be part of the WI presentation?
Is it possible to create multiple approval types and have them be part of the WI presentation so that for each new work item the approvals are already there and don't have to be created by the end user?
Or do I still have to do this using the Java API. The latest documentation I can find is for RTC 3.0.1.
Accepted answer
nothing out of the box.. you would have to write a java extension.
Ralph has a sample one like this on his blog.
I took that and did a full function one that can add for different people, roles, weight balance them ,etc..
then using the approval state changer config, you can move things along or around when approvals are done
Ralph has a sample one like this on his blog.
I took that and did a full function one that can add for different people, roles, weight balance them ,etc..
then using the approval state changer config, you can move things along or around when approvals are done