- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2016 05:04 AM
What are the base tables in servicenow? i know one table i.e Task table.Another one?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2016 05:15 AM
Take a look here:
https://YOURINSTANCE.service-now.com/sys_db_object_list.do?sysparm_query=super_class%3DNULL
True base tables are those that can be extended so you may want to filter on the "Extensible" field where value is true.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2016 05:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2016 05:09 AM
Other is cmdb_ci...
To be specific cmdb_ci and task are called core tables...
Base tables are those tables which are extended, but itself is not an extended table.
Tables and Classes - ServiceNow Wiki
Mark Correct if it solved your issue or hit Like and Helpful if you find my response worthy.
Thanks,
Deepa

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2016 05:15 AM
Take a look here:
https://YOURINSTANCE.service-now.com/sys_db_object_list.do?sysparm_query=super_class%3DNULL
True base tables are those that can be extended so you may want to filter on the "Extensible" field where value is true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2016 05:36 AM
Hi,
If you just need to check the spelling of a table or some other minor task, then you could use this quick link:
https://yourinstance.service-now.com/?SCHEMA
Nashco Consulting has published an excellent SN data model pdf -document. Now in it's 34th revision.
You can download it here: http://www.nashcosolutions.com/professional-services/ Highly recommended!
- Jan