- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 05:15 PM
Hi
On the core company table after enabling the data normalization plugin a new field called Hash is created. This field holds the unique value realated to each company record. Now I would like to know what are areas where this Hash value would be used and what are the pro and cons of deleting a company record that has a has value.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 09:03 PM
Hello @Sagar Rd
First check this article - Deep Dive Into Normalization Data Services - Compa... - ServiceNow Community and other link which is shared by Ankur already.
Now coming on your question:
Q) Where this Hash value would be used
->Duplicate Detection where it will help to identify company records that are functionally identical. Also used by normalization rules to merge or flag duplicates.
-> In integrations with external systems (e.g., CMDB, vendor data feeds), the hash can be used to match and reconcile company records across systems.
Q) What are the pro and cons of deleting a company record that has a has value.
->Pros
- Frees up space if the record is truly obsolete.
Cons
- Breaks references in CMDB, Users, Contracts, etc.
-Disrupts normalization rules that rely on the hash.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 08:45 PM
did you check docs for this?
Deep Dive Into Normalization Data Services - Company Normalization
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 09:03 PM
Hello @Sagar Rd
First check this article - Deep Dive Into Normalization Data Services - Compa... - ServiceNow Community and other link which is shared by Ankur already.
Now coming on your question:
Q) Where this Hash value would be used
->Duplicate Detection where it will help to identify company records that are functionally identical. Also used by normalization rules to merge or flag duplicates.
-> In integrations with external systems (e.g., CMDB, vendor data feeds), the hash can be used to match and reconcile company records across systems.
Q) What are the pro and cons of deleting a company record that has a has value.
->Pros
- Frees up space if the record is truly obsolete.
Cons
- Breaks references in CMDB, Users, Contracts, etc.
-Disrupts normalization rules that rely on the hash.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.