Skip to main content

EntityAggregateField

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

A aggregate field for entity fields

Overview

PropertySummary
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.
descriptionShort technical description of the model in plain text.
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. An aggregate field alone does not work because certain properties (e.g. contenttype, outputformat...) …
displayValueProcessThe 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…
customProperties

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.


description

Type: String

Short technical description of the model in plain text.


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 he designed.
You may want to add the plugin "AsciidoctorJ" to your ADITO Designer in order to modify AsciiDoc files.


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.


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.


customProperties

Type: CustomProperties