🚧 Documentation Placeholder

This section is currently under development.

Adding fields to the entity

Entities are created with a default set of system fields, which provide the basic structure for data management. You can enhance entities by adding custom fields of various types or modifying existing ones. Field customization is available for both predefined entities (such as Product) and custom entities created by users.

Field modification restrictions apply based on field origin:

  • Predefined fields in predefined entities cannot be deleted
  • System fields (like Name, Created At, Created By) in any entity cannot be deleted
  • ID field cannot be modified in any entity

The Fields panel displays all fields contained within the entity, providing a comprehensive view of the entity's data structure.

Field details

Required fields

When creating a new field, the following fields must be configured:

Field Name Description
Name Field name in the main language.
Code Unique field identifier within the entity. Initially duplicates the field name but can be customized.
Type Defines the field's data type and behavior. The available configuration options vary depending on the selected type
Entity The entity to which the field belongs.

Code, Type, Entity values cannot be changed after field creation.

Configuration fields

Additional configuration options are available when creating fields:

Field Name Description
Tooltip Enable contextual help for the field with text and link support. Tooltips can be configured separately for each interface language. See multilingual field tooltips for more information

After configuring the required and optional field properties, the new field becomes part of the entity's structure and is available for data entry and management.