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