Integration Commons for CMDB release notes

  • Release version: Store
  • Updated June 11, 2026
  • 7 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Integration Commons for CMDB release notes

    Integration Commons for CMDB is a scoped application on the ServiceNow Store providing a set of reusable utility functions and transforms to streamline and standardize the processing of key CMDB attributes across certified integrations. It helps reduce redundant implementations, improve consistency, and enhance CMDB integration management. Additionally, it includes a CMDB Integrations Dashboard that aggregates error and progress information for visibility and monitoring.

    Show full answer Show less

    Key Features and Enhancements

    • Reusable Extension Points: Introduced extension points like sncmdbintutil.ADMPayloadEnrichment for enriching process and Application CIs to support attribute population for reconciliation by Service Graph Connectors.
    • Improved Integration Execution Tracking: Added support for import set run statuses at the connection level and linked import logs to dedicated error tables, improving error tracking and auditability.
    • Performance Optimizations: Enhanced Record Removal API with filters for recent records, cleanup logic for orphan records, and optimized transform map-based removal processes for better efficiency.
    • Expanded API Support: Added APIs for updating common system properties, accessing execution diagnosis tables, and managing product models related to API CIs.
    • Support for Diverse Use Cases: Added capabilities for air gap solutions, cross-source relationships (e.g., VM to server), nested data in Automated Test Framework (ATF), and improved cleansing operations for hardware models and serial numbers.
    • Security and ACL Improvements: Updated security attributes on query ACLs to align with data access policies without changing table-level ACLs.
    • Integration with Service Graph Connectors: Enhanced compatibility with Service Graph Connector Central plugin and added safeguard checks when optional dependencies are missing.
    • Knowledge Base Integration: Enabled display of knowledge articles within Now Support for connector-related issues via Service Graph Connector Support Tools.

    Fixes and Stability Improvements

    • Resolved issues with incorrect linking of import sets to execution records, preventing connection state inconsistencies.
    • Fixed query errors when filtering Service Graph Connection records and addressed performance bottlenecks in import log error evaluations.
    • Corrected timestamp data and loading states in execution tables to accurately reflect import statuses, including cancelled states.
    • Addressed memory issues in software removal processes and fixed capitalization and IP address validation bugs in cleansing functions.
    • Improved handling of session context, application scope, and record removal logic for various connectors and integration scenarios.

    Practical Benefits for ServiceNow Customers

    • Accelerate CMDB integrations by leveraging common utilities, reducing the need for custom coding of standard tasks.
    • Enhance data quality and reconciliation accuracy with enriched attributes and improved cleansing operations.
    • Gain better visibility into integration health and errors through enhanced dashboards and error management features.
    • Ensure smoother integration workflows with improved API support, error handling, and security compliance.
    • Benefit from ongoing updates that address performance, reliability, and compatibility with evolving ServiceNow capabilities and Service Graph Connectors.

    Version history for the ServiceNow AI Platform capabilities Integration Commons for CMDB on the ServiceNow Store.

    Important:
    For details on system requirements and family compatibility, view the application listing on the ServiceNow Store website.

    Version history

    Version 2.25.0 - June 2026
    • New: Introduced a reusable extension point (sn_cmdb_int_util.ADMPayloadEnrichment) for the data enrichment of process and Application CIs. This enables the population of additional attributes required for identification and reconciliation of child Application classes by Service Graph Connectors.
    • Fixed: Updated 33 wildcard Query ACL security attributes fromUserIsAuthenticatedAndHasRightsToRead (SAC) toHasRightsToReadAllDataIsTrue (SAB). Table-level ACLs remain unchanged.
    Version 2.23.1 - April 2026
    • Fixed:
      • Fixed the issue that caused non-concurrent import sets to be linked to incorrect or missing CMDB Integration Execution records.
      • Fixed the issue that caused the SGC connection processing state to remain in Pending after a successful import set run due to missing execution records for transform map-based integrations.
      • Fixed the issue where filtering Service Graph Connection records failed with a query range error.
    Version 2.23.0 - March 2026
    • Changed:
      • Optimized the Record Removal API for better performance and added a filter to include only recent records for soft deletion.
      • Implemented ACL fixes and minor enhancements.
    Version 2.22.1 - February 2026
    Fixed: Test connection issue: The Test connection flow fails when the SGC Central plugin isn't installed due to the sgc_centralAPI call for last_check_on. Added a safe check to prevent impact on connectors when SGC Central is not a required dependency.
    Version 2.22.0 - December 2025
    • New:
      • Added support for import set run status at the connection level.
      • Added logic to create a relationship between VM and server when both are discovered by different discovery sources.
    • Fixed: Import set logs are linked to the sn_cmdb_int_util_cmdb_integration_execution_error table.
    Version 2.21.0 - September 2025
    • New:
      • Removed the dependency on getSession() to show the current execution of integrations.
      • Added the Create Managed API Product Model RTE operation to create a new product model or retrieve an existing product model based on the name of an API CI record.
    • Fixed:
      • Mapped the import set to correct execution records when multiple data sources are running concurrently.
      • Fixed the application scope for CEX records.
      • Fixed the record removal function for the connectors where sourceFeed is not hardcoded.
      • Linked import logs to the sn_cmdb_int_util_cmdb_integration_execution_error table.
    Version 2.20.0 - July 2025
    • New: Updated queries to support the SGC Central use case.
    • Fixed:
      • Fixed ORA-00904 error while accessing the CMDB Workspace.
      • Fixed the display value for "Robust Transform Engine Entity Operation Type" BR.
      • Improved performance for the Record Removal API.
      • Fixed the SG-Intune OS field unexpected capitalization issue.
      • Fixed the flow context to associate with the correct application scope.
    Version 2.19.0 - May 2025
    New: Created common classes for processing command executions such as the Send and Run commands for the SGC for AWS and SGC for Azure.
    Version 2.18.0 - March 2025
    New: Added support for air gap solution.
    Version 2.17.0 - February 2025
    • New:
      • Added new APIs to access the sn_cmdb_int_util_execution_diagnosis table.
      • Added support for the Cleanse Firmware Version transform in ETL.
      • Added null check to CI Lookup Operation.
    • Fixed:
      • Corrected the date timestamp for Start Time, Import Start Time, and Import End Time in the sn_cmdb_int_util_cmdb_integration_execution table.
      • Corrected the loading state in the sn_cmdb_int_util_cmdb_integration_execution table when Import Sets are in cancelled state.
    Version 2.16.0 - December 2024
    • Fixed:
      • Updated the logic to trigger the Set the session context business rule in specific scenarios.
      • Corrected the Imported Rows with Errors widget on the CMDB Integrations Dashboard to aggregate by sum of the Count column values.
      • Enhanced the CMDB Integration Errors widget on the CMDB Integrations Dashboard by implementing cleanup logic for orphan records in the CMDB Integration Execution Error [sn_cmdb_int_util_cmdb_integration_execution_error] and CMDB Integration Execution Audit [sn_cmdb_int_util_cmdb_integration_execution_audit] tables.
    Version 2.15.1 - November 2024
    New: API now exposed to allow updates to common system properties.
    Version 2.14.2 - August 2024
    • New: Added a feature for computing partition size for the parallel loading framework in Service Graph Connectors.
    • Fixed:
      • Changed the install status of an application to retired when the application was removed or deleted from the source.
      • Updated the install status of retired applications back to installed when the applications reappear in the import set.
      • Removed the mandatory check for the connection alias field in common connection framework (ccf).
    Version 2.14.1 - June 2024
    • New:
      • Added a transform map-based method utilizing the Remove Record Transform Map and the Integration Commons Remove Record [sn_cmdb_int_util_remove_record] staging table for improving performance when removing records.
      • Added a cleanup process for deleting older records in for the CMDB Integration Execution Error [sn_cmdb_int_util_cmdb_integration_execution_error] table.
    • Fixed:
      • Fixed issue when populating Target sys id column value by adding a new column Target Table in the CMDB Integration Execution Error [sn_cmdb_int_util_cmdb_integration_execution_error] table.
      • Fixed slow query performance issue when evaluating import log errors against non-CMDB Integration errors using the Create Execution Import Error business rule.
      • Fixed the CMDBIntegrationExecutionRollup script include to check that a valid record is passed in before attempting to update fields.
    Version 2.14.0 - May 2024
    • Fixed:
      • Fixed the handling of admMetadata to handle per computer
      • Fixed 'cleanseIpAddress' function to validate IP addresses with leading zero
      • Fixed memory issues for software removal in RecordRemoval script
      • Business rule 'Update CMDB Integration Execution State' was not handling cancelled state
      • Added related link in common connection framework to test all the connections at once
    • Removed: Related files of the CMDB Integrations Dashboard.
    Version 2.12.0 - February 2024
    • New:
      • Clone Data Source Table access has been updated to execute cache script steps when access is not granted
      • Added API to edit legacy connections in SGC Central
      • Added ability to display knowledge articles in the Now Support knowledge base for all connector issues and to direct users to that knowledge base using the Service Graph Connector Support Tools application
    Version 2.11.1 - October 2023
    New: Added an additional parameter "CI Class" in the Cleanse Hardware Model with Model Number operation to support the Enterprise Asset Management classes.
    Version 2.11.0 - September 2023
    • New:
      • Updated the data dictionary for missing sections of the model
      • Updated the hardware cleansing operation to take a model number also as an input
    Version 2.10.0 - June 2023
    Fixed: Added support for a parameter associated with any discovered software applications that were deleted later in an application.
    Version 2.9.2 - March 2023
    • New:
      • Mappings coverage tool - Show the mapping covered by ATF tests in a connector.
      • Add common connection table framework
      • Add common operation to lookup a CI via source native key
      • Migrated common ADM code in Integration commons
      • Software Removal - Create a common API to remove/update records based on the last_scan on sys_object_source
    Version 2.8.1 - February 2023
    Fixed: Fixed report_view ACLs for platform tables owned by Service Graph.
    Version 2.8.0 - May 2022
    • New: Added top-level Service Graph Connector module in left-navigation menu in preparation for Service Graph Connectors to move under it.
    • Changed: Updated Data Dictionary
    • Fixed:
      • Cleanse Serial Number now removes invalid values
      • Inactive users no longer selected for assigned_to column in the CMDB
      • Added check for empty userid or emails when looking up users
    Version 2.7.0 - December 2021
    New: Added support for nested data in ATF tests.
    Version 2.6.3 - September 2021
    New: Integration with Apple iTunes Search API for getting high-fidelity publisher and software title information.
    Version 2.5.0 - December 2020
    • Fixed:
      • Duplicate manufacturer and model created when manufacturer name is greater than core_company.name max length.
      • CMDB Integration Dashboard - Test load 20 records creates a permanent record in the 'Loaded' state so the dashboard always shows it running.
      • Additional performance improvements.
    Version 2.4.1 - September 2020
    Fixed: Miscellaneous fixes.
    Version 2.3.1 - August 2020
    • New:
      • Cleanse Software Instance Name transform
      • Cleanse Serial Number transform
      • Implemented content for class-mapping recommendation engine (in limited preview)
    Version 2.2.0 - June 2020
    • New:
      • Added a transform, Extract and Scale by Units, to extract unit of measure from the data and normalize it to the required unit for that field
      • Performance improvements
    • Fixed: The CMDB Integration Dashboard now only displays information CMDB executions.
    Version 2.1.1 - May 2020
    • The Integration Commons for CMDB scoped application contains a collection of utility functions. These functions provide a common methodology for the processing of key CMDB attributes and is available to all CMDB certified integrations. Using the transforms provided in Integration Commons for CMDB, helps:
      • Avoid repeating the implementation of frequently-used processing tasks for CMDB attributes.
      • Reduce variation across different integrations.
    • Integration Commons also includes the CMDB Integrations Dashboard, which shows rolled up errors and progress details.