ENUM

CustomfielddataableType

An entity that is allowed to have custom fields defined for it.

link GraphQL Schema definition

  • enum CustomfielddataableType {
  • # A customer account.
  • Account
  • # A geographical address.
  • Address
  • # A contact person.
  • Contact
  • # A generic assignee for inventory items.
  • GenericInventoryAssignee
  • # A job, typically in the field.
  • Job
  • # A network site.
  • NetworkSite
  • # A line item on a purchase order.
  • PurchaseOrderItem
  • # types.test_read_only_file_model
  • TestReadOnlyFileModel
  • # A ticket.
  • Ticket
  • }