INPUT_OBJECT

CreateFormViewInput

link GraphQL Schema definition

  • input CreateFormViewInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the account type.
  • accountTypeId: ID
  • # Id of the contact type.
  • contactTypeId: ID
  • # Ids of fields and webresources hidden from the form for this view.
  • hiddenItemIds: [UUID!]!
  • # Per-item color overrides for fields and webresources in the form, keyed by item
  • # id.
  • itemColors: [FormViewItemColorInput!]!
  • # Id of the lead type.
  • leadTypeId: ID
  • # Name of the entity and its default text representation.
  • name: String!
  • # Id of the opportunity type.
  • opptyTypeId: ID
  • # Id of the owning user.
  • ownerId: ID!
  • # Field whose values are strictly defined with an enumeration of values.
  • shareMode: ShareModeEnum
  • # When true, the form view name is treated as a translation key and localized in
  • # the UI; otherwise the literal name is shown.
  • useLang: Boolean
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Sales units that have been granted shared access to this form view (custom share
  • # mode).
  • sharingUnits: [CreateFormViewSharingSalesUnitRelationNoFormViewBackrefInput!]
  • # Users that have been granted shared access to this form view (custom share
  • # mode).
  • sharingClients: [CreateFormViewSharingClientRelationNoFormViewBackrefInput!]
  • }

link Require by