Naming Convention for Equipment & Hostname

Community Alums
Not applicable

Hi Team, 

 

I recently started working as Developer in ServiceNow platform, specially in TNI Model(Telecom Network Inventory).

 

I have requirement to Generate Naming convention for Network or Telcom equipment types like OLT,ONT,WDM.. etc

 

Scenario: When user wants to create an instance of equipment of type OLT using change model(Create Inventory Equipment) Or API, Equipment Name and Host name need to be generate as per naming convention rule.

Ex: olt01.abn-001 (format),

 

I tried writing Script include/ Business Rule but same is not working. I tried creating an equipment  instance using change model below name is automatically inserting, not sure where this value coming from?

 

Please advise how I can achive this? 

 

VinayTNI_0-1704639324419.png

 

 

 @Mark Roethof @Chuck Tomasi -  Hope you are doing well, your guidance will be much appreciated!

1 REPLY 1

Kevin Wilamowsk
ServiceNow Employee
ServiceNow Employee

Hi VinyaTNI- 

Naming conventions in TNI are handled as part of a script include named TNIDefaultCINameUtils. You may extend the logic to create your desired naming conventions. Hope this helps!

 

Kevin