Magidoc

IntegrationCustomField
Object

Represents a custom field definition in an integration system

Fields

#

id

Non-null

Unique identifier for the custom field

isFilterable

Non-null

Indicates whether this field can be used as a filter criteria in searches and queries

isRequired

Non-null

Indicates whether this field must have a value when creating or updating records

name

Non-null

Display name of the custom field

options

List of options field types such as checkboxes, dropdowns, and multiselect

type

Non-null

Data type of the custom field (e.g., 'text', 'number', 'date', 'dropdown', 'multiselect')

Usages

#

References

#

  • Field integrationCustomFields from Query