...
Tip |
---|
In order to have the Custom Fields appear in the EKW application, the user must first set up UD columns.
|
EKWEmw_col1_column_c – the initial value should be set to the column that it references on the dataset.
EKWEmw_col1_label_c – the initial value should be set to the label to be displayed in EKW.
...
EKWEmw_col1_type_c – the initial value should be set to the type of the data.
The available options are text, description, number, Boolean, list.
Available Field Types:
Number Will display a number input box in forms.
Text Will display a text input box in forms.
Description Will display a text area input box in forms.
Boolean Will display as a checkbox in forms.
List Will display as text in lists and will NOT be displayed in forms.
A Boolean type will display as a checked or unchecked box, depending on the value.
EKWEmw_col1_disabled_c – the initial value should be set to whether or not the value can be changed or not.
This column has a data type of Boolean:
...