Question
Cognizant
IN
Last activity: 13 Nov 2018 5:49 EST
How to know if a work object is opened by a user (which will be opened by the user in review or confirm harness)?
I know for Perform harness the work object gets locked by the user in System-Locks class.But here the work object will be opened by the user with confirm harness hence there won't acquire any lock.But in my requirement i need to track those work objects also.Can anyone please suggest me a way to achieve this?
Thanks in Advance.
Regards,
Tejaswini Sana.
you can try this
I have opened two work objects in the portal W-3 and W-4 ,
W-3 in review mode
W-4 in perform mode
there is a property available in new assign page .pxFormName which will show the current harness in which the work object is present
hence I wrote an activity to get the values of the pxFormName in a pagelist ,
you can filter the pagelist further as per your requirement as you need to know both review and confirm ,
you can try this
I have opened two work objects in the portal W-3 and W-4 ,
W-3 in review mode
W-4 in perform mode
there is a property available in new assign page .pxFormName which will show the current harness in which the work object is present
hence I wrote an activity to get the values of the pxFormName in a pagelist ,
you can filter the pagelist further as per your requirement as you need to know both review and confirm ,
respective workobjects for reference
w-4
Thank you