GloballyScopedCustomFieldTab
The global custom field tab associated to a globally-scoped custom field.
type GloballyScopedCustomFieldTab {
createdAt: DateTime!
createdBy: String
customFieldDefinitions: [GloballyScopedCustomFieldDefinition!]
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
}
Fields
GloballyScopedCustomFieldTab.createdAt ● DateTime! non-null scalar
The date and time the record was created.
GloballyScopedCustomFieldTab.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
GloballyScopedCustomFieldTab.customFieldDefinitions ● [GloballyScopedCustomFieldDefinition!] list object
The list of custom field definitions associated with the custom field tab. Optional.
GloballyScopedCustomFieldTab.id ● ID! non-null scalar
The unique identifier for a custom field tab.
GloballyScopedCustomFieldTab.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
GloballyScopedCustomFieldTab.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
GloballyScopedCustomFieldTab.name ● String! non-null scalar
A UTF-8 string that represents the name of the custom field tab.
Member Of
GloballyScopedCustomFieldDefinition object ● GloballyScopedCustomFieldTabs object