CustomFieldGroupDto
A named group for organising custom field definitions.
Each group renders as its own card on the entity detail page.
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The unique code for this custom field group |
The unique code for this custom field group | ||
| name | string | The display name of this group |
The display name of this group | ||
| entityType | enum | Client |
Client | ||
| parentCustomFieldGroupCode | string | The code of the parent group, or null if this is a root group |
The code of the parent group, or null if this is a root group | ||
| sortOrder | integer | The display order of this group relative to other groups |
The display order of this group relative to other groups | ||
JSON Example
{
"code": "string",
"name": "string",
"entityType": "Client",
"parentCustomFieldGroupCode": "string",
"sortOrder": 0
}