ENUM
CustomFieldFieldTypeEnum
Data type for the CustomField
link GraphQL Schema definition
- enum CustomFieldFieldTypeEnum {
- # Text field
- # Boolean field
- # Email address field
- # URL field
- # Single Select field, it only works if CustomFieldOption records are included
- # Multi Select field, it only works if CustomFieldOption records are included
- # Integer field, this represents whole numbers with no decimal places, can be
- # positive, negative, or zero
- # Time field, this represents the time in a HH:MM:SS format
- # Decimal field, this represents numbers that can include decimal places, allowing
- # for fractional values. It can be positive, negative, or zero.
- # Date field, this will return a date in DD MMM YYYY format (e.g., 11 Nov 2024).
- }
link Require by
- CustomFieldCustom Fields can be created to hold categories of data not otherwise available in the standard schema. Custom Fields must not be used to store Personally Identifiable Information (PII).
- CustomFieldInputAttributes for creating or updating a CustomField
- EntityCustomFieldCustom Fields can be created to hold categories of data not otherwise available in the standard schema. Custom Fields must not be used to store Personally Identifiable Information (PII).