Skip to main content

MembershipContactStoreScopedCustomFieldTabs

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

type MembershipContactStoreScopedCustomFieldTabs {
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!]!
membershipCategories(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
membershipFeeTypes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
membershipRegistrations(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
notes(
input: CustomFieldTabSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomFieldTab!]!
}

Fields​

MembershipContactStoreScopedCustomFieldTabs.ceClassifications ● [CustomFieldTab!]! non-null object​

The custom field tabs for continuing education classifications within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.ceClassifications.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.ceClassifications.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.ceClassifications.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.ceSubClassifications ● [CustomFieldTab!]! non-null object​

The custom field tabs for continuing education sub classifications within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.ceSubClassifications.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.ceSubClassifications.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.ceSubClassifications.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.contactGroups ● [CustomFieldTab!]! non-null object​

The custom field tabs for contact groups within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.contactGroups.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.contactGroups.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.contactGroups.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.contacts ● [CustomFieldTab!]! non-null object​

The custom field tabs for contacts within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.contacts.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.contacts.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.contacts.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.courseFeeTypes ● [CustomFieldTab!]! non-null object​

The custom field tabs for course fee types within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.courseFeeTypes.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.courseFeeTypes.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.courseFeeTypes.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.courseRegistrations ● [CustomFieldTab!]! non-null object​

The custom field tabs for course registrations within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.courseRegistrations.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.courseRegistrations.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.courseRegistrations.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.courses ● [CustomFieldTab!]! non-null object​

The custom field tabs for courses within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.courses.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.courses.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.courses.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.functionFeeTypes ● [CustomFieldTab!]! non-null object​

The custom field tabs for function fee types within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.functionFeeTypes.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.functionFeeTypes.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.functionFeeTypes.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.functionGroups ● [CustomFieldTab!]! non-null object​

The custom field tabs for function groups within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.functionGroups.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.functionGroups.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.functionGroups.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.functionRegistrations ● [CustomFieldTab!]! non-null object​

The custom field tabs for function registrations within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.functionRegistrations.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.functionRegistrations.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.functionRegistrations.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.functions ● [CustomFieldTab!]! non-null object​

The custom field tabs for functions within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.functions.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.functions.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.functions.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.marketingRecords ● [CustomFieldTab!]! non-null object​

The custom field tabs for marketing records within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.marketingRecords.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.marketingRecords.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.marketingRecords.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.membershipCategories ● [CustomFieldTab!]! non-null object​

The custom field tabs for membership categories within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.membershipCategories.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.membershipCategories.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.membershipCategories.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.membershipFeeTypes ● [CustomFieldTab!]! non-null object​

The custom field tabs for membership fee types within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.membershipFeeTypes.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.membershipFeeTypes.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.membershipFeeTypes.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.membershipRegistrations ● [CustomFieldTab!]! non-null object​

The custom field tabs for membership registrations within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.membershipRegistrations.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.membershipRegistrations.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.membershipRegistrations.offset ● NonNegativeInt! non-null scalar​

MembershipContactStoreScopedCustomFieldTabs.notes ● [CustomFieldTab!]! non-null object​

The custom field tabs for notes within the membership 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).
MembershipContactStoreScopedCustomFieldTabs.notes.input ● CustomFieldTabSearchFilterInput! non-null input​
MembershipContactStoreScopedCustomFieldTabs.notes.limit ● PaginationLimit! non-null scalar​
MembershipContactStoreScopedCustomFieldTabs.notes.offset ● NonNegativeInt! non-null scalar​

Member Of​

MembershipContactStore object