Unable to update the Standard Change record, after Upgrade to OrlandoDescriptionUnable to update the standard change. Steps To Replicate: Navigate to "Change -> create New Create a new change and try to update the record it will throw an error. And the state is also not getting updated. Expected Behavior: Change should be updated/saved. Actual Behavior: While Updating we are getting error. "Invalid update" and error "Fields Type populated from a Standard Change Template cannot be modified" Investigation: The business rule which is restricting the change to get updated is:Restrict fields from Standard Change https://<instance_name>.service-now.com/sys_script.do?sys_id=ddfb8160938102009ca87a75e57ffbb4 The Standard Change Properties were customized.https://<instance_name>.service-now.com/std_change_properties.do?sys_id=527b5dafff700200b18affffffffff89&sysparm_view=&sysparm_domain=null&sysparm_domain_scope=null CauseStandard Change Properties were customised.ResolutionThe Read-only fields included in the standard change properties in affected instance:Description, Backout plan, Test plan, Implementation plan, Short description,type The "type" field should be excluded here. In OOB we don't have type field included in the Read Only fields.As the whole functionality is connected the change record is being aborted by being updated by the business rule- Restrict fields from Standard Change. Additional Informationhttps://docs.servicenow.com/csh?topicname=t_ConfigureTheStandardChangeCatalog.html&version=latest