A newer service is available to interact with input controls, including query-based input controls. See section The v2/inputControls Service. |
The following sample request specifies a resource that is a query-based input control, and by specifying the appropriate parameters, we can receive the current values. In this case, one of the parameters to the query is a list of two values, USA and Mexico:
Cascading_state_multi_select?IC_GET_QUERY_DATA=/datasources/JServerJNDIDS&
PL_Country_multi_select=USA&PL_Country_multi_select=Mexico
The following response shows the resource descriptor for the requested input control, and it contains extra properties that give all the values that are the results of the query. You can see they are from Mexico and USA. The resource descriptor also includes the nested descriptor for the query that is part of the input control.
If a selection-type input control has a null value, it is given as ~NULL~. If no selection is made, its value is given as ~NOTHING~. |
Recommended Comments
There are no comments to display.