EntityAggregateField
This page provides generated reference documentation for the EntityAggregateField data model.
A aggregate field for entity fields
Overview
| Property | Summary |
|---|---|
| customProperties | — |
| description | Short technical description of the model in plain text. |
| displayValueProcess | The result of the process is written into the displayValue of the aggregate field. |
| documentation | Contains the documentation of the data model in the popular AsciiDoc format (.adoc). The documentation should be set by the developer to explain different… |
| parentField | Set an entity field as parent for the aggregate field. |
| title | Singular title of the model, e.g. Surname |
| titleProcess | 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. |
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.