A script-enabled browser is required for this page to function properly.

Specifying Parameter Attributes

When you use ADD_PARAMETER to add a parameter to a parameter List, you must specify three parameter attributes:

Key 
 
The name of the parameter.
 
Paramtype 
 
The parameter type, either DATA_PARAMETER or TEXT_PARAMETER.
 
Value 
 
The parameter value. For a TEXT_PARAMETER, the value is any CHAR value. For a DATA_PARAMETER, the value is always the CHAR name of a record group defined in the current form.

ADD_PARAMETER Built-in

Comparing Global, Parameter, and Package Variables