Skip to main content
Version: 2026.0

EntityAggregateField

This page provides generated reference documentation for the EntityAggregateField data model.

A aggregate field for entity fields

Overview

PropertySummary
customProperties
descriptionShort technical description of the model in plain text.
displayValueProcessThe result of the process is written into the displayValue of the aggregate field.
documentationContains the documentation of the data model in the popular AsciiDoc format (.adoc). The documentation should be set by the developer to explain different…
parentFieldSet an entity field as parent for the aggregate field.
titleSingular title of the model, e.g. Surname
titleProcessProcess to determine the title dynamically. This will overwrite the value of the title property and is for example displayed in the views within the client.

customProperties

Type: CustomProperties


description

Type: String

Short technical description of the model in plain text.


displayValueProcess

Type: String

The result of the process is written into the displayValue of the aggregate field.

Use this process to format your aggregated value. You can only access values from other aggregate fields in this process.


documentation

Type: String

Contains the documentation of the data model in the popular AsciiDoc format (.adoc). The documentation should be set by the developer to explain different aspects (like purpose, concept, etc.) of the data model that they designed.

You may want to add the extension "AsciiDoc" to your ADITO Designer in order to modify AsciiDoc files.

<!--VSCODE_ONLY-->


parentField

Type: String

Set an entity field as parent for the aggregate field.

An aggregate field alone does not work because certain properties (e.g. contenttype, outputformat...) are inherited from the parent.


title

Type: String
Constraints: Verification: TITLE_LENGTH

Singular title of the model, e.g. Surname


titleProcess

Type: String

Process to determine the title dynamically. This will overwrite the value of the title property and is for example displayed in the views within the client.