Hi all,
I have implemented a WebDynpro-based task handler which launches when the user clicks on a certain item in the Universal Worklist. When the user has finished doing the task, then they can click a "Close" button. What I want to happen at this point is to return to the Universal Worklist (i.e. the portal page they just came from).
Anyone know how to do this? In a sense, all I need to do is click the "Page Back" button on the user's behalf.
I am launching the item in-place - another option would be to launch in a new window, and then close the window in repsonse to the user clicking the Close button - but this does not appear to be a supported WebDynpro action. I have tried an exit URL of javascript:window.close(), but this hasn't worked.
I am using NW04 SP12.
Thanks in advance for any help,
Darren