The field element (for user-defined parameters udfield) is used within the parameter configuration to define a text element, checkbox or access to a table field of a specific type.

The following attributes can be used for the field element:
Attribute |
Value |
Required |
Explanation |
|---|---|---|---|
id |
text |
yes |
Unique id for the parameter |
name |
text (translatable) |
yes |
Text in the form for the element |
desc |
text (translatable) |
yes |
Text which will be displayed as tool tip for the element |
worktable |
yes | no |
yes |
Process table can be used as source type |
subtable |
yes | no |
yes |
Subtable can be used as source type |
fixed |
yes | no |
yes |
Fixed value can be used as source type |
datatype |
int | decimal | varchar | date | file |
yes |
Data type for the element |
required |
yes | no |
no |
Defines if a field is a required field |
texttype |
checkbox |
no |
Displays a checkbox in the Value column instead of an input field |