- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2017 12:23 PM
I'm still quite new with ServiceNow so apologies in advance for my ignorance.
We're setting up Incidents. We need to categorize at three levels. I think the way to do it is to set up a user defined table that extends from sub categories the way that sub categories extends from categories. With a little trial and error I'll be able to do most of it. What I'm not able to find is where are the sub categories stored. Can anybody enlighten me?
TIA.
John
:{)
Helpful and Correct tags are appreciated and help others to find information faster
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2017 12:27 PM
They are all in sys_choice, using the concept of dependent fields. So, your subcategory choices have the dependent value of the category value. To add a third level, just add the field, make it dependent in the dictionary on subcategory, and set up your values with the dependent value of the subcategory under which you'd like it to display.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2017 12:56 PM
Never mind, I figured it out!
:{)
Helpful and Correct tags are appreciated and help others to find information faster

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2017 12:58 PM
Incident / task. Easy way to find out is go to the field where you are trying to add the value and then right click-> show choice list.
Sent from Yahoo Mail for iPhone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2017 02:39 PM
Thanks folks for all the good information. I got exactly what I need.
:{)
Helpful and Correct tags are appreciated and help others to find information faster