Skip to main content

Customfieldusage

Represents the usage settings of the custom field definition.

defaultboolean

TRUE if the field is displayed by default on create or edit pages for this record type, FALSE otherwise.

objectKeystring

The key of the record type.

requiredboolean

TRUE if the field is required for this record type, FALSE otherwise.

Customfieldusage
{
"default": true,
"objectKey": "string",
"required": true
}