Hello everybody,
I configured uwl XML file so that I start a BSP when selecting a task. (This is working fine).
My BSP assist the user to take the appropriate decision (Approve / Reject) (This is working fine).
The BSP update the WF in the back-end system (This is working fine).
What I want is that when the user take the decision (Approve / Reject), I leave the BSP, I go back to the UWL iview, that has been refreshed.
The only "solution" that I do now have, is to click on the small "Back" button and then click on the refresh button of the UWL.
This is doing 3 clicks instead of one ...
I did also tryied to add in the BSP a "goto page" command to the url of the uwl iView, but then it opens a new portal window inside the current BSP Pageframe.
What do I have to configure where (xml, BSP, ...) to go back ?
Thank you for your help !