Enabling duplicate company names in extension tables
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.
If your ServiceNow instance has company records in the Company [core_company] table from IT Service Management (ITSM) or IT Operations Management (ITOM), and you are adopting Customer Service Management (CSM), you may encounter errors when creating Customer Account records for the same companies.
Normalization Data Services manages company name normalization across the Company [core_company] table and its extension tables, such as Customer Account [customer_account] table. By default, Normalization Data Services enforces unique company name across all company-related tables. This causes conflicts when a vendor in the Company table and a customer account share the same name.
The glide.cmdb.canonical.use_base_core_company_only property introduces support for creating duplicate company names in extension tables. When you enable this property, Normalization Data Services restricts unique company name validation to the base, Company [core_company] table only. Each duplicate record in an extension table still links to the correct normalized record in the base table.
- ITSM Software Asset Management
- Hardware Asset Management
Configure Normalization Data Services to create duplicate company name in extension table
Configure the Normalization Data Services feature to enable records with duplicate company names across core company's extension tables, such as Customer Account [customer_account] table.
Vorbereitungen
Role required: admin