MaskConfigDTO
DTO for mask configurations.
Fields
Type
Name
Description
Optional
Default Value
entity
The entity of the mask
false
maskId
The id of the mask
false
configGroup
The configuration group
false
defaultSubmask
The default sub mask
false
order
The mask order
false
Example
{
"entity": "Activity",
"maskId": "Activity",
"configGroup": "SYSTEM",
"defaultSubmask": null,
"order": 7000000,
"custLayer": "C2",
"pk": "Activity",
"relationName": "rAcAc",
"id": "Activity",
"layer": "C2"
}