cancel
Showing results for 
Search instead for 
Did you mean: 

Link to Action

Former Member
0 Kudos

Hi All,

I need to include a LinkToAction in my application in WebDynpro, but this time I need to call a tab of the portal role, I mean I have the link in the welcome page so I would like to include a link to jump to another tab/folder of the roles for example Contact Page, I don’t know if it's possible to do it.

Thanks is advance

Alexis Ramirez

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Alexis,

You can do this with portal navigation in the webdynpro. Try the following code in the onAction of the link.


WDPortalNavigation.navigateAbsolute(		  
   "ROLES://<PCD Location of the Role for the particular 
   page>",
   WDPortalNavigationMode.SHOW_INPLACE,
   WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
   parameter);

Hope this helps.

Regards,

Jaydeep