Open an Assignment on click of a button in perform mode
On a click of a button -Assignment should be transfered to his worklist and and assignment should open in Perform Mode.
I configured button to call pxTransferAssignment OTB Activity and I am able to tranfer the Assignment to his workList,but when I used on click event -OpenAssignment(handle) the assignment is opeing in Review harness and not in Perform harness.Is ther anyway where I can specify the name of harness while adding on click event "OpenAssignment(handle)"
There is change in Requirment where a popup(giving option to Open Assignment) should be displayed on click of button.Here in PreAction of Flow Action Activity to transfer is performed and on click of the button on Model window(Open Assignment Action is performed)..When a Model Window is used it is opening in Perform harness and working as expected..Thank you..