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

List of OOB tables names for All ServiceNow Applications

Prasad Rao Kall
ServiceNow Employee

I am searching for List of OOB tables names for All ServiceNow Applications. Please advise.

2 REPLIES 2

Anurag Tripathi
Mega Patron

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

-Anurag

steve_gannon
Tera Expert

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