Skip to content
Release: Australia · Updated: 2026-07-09 · Official documentation · View source

Scan Engine definitions: Upgradeability

Scan Engine upgradeability definitions assess the ease of enhancing a ServiceNow instance or application with new features, improvements, security patches, or compatibility adjustments.

Australia definitions

The following upgradeability definitions have been added for the Australia 2026 release:

NumberActiveLevel of FindingUnique ServiceNow ProductShort DescriptionBusiness ImpactSteps to ResolveSupporting Documentation
sn_SE100071Act Update Sets should contain at maximum 500 recordsThe risk of unsuccessful deployments will increase. This may result in unknown bugs in the production instance.Create a new update set to continue development.Documentation
sn_SE100081Suggest Warning: This update set is approaching the maximum allowed number of update records (500)The risk of unsuccessful deployments will increase. This may result in unknown bugs in the production instance.Consider creating a new update set and continuing development in the new update set.Documentation
sn_SE100501Act Update Sets should not contain multiple updates to the same recordDeployment may be impacted and cause issues in production.Set the update set value to Default on the oldest duplicate update record within the update set.Documentation
sn_SE100511Suggest Update Sets should contain a meaningful description of the work contained withinIncreased troubleshooting/investigation time.Add a detailed description to the update set.Documentation
sn_SE100641Suggest Scoped Certification: Unintended List Layout ModificationScoped Application certification may be delayed.Delete the sys_ui_list record from the application that isn't intended to be promoted with the scoped application.Documentation
sn_SE100871Act Production instance setup as a clone targetIt is possible to clone over your Production instance.Delete the record where your Production instance is listed as the target.Documentation
sn_SE101021Suggest Upgrade Detail records marked as SkippedExisting functionality is more likely to produce errors and not function as expected.Review all the upgrade detail records marked as skipped. Determine if the record can be reverted to out of box or if the custom modifications should be kept. Set the resolution field and comments (if necessary).Documentation
sn_SE101171Act Mid Servers should have unique namesConfiguration data may not be updated as discovery may not run correctly.Update the mid server name to be unique.Documentation
sn_SE102361Suggest Credentials should be set to active if test is successfulDiscovery schedules reliant upon the credential will not successfully return complete Configuration Item findings.Open credential, set active to true, save record.Documentation
sn_SE102391Suggest MID Server OS - WindowsUtilization of a singular server type allows broader reach. Note if MID is in a Linux only environment, this is not applicable.Redeploy MID on windows host.Documentation
sn_SE102461Recommend Avoid writing business rules for event [em_event] tablesBusiness rules that are written for alert tables [em_alert] must be highly efficient or they may result in performance degradation. Instead of writing a business rule, consider whether it is more appropriate to write a job. An inefficient business rule can cause incident creation for an alert to fail and the alert impact calculation to fail.Replace business rules targeting the em_event tables with scheduled jobs, or ensure rule efficiency.Documentation
sn_SE102471Act Do not write async business rules for alert tablesAlerts may be missed, or sent later, causing critical issue resolution to be delayedReplace async business rules targeting alert tables with before or after rules.Documentation
sn_SE102621Act Update Sets should have a unique nameAmbiguous deployment plan that may lead to production bugs.Duplicate update sets should be removed or renamed if being used for active development.Documentation
sn_SE103031Suggest Enable Scripted REST API versioningAdverse changes made to a scripted REST API can impact existing integrations and may be difficult to revert.Enable Versioning on this Scripted Rest API using the related link on the form. Write access is required to see the link.Documentation
sn_SE103181Suggest Search for Package Dependencies Research the Update Set for its' package dependencies and determine if dependencies are available in the instance.Documentation
sn_SE104171Recommend Scan update set for updates with multiple scopesMay cause unexpected issues when promoting to higher instances.Create a parent update set within the Global Scope, then create your children update sets within their own respective applications. Move the updates to respective applications.Documentation
sn_SE105431Suggest ACLs on PA tables have changedSince Performance Analytics ACLs are preconfigured, additional attention will be required if they are changed.Revert the ACL back to out-of-box.Documentation
sn_SE105831Act Use of deprecated API RESTMessage (V1)The API is deprecated and no longer supported.Replace RESTMessageV1 with RESTMessageV2.Documentation
sn_SE106151Review Ownership MetricsKnowledge articles without an author or group ownership can lead to a poor user experience and difficulty in maintaining article quality.Assign an Ownership Group or Author to the knowledge articles.Documentation