SplittedDateTimeFieldMetaDataDTO

A DTO that represents splitted date time field meta data.

Sub Type Property: "_type" : "SPLITTED_DATE_TIME_FIELD"

Fields

Type
Name
Description
Optional
Default Value
Boolean  
timeFieldVisible
true if the time field component is visible, otherwise false.
false
 
String  
id
The field name.
false
 
String  
displayName
The display name of the field.
false
 
Boolean  
visible
true if field is visible, otherwise false.
false
 
Boolean  
readable
true if field is readable, otherwise false.
false
 
Boolean  
readOnly
true if field is read only, otherwise false.
false
 
Boolean  
readOnlyApp
true if field is read only for apps, otherwise false.
false
 
Boolean  
required
true if field is required, otherwise false.
false
 
Boolean  
dataQuality
true if field is relevant for data quality, otherwise false.
false
 
Boolean  
calculated
true if field value is calculated (non-persistent), otherwise false.
false
 
Boolean  
confidential
true if field value is confidential, otherwise false.
false
 
Boolean  
writeOnce
true if field is editable during creation only, otherwise false.
false
 
Boolean  
useUpperCase
true if field accepts upper case characters only, otherwise false.
false
 
Boolean  
unique
true if field value has to be unique, otherwise false.
false
 
Boolean  
uniqueWarning
true if user should be warned on duplate field values, otherwise false.
false
 
Integer  
horizontalAlignment
The horizontal text alignment (10 = left, 0 = center, 11 = right).
false
 
Integer  
maxLength
The maximum input lenght.
false
 
String  
inputMask
The regular expression used as input mask.
false
 
String  
inputMaskError
The error message displayed when violating input mask.
false
 
String  
inputMaskExample
The input example displayed when violating input mask.
false
 

Example

{
	"id": "<FieldName>.<EntitName>",
	"displayName": "<i18nFieldName>",
	"visible": true,
	"readable": true,
	"readOnly": false,
	"required": false
}