INPUT_OBJECT

CreateOrUpdateStepInput

link GraphQL Schema definition

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

link Require by