cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass input parameters to an operation dynamically?

Former Member
0 Kudos

Hi,

I am trying to send an OnlineRequest by invoking an operation when i click a menuitem.But that operation has 3 input parameters to be passed. can anyone help me regarding this.

Thanks

Ram

Accepted Solutions (0)

Answers (1)

Answers (1)

david_brandow
Contributor
0 Kudos

That should be fairly straightforward. Create a menuitem with the type Online Request, and then switch to the Parameter Mappings tab and map each parameter to a key. Those keys will then, in all likelihood, be mapped to a UI control somewhere in your application where the user can fill in the value.