Skip to main content

CeContactStoreScopedCustomFieldDefinitions

The custom field definitions for the different types of objects within the continuing education contact store.

type CeContactStoreScopedCustomFieldDefinitions {
contacts(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
functionFeeTypes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
functionGroups(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
functionRegistrations(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
functions(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
marketingRecords(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
noteTypes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
notes(
input: CustomFieldDefinitionSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldDefinition!]!
}

Fields

CeContactStoreScopedCustomFieldDefinitions.contacts ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for contacts within the continuing education contact store.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreScopedCustomFieldDefinitions.contacts.input ● CustomFieldDefinitionSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldDefinitions.contacts.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldDefinitions.contacts.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldDefinitions.functionFeeTypes ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for function fee types within the continuing education contact store.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreScopedCustomFieldDefinitions.functionFeeTypes.input ● CustomFieldDefinitionSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldDefinitions.functionFeeTypes.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldDefinitions.functionFeeTypes.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldDefinitions.functionGroups ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for function groups within the continuing education contact store.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreScopedCustomFieldDefinitions.functionGroups.input ● CustomFieldDefinitionSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldDefinitions.functionGroups.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldDefinitions.functionGroups.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldDefinitions.functionRegistrations ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for function registrations within the continuing education contact store.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreScopedCustomFieldDefinitions.functionRegistrations.input ● CustomFieldDefinitionSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldDefinitions.functionRegistrations.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldDefinitions.functionRegistrations.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldDefinitions.functions ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for functions within the continuing education contact store.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreScopedCustomFieldDefinitions.functions.input ● CustomFieldDefinitionSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldDefinitions.functions.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldDefinitions.functions.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldDefinitions.marketingRecords ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for marketing records within the continuing education contact store.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreScopedCustomFieldDefinitions.marketingRecords.input ● CustomFieldDefinitionSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldDefinitions.marketingRecords.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldDefinitions.marketingRecords.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldDefinitions.noteTypes ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for note types for the continuing education contact store.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreScopedCustomFieldDefinitions.noteTypes.input ● CustomFieldDefinitionSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldDefinitions.noteTypes.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldDefinitions.noteTypes.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldDefinitions.notes ● [CustomFieldDefinition!]! non-null interface

The custom field definitions for the continuing education contact store notes.

See CustomFieldDefinitionSearchFilterInput for details on how the optional input argument can be used to filter custom field definitions.

Optionally, the offset and limit arguments can be used to page through multiple items:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
CeContactStoreScopedCustomFieldDefinitions.notes.input ● CustomFieldDefinitionSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldDefinitions.notes.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldDefinitions.notes.offset ● NonNegativeInt! non-null scalar

Member Of

CeContactStore object