List of tables in Service Now

rna
Kilo Explorer

Any documentation link which gives the list of tables present in service now, Can i also find this list dynammically from a API?

1 ACCEPTED SOLUTION

Custom tables always start with u_tablename


View solution in original post

33 REPLIES 33

Ashirav
Tera Expert

Hi,

I don't know if your query was resolved.

There is a master table in ServiceNow that will show you the name of all the tables. The name is sys_db_object. This table is labelled as "Tables".

Just type in the left navigator "sys_db_object.LIST" and then press enter.

  The link: 

https://your_domain_name-now.com/sys_db_object_list.do?sysparm_list_mode=grid&sysparm_query=&sysparm_offset=

Please mark if it was correct or helpful.

Thanks!

Snehlata
Tera Contributor
Can you provide the list of all sys tables use in servicenow?

Hi,

check this on your instance, the list might differ based on what version and plugins you have on your instance.

find_real_file.png

 

-Anurag

-Anurag

How about this kind of table?

sn_ais_admin_tools_ai_search_analytics_dashboard_queries_with_no_results

 

Where can we find them in our instance?  Can we change the date range of the data provided?  Thank youu!

Snehlata
Tera Contributor
Suppose we have 5 catalog items now how can we update the record of all these catalog item into custom table.i mean how can we achieve this what will be your logic? Thanks in advance.