CreateCeContactStoreScopedCustomFieldDefinitionInput
Defines the input details for creating a custom field definition for a continuing education contact store.
input CreateCeContactStoreScopedCustomFieldDefinitionInput {
area: CeContactStoreScopedCustomFieldArea!
ceContactStoreId: ID!
containsPersonalData: Boolean
customFieldTabId: ID
isMandatory: Boolean
name: String!
sortOrder: NonNegativeInt
tags: [CreateCustomFieldDefinitionTagInput!]
type: CustomFieldType!
uniqueCode: String
}
Fields
CreateCeContactStoreScopedCustomFieldDefinitionInput.area ● CeContactStoreScopedCustomFieldArea! non-null enum
The area in a continuing education contact store the custom field definition applies to.
CreateCeContactStoreScopedCustomFieldDefinitionInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store the custom field definition is associated with.
CreateCeContactStoreScopedCustomFieldDefinitionInput.containsPersonalData ● Boolean scalar
A flag indicating whether the custom field includes sensitive personal data. Optional.
The default value is false.
CreateCeContactStoreScopedCustomFieldDefinitionInput.customFieldTabId ● ID scalar
The identifier of the custom field tab to associate the custom field definition with. Optional.
CreateCeContactStoreScopedCustomFieldDefinitionInput.isMandatory ● Boolean scalar
A flag indicating whether the custom field definition requires a value to be completed. Optional.
The default value is false.
CreateCeContactStoreScopedCustomFieldDefinitionInput.name ● String! non-null scalar
A UTF-8 string representing the name of the custom field definition.
CreateCeContactStoreScopedCustomFieldDefinitionInput.sortOrder ● NonNegativeInt scalar
Defines the order that the custom field definition is sorted by in lists. Optional.
The default value is 0.
CreateCeContactStoreScopedCustomFieldDefinitionInput.tags ● [CreateCustomFieldDefinitionTagInput!] list input
The tags for a TAG custom field definition. Optional.
CreateCeContactStoreScopedCustomFieldDefinitionInput.type ● CustomFieldType! non-null enum
The type of data collected in this custom field definition.
CreateCeContactStoreScopedCustomFieldDefinitionInput.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the custom field definition. Optional.
The value must be unique across all custom field definitions for the continuing education contact store.