The CreatorCon Call for Content is officially open! Get started here.

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

please raise a separate question i'd suggest. This thread was not for this.

-Anurag

Shrngika
Tera Expert

Hi you can find all servicenow tables in sys_db_object.list .types sys_db_object.list on filter navigator to navigate to tables present in servicenow.

Please mark me helpful if it gives you answer.

vishwajeet5550
Mega Guru

Open Instance And and Navigate to "sys_db_object" and Enter.

 

Show all tables and tables Backend name.

 

vishwajeet5550
Mega Guru

when you have the user Created tables then navigate to the "u_tablename" then Enter

You find your table.