When Telecom Network Inventory (TNI) is enabled, every Configuration Item (CI) created by a duplicated ETL must have a corresponding TNI Entity.
Antes de Iniciar
Role required: admin
- Ensure TNI is installed and active in your instance.
- Complete the duplication of the Telecom Discovery Builder framework ETL into the target application scope.
Procedimento
-
Navigate to .
-
Select the CMDB Application associated with the duplicated ETL.
The CMDB Integration Studio application in a new page
-
In the ETL configuration page, check the Execute Before Script option.
-
Replace the default script with the following:
(function(input, runId) {
new sn_tsom_core.TelcoGenericMappingHelper().checkAndUpdateIrePayloadForTni(input);
})(input, runId);
-
Click Update to save the changes.
The duplicated ETL links TNI entities for discovered CIs.