Field Types

The following field types can be created in the entity model:

Database Field Maps an entity field to a physical, e.g. a database or a column.
Virtual Field Provides a basic field type not mapped to a database. Can be used for in-memory operations.
Function Call Calculates a value by calling a basic or a database function.
Aggregated Field Calculates a total value from child entities using an aggregate function.
Lookup Field Looks-up a value from another entity based on a field in the current entity using a lookup.