Change request type is set as Normal instead of Standard.Issue When using the Catalog Record Producer to apply a template to the change form the change type is set as 'Normal' instead of the 'Standard'FactsThe change request created by the Standard Change template need not have the field 'Type' added to the template.ReleaseAll releasesCauseIf the system property 'com.snc.change_management.change_model.type_compatibility' is set to false. The Script Include 'ChangeModelSNC' verifies if the mentioned property is set to false. If this property is set to false this will return the type as 'Normal' as in line number 156 from the script include. Please find the Script Include and Property URLs below.com.snc.change_management.change_model.type_compatibility : https://<instance_name>.service-now.com/nav_to.do?uri=sys_properties.do?sys_id=c6d1e032c363101035ae3f52c1d3aedcChangeModelSNC: https://<instance_name>.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=9f6f8ff05303101034d1ddeeff7b1280ResolutionTo create a change request with type as 'Standard' using Catalog Record Producer, we need to set the 'Model' and 'type" as 'Standard' in the template.