[SAMP\NDS] Queries related to Normalization Data ServicesIssue Post activating "Normalization Data Services" plugin and configuring around there are 2 scenarios noted, Scenario-1: How is the related list 'Normalized Company Mapping' being set on the "core_company" form? Steps to reproduce: 1. Login to the instance2. Navigate >> Normalized Company Names >> Click New and add the name as "Normalized Company"3. In the Related links under Normalized Mappings >> Click New and created 2 mappings as a. Normalized Companyb. Not Normalized Company 4. Navigate >> core_company and Click new and create Core Companies as a. Normalized Companyb. Not Normalized Company 5. For the core_company that are created, the Normalized Company mapping is not being set. Scenario-2: Why doesn't normalization seem to work on Asset (when it does work on Configuration Item)? Steps to reproduce: 1. Login to the instance2. Navigate >> Linux Server >> Create one CI record with Manufacturer as "Adobe"==> Could see the Manufacturer changes to "Adobe Systems" i.e. it gets changed to Normalized "Adobe Systems" 3. Similarly, goto alm_hardware table and create a new asset for Linux Server and select Company = "Adobe"==> Could see the Company field will not get Normalized i.e. doesn't change to "Adobe Systems" ReleaseInstance with Normalization Data Services plugin enabled.CauseFor scenario 1 - The "Normalized Company Mapping" records to populate it should satisfy the three conditions (briefed in Resolution section) to be shown in the related list of "core_company".For scenario 2 - OOTB Business Rules normalize the manufacturer on CI and model respectively and not the Assets.ResolutionScenario -1: The related list 'Normalized Company Mapping' under core_company form is using ‘Relationships’ - ‘Normalized Company Mapping’- Table - sys_relationship, Name - Normalized Company MappingSimilarly for related list 'Normalized Company Name’ under core_company form is using ‘Relationships’ - ‘Normalized Company Name’- Table - sys_relationship, Name - Normalized Company Namei.e. The "Normalized Company Mapping" records, which satisfy the following three conditions will be shown in the related list of core_company. 1. 'Name' of core_company should be as the value of 'Normalized Name' column on "Normalized Company Mapping" record2. Value of 'Table' column on "Normalized Company Mapping" record should be 'core_company'3. Value of 'Field' column on "Normalized Company Mapping" record should be 'name' Scenario -2: OOTB "Normalization Data Services" plugin provides two business rules, a. Canonicalize Manufacturer Company CI, andb. Canonicalize Manufacturer Company Model. These business rules normalize the manufacturer on CI and model respectively and not the Assets. It is OOTB behavior.