Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Mapping CI for the categories

dmahendran
Tera Contributor

Hello Everyone!!

I have the requirement of adding new categories and sub-categories on the incident table, after adding those new categories and sub categories, i want to map the configuration items for the particular categories which recently added in the incident form. Any ideas/Suggestion would be sincerely appreciated.

TYSM!!

 
10 REPLIES 10

Hi @dmahendran 

 

You need to check the existing look up tables and then add the new cat- sub cat combination there only.

 

This is for reverse

 

https://www.servicenow.com/community/itsm-forum/how-do-we-set-the-category-and-sub-category-based-on...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

@Dr Atul G- LNG  
Checked all those tables and tried with new CI's created also with Client script, can't able to find out the solution.

AshishKM
Kilo Patron
Kilo Patron

Hi @dmahendran , 

 

Adding new category and subcatrogy on Incident form means you are adding those value in Choice [ sys_choice ] table to be display on Incident Form.

 

Regarding the CI mapping with these new cateogory/sub-category, its upto the CMDB team that which CI need to configure under these category/subcategoty. 

 

Query : Does the system has any direct link with cateogry / subcategory for CI selection, if yes then open cmdb_ci table and update the respective CI with these cateogry / subcategory. 

 

AshishKM_0-1728313822485.png

 

 

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

@AshishKM  Thanks for your Response..
Tried with adding the category and sub-category in the configuration table, But seems it is not working.
Any others ways to at least all those CI's for the newly added categories.

@dmahendran, Is the system working for other category/subcategory and giving the CI on incident form. 

If yes, then you need to check client script code which is running on incident table for this category/subcategory change.

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution