cancel
Showing results for 
Search instead for 
Did you mean: 

How to Pass Logon User ID Parameter to IAC view in portal

0 Kudos

Hi All,

Please let me know to pass Logon User ID parameter to  IAC view in portal.

Also let me know how to pass report parameter values.

Thanks,

Ravi.

Accepted Solutions (0)

Answers (1)

Answers (1)

kiruthika_s
Active Participant
0 Kudos

Hi Ravi,

YES, it is very much possible to pass dynamic parameters with IAC iviews.You can pass dynamic parameters to appintegrator iviews.To pass dynamic parameters, make use of the DynamicParameters propertyof the iview.Then, the portal link will look as follows to include thedynamic parameters(s):

<PortalServer>/irj/index.html?NavigationTarget=pcd:portal_content/<

BWiView>&DynamicParameter=param%3Dvalue%26param2%3Dvalue2

This should pass the parameter param=value to the iView.To pass more than one parameter, you need to URL encode the '&' and '='characters within the DynamicParameter string, e.g.

<PortalServer>/irj/index.html?NavigationTarget=pcd:portal_content/<

BWiView>&DynamicParameter=param%3Dvalue%26param2%3Dvalue2

Hope this helps you.

Regards

Kiruthika