- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2015 01:42 AM
Any documentation link which gives the list of tables present in service now, Can i also find this list dynammically from a API?
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2015 04:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-07-2021 04:02 AM
please raise a separate question i'd suggest. This thread was not for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2022 04:46 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2024 10:25 PM
Open Instance And and Navigate to "sys_db_object" and Enter.
Show all tables and tables Backend name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2024 10:28 PM
when you have the user Created tables then navigate to the "u_tablename" then Enter
You find your table.