Fields
Last updated
Last updated
A field is the building block of an Entity that stores a single type of data. When the Entity is created, each field becomes a column in the Entity.
The fields define the type of data to be stored, its accessibility, readability, and generation methods.
A field comprises the following details:
Field Name: Label of the field, i.e., the title of the column. This must be unique.
Data Type: Defines the data type or another entity for the information to be stored in this field.
Default Value: Defines the default value to be displayed. A field must have at least one (1) default value.
Primary: Defines field as the primary key. A primary key is a unique key used as a reference point for entities to relate and connect.
Unique: Defines field as unique.
Not Empty: Defines the field to be non-empty, which means it must have some value.
Read Only: Defines field as read-only, which means that though data can be entered into it, it cannot be edited or updated.
Auto Increment: Defines field as auto-incremented, which means the field for this number will be incremented with the addition of data or record. When this element is selected, it activates the Start field.
Start: Defines the starting number Auto Increment.
List: Defines a field to contain values as a list.
Default Field: Defines a field to be shown as the default field.
Display: Defines the field to be displayed and not hidden.
13. Auto Generate: If the data type is selected as GUID, the field βAuto Generateβ displays. Selecting this field defines that a number will automatically be generated for this field when a record is added.