INPUT_OBJECT
CreateOrUpdateStepInput
link GraphQL Schema definition
- input CreateOrUpdateStepInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Free-text description shown in the step UI.
- : String
- # When true, the record form is read-only while a record is in this step.
- : Boolean
- # When true, transitioning a record into this step bumps its version counter.
- : Boolean
- # Id of the lead process.
- : ID
- # Name of the entity and its default text representation.
- : String
- # Probability percent associated with the step (0-100). Required for opportunity
- # pipeline steps; null for lead/quote process steps.
- : Int
- # Id of the opportunity pipeline.
- : ID
- # Id of the quote process.
- : ID
- # Position of the step within its pipeline or process; lower values appear first.
- : Int
- # Expected number of days a record should spend in this step. Used to flag overdue
- # records.
- : Int
- # Revision when entity was lastly changed.
- : Int
- # Files attached to the step (e.g. step-specific documentation or templates).
- : [CreateOrUpdateCloudObjectStepRelationNoStepBackrefInput!]
- # Checklist items the user must complete before moving a record out of this step.
- : [CreateOrUpdateStepChecklistNoStepBackrefInput!]
- }