data_type | LONG | smallint | | | 0 | DIRECT | Code for the data type of the parameter's value;i.e., 0=text, 1=integer, 2=decimal, 3=datetime, 4=property, default=0 | |
datetime_value | CLK_TIME | datetime | | | | | If data_type is integer, the integer value | |
decimal_value | DECIMAL | decimal (19,4) | | | | CURRENCY | If data_type is decimal, the decimal value | |
dev | LONG | int | 151 | | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | |
focus_type | LONG | smallint | | | | DIRECT | If there is parameter in the action, the focus object type has to be specified, there will also be a entry in cl_param object type to store the name of the parameter. All properties in the action have to start with the same focus object | |
integer_value | LONG | int | | | | DIRECT | If data_type is integer, the integer value | |
objid | LONG | int | 3 | | | DIRECT | Internal record number | |
param_name | CHAR | varchar | | 80 | | | For VBScript, HTTP, etc, the parmater name | |
property_name | CHAR | varchar | | 80 | | | If field data_type=4, the name of the property | |
rank | LONG | int | | | | DIRECT | Order of the parameter in the action's parameter list | |
text_value | CHAR | text | | | | ALLOW_NULL | If data_type is text, the text value | |