AppEntityMetaDataDTO
A DTO that represents the entity meta data for the apps.
Sub Type Property: "_type" : "APP"
Fields
Type
Name
Description
Optional
Default Value
creatable
Flag that indicates whether the entity is configured for creation.
false
editable
Flag that indicates whether the entity is configured for editing.
false
id
The internal entity name.
false
displayName
The display name.
false
shortCut
The entity short cut.
false
searchShortCut
The simple search short cut.
true
favoritable
Flag that indicates whether the entity is enabled for favorite handling.
false
observable
Flag that indicates whether the entity is enabled for observation feature.
false
Example
{
"_type": "APP",
"id": "Activity",
"displayName": "Activities",
"shortCut": "Ac",
"searchShortCut": "ACT",
"favoritable": true,
"observable": true,
"creatable": true,
"editable": true
}