cancel
Showing results for 
Search instead for 
Did you mean: 

additional parameter in EPCM.doNavigate

Former Member
0 Kudos

Hi all,

I would like to know if I can pass additional parameters in EPCM.doNavigate like

EPCM.doNavigate("pcd://...."?name=value). If it is not possible is there anyother anyway of achieving it.

Regards,

Janvi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sure you cud, if the recieving thing cud take it...

Eg: If you want to pass some vlaue to a screen field on R3 Transaction Iview, then in the DynamicParameter part you wud say something like this:

var myValue = 'XYZ';

EPCM.doNavigate('ROLES://pcd_path/iview?DynamicParameter=P_Val%3d'+myValue,1);void(0);

where P_Val is the screen field on transaction.

Plz don forget points, if it helped.

Regards,

p.

Answers (0)