---
sourceDocument: Australia ServiceNow AI Platform Administration
sourceDocumentLink: https://www.servicenow.com/docs/r/platform-administration

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Normalization data services

# Normalization data services {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read
Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) 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.
* **[Implementing normalization data services using guided setup](https://www.servicenow.com/docs/HlFqrb~3byUpVjD_j05oYw)**   
  You can implement Normalization Data Services using a guided setup.
* **[Normalized company names table](https://www.servicenow.com/docs/LcbhKZhIrpq2zJI1bXgSxg)**   
  The Normalization Data Services plugin stores the normalized company names in the Normalized Company Names table.
* **[Normalized Mappings table](https://www.servicenow.com/docs/f3007LRQUjwNNcwPFSCs_Q)**   
  The Normalized Mappings table lists all the discovered names and the normalized name to which each maps.
* **[Normalization properties](https://www.servicenow.com/docs/nPbhAyYaj4e3yXX6ACWEyA)**   
  On the normalization properties form, you can see and change the configurable properties for the Normalization Data Services plugin.
* **[Changing normalized company names](https://www.servicenow.com/docs/8kdJtYl1CK3dKpmGBH94zQ#c_NormalChangingNames)**   
  You can change a normalized company name several different ways. In all cases, that change affects all normalized fields referring to that company.
* **[Enabling duplicate company names in extension tables](https://www.servicenow.com/docs/liZ7MELU4d6G5EfpWgd7vQ#enhanced-nds-for-duplicate-records)**   
  You can create records with duplicate company names in extension tables, such as Customer Account \[customer_account\] table, without causing normalization conflicts in Normalization Data Services.

