Skip to Content
0
Former Member
Jun 09, 2009 at 09:28 AM

WDPortalNavigation.navigateAbsolute error

42 Views

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