Normalization data services

  • Release version: Australia
  • Updated March 12, 2026
  • 2 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 Normalization Data Services

    The Normalization Data Services plugin is designed to ensure consistency in company name references across tables related to configuration items and assets. It helps resolve issues where the same company may appear under different names, which can complicate reporting and data management. This plugin automatically substitutes standardized company names for recognized variants, streamlining the data for better accuracy.

    Show full answer Show less

    Key Features

    • Automatic Name Normalization: The plugin downloads a comprehensive list of standard company names and their variants, automatically updating fields as needed.
    • Normalized and Mapped Data: It maintains two tables—Normalized Company Names for standard names and Normalized Mappings for variant names.
    • Unique Indexing: The plugin adds a unique hash to the [corecompany] table, allowing only one company record per name, which is crucial for features like Discovery and CMDB models.
    • Guided Setup: Users can implement the service using a guided setup for ease of use.
    • Custom Mappings: Customers have the option to add their own mappings to the existing list of names.

    Key Outcomes

    By utilizing the Normalization Data Services plugin, ServiceNow customers can expect improved data accuracy and consistency in reporting. Changes made to normalized company names will automatically reflect across all associated fields, ensuring that data integrity is maintained. Additionally, it allows for the creation of records with duplicate company names in extension tables without normalization conflicts.

    The Normalization Data Services plugin helps maintain consistency for table fields that refer to a company name.

    Tables related to configuration items and assets usually contain columns referring to a company name, such as a vendor or manufacturer. Often, these tables refer to the same company by several different names. This situation can happen for many reasons. For example, vendors sometimes use different company names depending on the device. This inconsistency creates problems, especially for reports that rely on these company names.

    The Normalization Data Services plugin helps alleviate this problem.

    When you enable and configure the Normalization Data Services plugin, the system downloads a list of standard company names that ServiceNow has compiled. It also downloads a list of common variants of that name. Anytime the plugin finds a company-name field with one of those variants, it substitutes the standard name in its place.

    Note:
    The Normalization Data Services plugin refers to a standard name as a normalized name and to a variant name as a discovered name.

    While the Normalization Data Services plugin provides services similar to the field normalization feature, this plugin doesn’t require you to manually set up the mappings from one name to another. If you like, you can add your own mappings to the set. However, you automatically start with extensive lists of common company names (normalized names) and their variants (discovered names).

    The Normalization Data Services plugin stores data in two tables. The Normalized Company Names table contains the list of normalized company names. The Normalized Mappings table contains the mappings between each discovered name and its normalized name.
    Important:
    If you edit a field whose value is a normalized name, you change the normalized name for ALL discovered names that map to it. These types of updates occur regardless of the table in which you edit the field.

    The Normalization Data Services plugin adds a unique index or hash on the [core_company] table. You can store only one company record for a company name. The unique hash is the same for two companies with the same name. The uniqueness is required for many features to work correctly. For example, Discovery, which creates customer management database (CMDB) models and CIs. On a domain separated instance, the unique index is expanded to hash,sys_scope. This enables each domain to have its own version of a company with the same name.