Question
Question of applying MoveToWorklist Activity
I have a scenario that when i click on the Save button (which is in Harness), the current work object should Save and it should route to the worklist from the work basket. Therefore i used the "MoveToWorklist" Activity in the Save button's Action tab, but in that Activity in step two(Obj-Open-By-Handle) parameter value is "primary.pxInsHandle". If i change as "primary.pzInsKey" only its working for me. Please let me know a solution for this issue.
***Updated by Moderator: Marissa. Removed user added Ask the Expert tag. Apologies for confusion, shouldn't have been an end-user option***
Hi Anusha,
Here in the PDN link, it is mentioned that "The property pxInsHandle is deprecated and not guaranteed to be equal to pzInsKey in all cases. "
https://pdn.pega.com/sites/pdn.pega.com/files/help_v72/procomhelpmain.htm#concepts/concepts2/conceptshandle.htm
And, below PDN link describes , Obj-Open-By-Handle activity methos takes pzInsKey as InstanceHandle parameter.
https://pdn.pega.com/sites/pdn.pega.com/files/help_v721/procomhelpmain.htm#methods/obj-open-by-handle/obj-open-by-handle.htm
Regards,
Shibani