CustomFieldTab
The custom field tab associated with a custom field.
type CustomFieldTab {
createdAt: DateTime!
createdBy: String
customFieldDefinitions: [CustomFieldDefinition!]
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
}
Fields
CustomFieldTab.createdAt ● DateTime! non-null scalar
The date and time the record was created.
CustomFieldTab.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
CustomFieldTab.customFieldDefinitions ● [CustomFieldDefinition!] list interface
The list of custom field definitions associated with the custom field tab. Optional.
CustomFieldTab.id ● ID! non-null scalar
The unique identifier for a custom field tab.
CustomFieldTab.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
CustomFieldTab.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
CustomFieldTab.name ● String! non-null scalar
A UTF-8 string that represents the name of the custom field tab.
Member Of
CeContactStoreScopedCustomFieldTabs object ● ContactStoreCustomFieldDefinition object ● ContactStoreScopedCustomFieldTabs object ● CreateCeContactStoreScopedCustomFieldTabPayload object ● CreateContactStoreScopedCustomFieldTabPayload object ● CreateEventScopedCustomFieldTabPayload object ● CreateMembershipContactStoreScopedCustomFieldTabPayload object ● CustomFieldDefinition interface ● EventCustomFieldDefinition object ● EventScopedCustomFieldTabs object ● MembershipContactStoreScopedCustomFieldTabs object ● UpdateCeContactStoreScopedCustomFieldTabPayload object ● UpdateContactStoreScopedCustomFieldTabPayload object ● UpdateEventScopedCustomFieldTabPayload object ● UpdateMembershipContactStoreScopedCustomFieldTabPayload object