We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

in what table is stored categories and subcategories for incident

velutis
Kilo Contributor

Hi, in what table is stored categories and subcategories for incident, i want to retrieve them by table API, Thanks

1 ACCEPTED SOLUTION

Prasun
Giga Guru

Hello,



in sys_choice table you can add/ remove categories and subcategories.



You have to give Element as category and Subcategory. put the dependent value for subcategory based on respective category.



Hope it helps




P.S- mark as correct if helps.


View solution in original post

2 REPLIES 2

Prasun
Giga Guru

Hello,



in sys_choice table you can add/ remove categories and subcategories.



You have to give Element as category and Subcategory. put the dependent value for subcategory based on respective category.



Hope it helps




P.S- mark as correct if helps.