IntegerFieldMetaDataDTO
A DTO that represents integer field meta data.
Sub Type Property: "_type" : "INTEGER_TEXT_FIELD"
Fields
Type
Name
Description
Optional
Default Value
unit
The unit of the value.
false
useGrouping
true if the number should be grouped, otherwise false.
false
minimum
The minimum value.
false
maximum
The maximum value.
false
unit
The unit of the value.
false
useGrouping
true if the number should be grouped, otherwise false.
false
minimum
The minimum value.
false
maximum
The maximum value.
false
id
The field name.
false
displayName
The display name of the field.
false
visible
true if field is visible, otherwise false.
false
readable
true if field is readable, otherwise false.
false
readOnly
true if field is read only, otherwise false.
false
readOnlyApp
true if field is read only for apps, otherwise false.
false
required
true if field is required, otherwise false.
false
dataQuality
true if field is relevant for data quality, otherwise false.
false
calculated
true if field value is calculated (non-persistent), otherwise false.
false
confidential
true if field value is confidential, otherwise false.
false
writeOnce
true if field is editable during creation only, otherwise false.
false
useUpperCase
true if field accepts upper case characters only, otherwise false.
false
unique
true if field value has to be unique, otherwise false.
false
uniqueWarning
true if user should be warned on duplate field values, otherwise false.
false
horizontalAlignment
The horizontal text alignment (10 = left, 0 = center, 11 = right).
false
maxLength
The maximum input lenght.
false
inputMask
The regular expression used as input mask.
false
inputMaskError
The error message displayed when violating input mask.
false
inputMaskExample
The input example displayed when violating input mask.
false
Example
{
"id": "<FieldName>.<EntitName>",
"displayName": "<i18nFieldName>",
"visible": true,
"readable": true,
"readOnly": false,
"required": false,
"unit": "$",
"useGrouping": true,
"minimum": -2147483648,
"maximum": 2147483647
}