Mapping CI for the categories
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2024 07:11 AM
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!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2024 08:11 AM
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
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2024 09:37 AM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2024 08:09 AM - edited ‎10-07-2024 08:10 AM
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.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2024 09:08 AM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2024 10:17 AM
@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