I have a Custom Task Inbox which list all the task for the user. When the user selects a particular task & clicks open then he navigates to task view portlet. I have a return button on a task view portlet that should take user back to inbox. How can I pass the URL of Inbox portlet to the task view portlet??
I did try below option
- Created a returnURL preference in task view portlet
- Added a Extended Portlet URL link to Inbox portlet. Set its base URL to task view portlet & added extended portlet parameter (name=returnURL)(value= none) and Portal URL (URL Parameter = Extended Portlet URL).
I assume that the returnURL value will be set to Inbox url & appended to query string
3) In the task view portlet the return button has a extended portlet url with base url as returnURL
When I click the link in Inbox I can navigate to task view portlet (I can also see the returnURL set to Inbox url in query string) but the returnURL preference in task view portlet is still null.
Any suggestion on how to set the returnURL?
#webMethods-BPMS#MWS-CAF-Task-Engine#webMethods