Hi All,
I have created an application which I have integrated with portal. When I click a link on the first page, it should navigate to a page in the next workset.
I am using the following code to achieve this:
WDPortalNavigation.navigateAbsolute("ROLES://portal_content/other_vendors/.....FinanceManagement", WDPortalNavigationMode.SHOW_INPLACE, null, null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, null, null, null, null, true, true);
where the first parameter is my iview pcd location.
But when I click it gives me an error that Page cannot be found.
Can anyone help?
Regards,
Malita