INPUT_OBJECT

CreateOrUpdateStepChecklistNoStepBackrefInput

link GraphQL Schema definition

  • input CreateOrUpdateStepChecklistNoStepBackrefInput {
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Cloud object template that the checklist item should fill and attach to the
  • # record.
  • cloudObjectTemplate: CreateCloudObjectTemplateInput
  • # Id of the appointment or task type that satisfies the checklist item, or empty
  • # when the item is not activity-based.
  • activityTypeId: ID
  • # Field whose values are strictly defined with an enumeration of values.
  • cloudObjectFormat: StepChecklistDocumentFormatEnum
  • # Id of the cloud object template.
  • cloudObjectTemplateId: ID
  • # Free-text description shown alongside the checklist item.
  • description: String
  • # Id of the email sequence.
  • emailSequenceId: ID
  • # Id of the related field.
  • fieldId: ID
  • # Field whose values are strictly defined with an enumeration of values.
  • itemType: StepChecklistTypeEnum
  • # Field whose values are strictly defined with an enumeration of values.
  • itemValidation: StepChecklistValidationEnum
  • # Display label of the checklist item.
  • label: String
  • # When true, label is treated as a translation key and localized in the UI;
  • # otherwise the literal text is shown.
  • labelUseLang: Boolean
  • # Id of the related process.
  • processId: ID
  • # Id of the recipient field.
  • sendEmailFieldId: ID
  • # Id of the email template.
  • sendEmailTemplateId: ID
  • visibilityCondition: StepChecklistVisibilityFilterJSONString
  • # Field whose values are strictly defined with an enumeration of values.
  • visibilityType: StepChecklistVisibilityEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Sales roles the checklist item is shown to. Empty means the item is shown to all
  • # roles.
  • salesRoles: [CreateStepChecklistSalesRoleRelationNoStepChecklistBackrefInput!]
  • }