cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass Application Parameters to a BSP Page

Former Member
0 Kudos

Hi All,

I am trying to pass application paramters using EPCM.

But in the syntax of the following doNavigate method I could not find a way to pass URL parameters

EPCM.doNavigate(String target, [int mode, String winFeat, String winName, int history, String targetTitle, String context])

where as WDPortalNavigation.navigateAbsolute() has LauncherParameters or BusinessParameters to pass the URL Parameters.

Is there a way to call BSP iView with application paramters using EPCM.doNavigate method.

Any help on this is really appreciated.Thanks in Advance

Regards,

Santhosh

Accepted Solutions (0)

Answers (1)

Answers (1)

THNguyen
Participant
0 Kudos

Hello,

Try to add "&query=<your parameter list>" to the end of the target parameter of method doNavigate.

Hope this helps,

The Hung Nguyen