How to extract a complete list of CI Classes available in ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2012 02:00 AM
Hi,
I need to extract all CI classes available in ServiceNow (OOB) no matter if these classes contain any data or not. I just need to extract the whole available list.
I am trying to set a filter on sys_db_object table yet not come up with the expected result.
Please give your input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2012 03:40 AM
HI AM
They are located in the cmdb_categories table
Create a report pointing to this table and you should get everything including the subcategories.
Regards
Neil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2012 05:18 AM
Hi Neil,
Thank you for your input but, I don't find any table with name cmdb_category/ies in ServiceNow.
Can you please check...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-30-2012 05:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2023 02:55 PM