List of OOB tables names for All ServiceNow Applications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2021 06:59 AM
I am searching for List of OOB tables names for All ServiceNow Applications. Please advise.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2021 07:06 AM
Hi,
Not sure there is any single place that holds this info.
Any instance will have a set of plugins enables(not all), whether commercially used instances or personal ones.
On a given instance you can get a lost of all tables but guess that's as far as it goes.
What are you trying to do?
-Anurag
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2021 07:24 AM
I think this what you are looking for -
Application navigator --> System definition --> Tables --> click on 'All' in the breadcrumb/filter --> group on 'Application' column.
Once Grouped by Application, the over 4,000 tables are in the Global Application --> open this group in a new list view --> group by 'Extends table' column, which groups by module
Get there directly with
https://xxxxx.service-now.com/sys_db_object_list.do?sysparm_query=sys_scope%3Dglobal&sysparm_view=
or sys_db_object.LIST
Regards
Steve
Regards
Steve