cancel
Showing results for 
Search instead for 
Did you mean: 

Redirecting to an PCD object

Former Member
0 Kudos

Hi Experts

I want to write a webdynpro application that will redirect to a PCD object like iview or a page that in portal with out any user interation like clicking. I would specify the PCD path by PCD://url of PCD

Regards

Vinu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

In init() method of the ivew use this code...

WDPortalNavigation.navigateAbsolute("ROLES://<Iview ID excluding pcd>",

WDPortalNavigationMode.SHOW_INPLACE,

(String)null,

(String)null,

WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,

(String)null,

(String)null,

(String)null);

Integrate this webdynpro application into Portal n test the application , if you run this application standalone it ill give u an empty page.

Regards,

Sunitha Hari.