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