Version history for the Expanded Model and Asset Classes application 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.10.1 - March 2025
  • New:
    • Created a new table, the AI System Component Product Model (cmdb_ai_system_component_product_model), extending the Software Component Model (cmdb_sw_component_model) table.
    • Developed a new fix script to deprecate the tables for upgrade customers. Added new fields for Model Card and Dataset Card on the alm_ai_model_digital_asset and alm_ai_dataset_digital_asset.
  • Removed:
    • Removed the cmdb_software_component_product_model and cmdb_ai_system_product_model tables.
    • Removed the Documentation field from both the AI model product model and the AI dataset product model.
Version 2.10.0 - February 2025
Updated product and asset models to build enterprise AI inventories that include AI systems (AI use cases), AI models, datasets, prompts, and their relationships.
Version 2.8.1 - January 2025
  • Fixed the following errors in the firmware model UI and firmware normalization:
    • Added default views for the firmware UI.
    • Updated the display name calculation for firmware discovery models.
Version 2.9.0 - December 2024
New: Added product and asset models to build an Enterprise AI inventory that includes AI systems (AI use cases), AI models, datasets, and prompts and their relationships.
Version 2.8.0 - November 2024
  • New:
    • Added the Firmware model (sn_ent_firmware_model) table as an extension of the Software component model table.
    • Added the Discovered firmware model (sn_ent_discov_firmware_model) table as an extension of the Discovered SW component model table.
    • Added the Firmware installation (cmdb_firmware_install) table as an extension of the Software component model table.
    • Added the Firmware model normalization (sn_itam_firmware_model_norm) table.
  • Fixed: The classification reference field should show the tree picker.
Version 2.7.0 - August 2024
  • New:
    • Added the following model categories:
      • Universal Customer Premises Equipment
      • Session Border Controller (SBC)
      • Network
  • Changed: Updated Network model category as a parent to existing TNI model categories.
  • Fixed:
    • Report view ACLs
    • Table ACL Bypass via GlideRecord Encoded Query
Version 2.6.0 - June 2024
  • New:
    • Added the following model categories:
      • Patient Monitoring
      • Patient Implant
      • Surgical Instrument
      • Clinical Device
      • Lab Equipment
      • Diagnostic Imaging
      • Therapeutic Device
      • Dental Equipment
      • Operational Equipment
Version 2.5.0 - May 2024
  • New:
    • Added the new Social benefit model (sn_ent_social_benefit_model) table as an extension of the Service model (cmdb_service_product_model) table.
    • Added the new API and Managed API model categories.
  • Fixed:
    • Model component business rule by adding the missing filter condition in which the parent status is In Production.
    • Security ACLs.
Version 2.4.0 - February 2024
  • New:
    • The topology model table was added as an extension of the product model.
    • The network topology model table was added as an extension of the topology model.
    • New cable model tables were added as extensions from the enterprise good model table.
    • New strand model tables were added as extensions from the enterprise good model table.
    • For the medical device model category, is_product_instance is set to true by default.
    • For the medical device model category, If the product_instance_identifier_configuration table is available then serial number, parent asset and model_component_id records will be created.
  • Fixed: Report view ACLs.
Version 2.3.1 - January 2024
Fixed: Add security_attribute as UserIsAuthenticated for Empty ACLs.
Version 2.3.0 - November 2023
  • New:
    • Added a new model table:
      • The permit model table was added as an extension of the base contract model table.
      • New service model tables were added as extensions from the base service model table. Extensions include medical insurance service tables among other service tables.
  • Fixed:
    • Allow technician to view model classification field on asset form view.
    • Report view ACLs.
Version 2.2.0 - August 2023
  • Changed:
    • Business rule condition for importing model components.
    • Moved the CRUD operation validation in the "Prevent changing model component" business rule for bypassing "model component in production check" while inserting model components in bulk imports.
    • Classification validations:
      • Added a reference qualifier to parent classifications so that they are filtered based on the source.
      • The source is auto-populated based on the parent classification.
      • The code/description is mandatory for creating classifications.
      • Fixed the display name calculation.
    • Validate categories based on parent and children codes in classification.
    • Allow the addition of non-required components to in-production.
    • Deactivated the UI policy that sets a new asset to the default BUILD state.
Version 2.1.0 - May 2023
  • New:
    • Added new model classes for Drug, Vaccination, and Medication
    • Added new role: sn_ent.classification_manager
    • Added new fields on sn_ent_model_classification
      • Parent
      • Model categories
      • Classification (display_name)
      • Path (internal hidden field)
    • Added new ACLs on sn_ent_model_classification
      • Read for model_manager and sn_ent.classification_manager
      • Write for sn_ent.classification_manager
      • Create for sn_ent.classification_manager
    • Added new ACLs on sn_ent_model_classification_source
      • Read for sn_ent.classification_manager
      • Write for sn_ent.classification_manager
      • Create for sn_ent.classification_manager
Version 2.0.2 - March 2023
Fixed: Include the model number in the model display name.
Version 2.0.1 - March 2023
Fixed: On the Model form, the Model classification pop-up should be accessed for sn_eam.enterprise_asset_manager
Version 2.0.0 - February 2023
  • New: Added Enterprise asset class attributes to be tracked in the activity log.
  • Changed:
    • Changed the sn_ent_asset form to read-only for assets with unknown models.
    • Moved the model component from the sn_eam to sn_ent scope.
    • Added a default view for enterprise model tables.
    • Added a BR on sn_ent_asset to check if the asset class, model class, and model category are matching.
  • Fixed: Fixed an issue where the creation of a new OT CI resulted in the "Selected model is not in Production" error message.
Version 1.2.3 - January 2023
  • Fixed:
    • Not allowing the model to select multiple model categories for ent models.
    • Model component association with child asset to identify specific model component moved to sn_ent.
    • Adding model components for the consumable enterprise model is not allowed when only sn_ent is installed without sn_eam.
    • Allow unknown model to be referenced via CI sync for ent assets.
Version 1.2.2 - November 2022
  • New:
    • New Product Model class Medical Device model [sn_ent_medical_device_model] added as an extension of Medical model [sn_ent_medical_model].
    • Add allow_alt_maintenance column with data type as boolean to sn_ent_model table.