Skip to main content

CustomFieldDefinitionTag

Defines the values that can be assigned to the TAG type custom field definition.

type CustomFieldDefinitionTag {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
sortOrder: Int!
uniqueCode: String
}

Fields

CustomFieldDefinitionTag.createdAt ● DateTime! non-null scalar

The date and time the record was created.

CustomFieldDefinitionTag.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

CustomFieldDefinitionTag.id ● ID! non-null scalar

The unique identifier for the custom field definition tag.

CustomFieldDefinitionTag.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

CustomFieldDefinitionTag.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

CustomFieldDefinitionTag.name ● String! non-null scalar

The name of the custom field definition tag.

CustomFieldDefinitionTag.sortOrder ● Int! non-null scalar

Defines the order that the tags are sorted by in lists. Items are sorted in ascending order (smallest to largest).

CustomFieldDefinitionTag.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the custom field definition tag. Optional.

The value must be unique across all tags for a custom field definition.

Member Of

ContactStoreCustomFieldDefinition object ● CustomFieldDefinition interface ● EventCustomFieldDefinition object ● GloballyScopedCustomFieldDefinition object