Naming Convention for Equipment & Hostname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2024 06:59 AM - edited 01-07-2024 07:51 AM
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?
@Mark Roethof @Chuck Tomasi - Hope you are doing well, your guidance will be much appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 08:40 AM
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