| name | data type | description |
|---|---|---|
| classname | string | |
| field | array of CustomFieldTemplateDto | |
| action | array of EntityCustomActionDto |
Example
{
"classname" : "...",
"field" : [ {
"code" : "...",
"description" : "...",
"fieldType" : "LIST",
"appliesTo" : "...",
"defaultValue" : "...",
"storageType" : "LIST",
"valueRequired" : true,
"versionable" : true,
"triggerEndPeriodEvent" : true,
"calendar" : "...",
"cacheValueTimeperiod" : 12345,
"entityClazz" : "...",
"listValues" : {
"property1" : "...",
"property2" : "..."
},
"allowEdit" : true,
"hideOnNew" : true,
"maxValue" : 12345,
"minValue" : 12345,
"regExp" : "...",
"cacheValue" : true,
"guiPosition" : "...",
"mapKeyType" : "RON",
"applicableOnEl" : "...",
"matrixColumn" : [ {
"position" : 12345,
"code" : "...",
"label" : "...",
"keyType" : "STRING"
}, {
"position" : 12345,
"code" : "...",
"label" : "...",
"keyType" : "STRING"
} ],
"fieldCode" : [ "...", "..." ],
"indexType" : "INDEX",
"tags" : "..."
}, {
"code" : "...",
"description" : "...",
"fieldType" : "STRING",
"appliesTo" : "...",
"defaultValue" : "...",
"storageType" : "SINGLE",
"valueRequired" : true,
"versionable" : true,
"triggerEndPeriodEvent" : true,
"calendar" : "...",
"cacheValueTimeperiod" : 12345,
"entityClazz" : "...",
"listValues" : {
"property1" : "...",
"property2" : "..."
},
"allowEdit" : true,
"hideOnNew" : true,
"maxValue" : 12345,
"minValue" : 12345,
"regExp" : "...",
"cacheValue" : true,
"guiPosition" : "...",
"mapKeyType" : "STRING",
"applicableOnEl" : "...",
"matrixColumn" : [ {
"position" : 12345,
"code" : "...",
"label" : "...",
"keyType" : "STRING"
}, {
"position" : 12345,
"code" : "...",
"label" : "...",
"keyType" : "STRING"
} ],
"fieldCode" : [ "...", "..." ],
"indexType" : "INDEX",
"tags" : "..."
} ],
"action" : [ {
"code" : "...",
"description" : "...",
"appliesTo" : "...",
"applicableOnEl" : "...",
"label" : "...",
"script" : {
"executionRoles" : [ { }, { } ],
"sourcingRoles" : [ { }, { } ],
"code" : "...",
"description" : "...",
"type" : "JAVA",
"script" : "..."
}
}, {
"code" : "...",
"description" : "...",
"appliesTo" : "...",
"applicableOnEl" : "...",
"label" : "...",
"script" : {
"executionRoles" : [ { }, { } ],
"sourcingRoles" : [ { }, { } ],
"code" : "...",
"description" : "...",
"type" : "JAVA",
"script" : "..."
}
} ]
}