OBJECT
FormField
link GraphQL Schema definition
- type FormField implements FormContainerItemInterface {
- # Kind of column item — a placed field or an embedded web resource.
- : FormContainerItemKind!
- # Id of the field placed on the form.
- : String!
- # When true, the field is shown in the mobile app.
- : Boolean
- # When true, the field is displayed but cannot be edited.
- : Boolean
- # Label shown for the field on the form.
- : String!
- # When true, the label uses the workspace's translated language strings.
- : Boolean
- # Optional help text shown with the field.
- : String
- # Validation rules applied to the field's value (required, min/max, formula, …).
- : FieldValidator
- # When true, the sub-label uses the workspace's translated language strings.
- : Boolean
- # Secondary label shown beneath the field's main label.
- : String
- # When true, a foreign-currency field also shows its fixed base-currency value.
- : Boolean
- # For dropdowns, how a value is pre-selected — none, the first option, or only
- # when a single option exists.
- : DropDownAutoselectEnum
- # For a product-list field, the product sections used to group products.
- : [ProductSection!]
- # When true, the field is shown in the email add-in.
- : Boolean
- # For a lookup field, how linked records are shown — a multi-selection list or
- # cards.
- : LookupVisualizationType
- # When true, the opportunity value is calculated from its products by default.
- : Boolean
- # Read-only label resolved into the current user's language.
- : String
- # Per-language overrides for the field label.
- : JSONString
- # Read-only help text resolved into the current user's language.
- : String
- # Per-language overrides for the field help text.
- : JSONString
- # Condition under which the field becomes read-only.
- : FieldFilter
- # Condition under which the field becomes required.
- : FieldFilter
- # Condition under which the field is shown.
- : FieldFilter
- # For a linked-items field, the entity types whose records may be linked.
- : [String!]
- }
link Require by
This element is not required by anyone