Skip to main content

Customfieldsetdisplaysettings

Wrapper holds the display properties of a Custom Field Set

builtInboolean

This is used only for builtIn custom field sets and can have two possible values: True - when this is a "mambu" field set, False - when this is a tenant-defined field set

displayNamestring

User-provided name of the custom field set

positioninteger<int32>

Represents the order of the custom field set (starts from 0)

Customfieldsetdisplaysettings
{
"builtIn": true,
"displayName": "string",
"position": 0
}