i
Fields
It allows viewing the list of all fields of the entity in a paginated table, with quick search capabilities, filters, order, displaying the properties of each one and allowing operations to be carried out.
Columns
Label
Allows to enter the text that is displayed on the field. It works together with the prefix to reference the field in validation messages and supports blank spaces.
Name
Name assigned to reference a field in the modeling, allowing the field to be uniquely identified within the entity. Used in rule wizards to refer to field within conditions. It generates automatically from the Label property, it can be modified by the user and does not allow spaces or special characters.
Identifier
It is the name assigned to refererence a field in the programming code, used to refer to the field within Java code in the "Execution Code" tab of advanced rules and in JavaScript code in the "Advanced Editing" tab of the entity modeler. It allows to uniquely identify the field within the modeled entity. It can be modified by the user, as long as no data has been loaded into the entity and it does not allow spaces or special characters.
It allows its editing so that it can be modified by the user only when the entity has no data.
Included in Grid
Determines if the field is displayed in the results grid where the entity instances are displayed.
Multiple
Indicates if the field has multiple occurrences.
Type
Determines the data format that can be entered in the field. The supported data set varies, depending on the type of field that has been created.
Rules
If the field has any Required, Visibility, Editability or Validation associated rule, an icon is shown indicating the type of rule.
Operations
It allows to delete the field only in entities without data and requires confirmation by the user. |
|
Editing of attributes opens a new panel that allows to edit the field properties |