Problem trying to Open Section Work List Item in UrlWindow
Hi,
I am trying to open a report worklist item in a new browser window when it is clicked, but get a 'workHandle missing' error, so i feel i am not passing the selected item key to the new window properly (i want functionality similar to clicking on an Assign-Worklist item but in my mashup). My steps have been:
- I created a report that lists specific work items
- The report is embedded within a Section (in a repeatable grid component), and that section has been placed in a harness for display on a web page.
- I created an action in the section so that on 'click', it calls OpenUrlInWindow, but when I click the report item, it opens a new window with an error saying "workHandle missing".
I included .pzInsKey along with the action, but feel I am missing something ...how to properly pass the selected item key from the section/grid to the Url window that opens.
Appreciate any help.