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

Qusai1
Tera Contributor

I want to know the list of tables that have parent child relationship in servicenow.......As these are extensible can we consider that this is also the list for the tables i am looking for @skendy 

Hi Tera

 The given Link is not working

skendy
Tera Expert

System Definition -> Tables -> Go To (Name) and search for 'u_'


This will give you all your custom tables.


rna
Kilo Explorer

Thanks Skender,



I was looking for an API which returns the list of services which are hosted on serviceNow instance OR a list of tables(both), rather then a UI approach. Could you please share if you have any details on the same.


The only thing I have seen in SNow is the long list from System Applications -> Application Files?


Better have a look!