Network or Telecom Equipment naming convention in servicenow

Vinay2509
Tera Contributor

Hi Team,

 

We have requirement as to handle Naming convention for Device & Hostname when we register or create in ServiceNow platform.

 

Ex : Below is the example and logic has to work for type of devices like, OLT, ABC, CBZ etc.

 

Equipment name        Hostname
OLT1.abn-001          OLT1.abn-001.de-ao.de
wdm1a.abn-001       wdm1a.abn-001.de-ao.de 

 

Do we have any way to achieve this? any OOB solution

8 REPLIES 8

 

Hi, Can you please refer below screenshot to understand the source? I request you please go with the same for sample record and identify it.

 

ersureshbe_0-1704717904561.png

 

Regards,
Suresh.

@ersureshbe Thanks for responses Suresh!

 

I don't found list as you marked under History

 

Vinay2509_0-1704719126135.png

 

Community Alums
Not applicable

@ersureshbe Hi Suresh, Thanks for your responses! I have handled naming conventions using flow designer. 

 

SOLVED!

Kevin Wilamowsk
ServiceNow Employee
ServiceNow Employee

Hi all- I answered this question on another post but I'll include my answer here too. Naming conventions in TNI are handled via the script include TNIDefaultCINameUtils. Users may extend this to customize their naming conventions in TNI.

 

Kevin W.