Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Change Models properties

Configure the Change Models properties to access the Change models capabilities when creating a Change request.

The following properties enable you to access the Change Models features. For upgrade users, these properties are set to true.

Enter sys_properties.list in the navigation filter and enter *change_model in the Search panel to view and edit the properties.

PropertyDescription
com.snc.change\_management.change\_model.hideHides the Change models feature when the com.snc.change_management.change_model.type_compatibility property is enabled. When creating a new change, you do not have the option to choose a model, and the Model field is not available on the Change request form.
com.snc.change\_management.change\_model.manage\_workflowEnables Workflow management support for ChangeRequest API if the com.snc.change_management.state_model plugin is installed. This will call the 'deleteDefaultWorkflowContext' method to be called on specific state and type changes.
com.snc.change\_management.change\_model.type\_compatibilityDetermine what kind of change requests (type or model-based) are created. Enables Change Type Compatibility for Change models if the com.snc.change_management.state_model plugin is installed. When set to true, the property allows changes to be created with both the type based workflow and Change models.Note: The default value of this property is False. When set to false, change request will be created only using change model.

Note: If type compatibility is set to false, and change type does not match with a corresponding change model, the change model is marked as Legacy.

Parent Topic:Change model management