How to set the approvers for WI programmatically?
![]()
Hi All,
I am able to create the work item programmatically using JAVA API. Now I need to set the approver while crerating the workitem.How can I do it using java API? Cheers, Jose |
2 answers
![]()
Hi All,
Got it to work by using Icontributorhandle object. Cheers, Jose Hi All, |
![]()
glad u found it..
Your thinking process should have been Approvers are People People in RTC are 'Contributor's RTC never stores the POINTER to an object, but a HANDLE so,you need a list of ContributorHandle(s) (list is one or more) Sam |