- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2016 05:29 AM
Hi, in what table is stored categories and subcategories for incident, i want to retrieve them by table API, Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2016 05:43 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2016 05:40 AM
These are stored in the sys_choice table.
http://wiki.servicenow.com/index.php?title=Customizing_Choice_Lists
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2016 05:43 AM
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.