Question
1
Replies
1035
Views
Posted: December 5, 2017
Last activity: December 6, 2017
How to open work item of work pool other than current work pool using pyID
I have a pyID A-1 of workpool A-B
my Current work pool is C-D and I have opened the work object C- 1 of same work pool in UI. I want to open A-1 on click of link.
I am doing Open Work Item on click of link but its not working as its searching A-1 in my current work pool table.
I know the work pool of A-1 so how to open A-1? any idea?
Any js or method to open A-1 by passing both class and pyID?
Hi Pandj,
Thanks for posting on PSC.
How about writing a custom activity with a method "Obj-Open-by-Handle"(dynamically you can generate the pyInsKey by concatenation of class hierarchy with work object Id ) or "Obj-Open" or "Obj-Browser" (If you want to open all the work objects).
I think it should work, alternatively I ain't sure but you can add a subprocess in a flow to open particular work object as mentioned in the screenshot below:-
You can launch this flow from button in your configuration.
Kindly notify, if it helps.
Thanks,
Asif