IntegrationCustomField Object
Represents a custom field definition in an integration system
Fields
#
isFilterable
Boolean !
Non-null
Indicates whether this field can be used as a filter criteria in searches and queries
isRequired
Boolean !
Non-null
Indicates whether this field must have a value when creating or updating records
options
List of options field types such as checkboxes, dropdowns, and multiselect
type
String !
Non-null
Data type of the custom field (e.g., 'text', 'number', 'date', 'dropdown', 'multiselect')
Usages
#
References
#
- Field integrationCustomFields from Query
Previous
IntegrationConfigurationInput
