Skip to main content

CeContactStoreScopedCustomFieldTabs

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

type CeContactStoreScopedCustomFieldTabs {
ceClassifications(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
ceSubClassifications(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
contactGroups(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
contacts(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
courseFeeTypes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
courseRegistrations(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
courses(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
functionFeeTypes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
functionGroups(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
functionRegistrations(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
functions(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
marketingRecords(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
notes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
}

Fields

CeContactStoreScopedCustomFieldTabs.ceClassifications ● [CustomFieldTab!]! non-null object

The custom field tabs for continuing education classifications within the continuing education contact store.

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

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).
CeContactStoreScopedCustomFieldTabs.ceClassifications.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.ceClassifications.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.ceClassifications.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldTabs.ceSubClassifications ● [CustomFieldTab!]! non-null object

The custom field tabs for continuing education sub classifications within the continuing education contact store.

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

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).
CeContactStoreScopedCustomFieldTabs.ceSubClassifications.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.ceSubClassifications.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.ceSubClassifications.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldTabs.contactGroups ● [CustomFieldTab!]! non-null object

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

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

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).
CeContactStoreScopedCustomFieldTabs.contactGroups.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.contactGroups.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.contactGroups.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldTabs.contacts ● [CustomFieldTab!]! non-null object

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

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

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).
CeContactStoreScopedCustomFieldTabs.contacts.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.contacts.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.contacts.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldTabs.courseFeeTypes ● [CustomFieldTab!]! non-null object

The custom field tabs for course fee types within the continuing education contact store.

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

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).
CeContactStoreScopedCustomFieldTabs.courseFeeTypes.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.courseFeeTypes.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.courseFeeTypes.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldTabs.courseRegistrations ● [CustomFieldTab!]! non-null object

The custom field tabs for course registrations within the continuing education contact store.

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

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).
CeContactStoreScopedCustomFieldTabs.courseRegistrations.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.courseRegistrations.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.courseRegistrations.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldTabs.courses ● [CustomFieldTab!]! non-null object

The custom field tabs for courses within the continuing education contact store.

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

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).
CeContactStoreScopedCustomFieldTabs.courses.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.courses.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.courses.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldTabs.functionFeeTypes ● [CustomFieldTab!]! non-null object

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

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

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).
CeContactStoreScopedCustomFieldTabs.functionFeeTypes.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.functionFeeTypes.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.functionFeeTypes.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldTabs.functionGroups ● [CustomFieldTab!]! non-null object

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

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

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).
CeContactStoreScopedCustomFieldTabs.functionGroups.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.functionGroups.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.functionGroups.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldTabs.functionRegistrations ● [CustomFieldTab!]! non-null object

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

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

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).
CeContactStoreScopedCustomFieldTabs.functionRegistrations.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.functionRegistrations.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.functionRegistrations.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldTabs.functions ● [CustomFieldTab!]! non-null object

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

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

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).
CeContactStoreScopedCustomFieldTabs.functions.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.functions.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.functions.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldTabs.marketingRecords ● [CustomFieldTab!]! non-null object

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

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

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).
CeContactStoreScopedCustomFieldTabs.marketingRecords.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.marketingRecords.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.marketingRecords.offset ● NonNegativeInt! non-null scalar

CeContactStoreScopedCustomFieldTabs.notes ● [CustomFieldTab!]! non-null object

The custom field tabs for notes within the continuing education contact store.

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

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).
CeContactStoreScopedCustomFieldTabs.notes.input ● CustomFieldTabSearchFilterInput! non-null input
CeContactStoreScopedCustomFieldTabs.notes.limit ● PaginationLimit! non-null scalar
CeContactStoreScopedCustomFieldTabs.notes.offset ● NonNegativeInt! non-null scalar

Member Of

CeContactStore object