How many base tables are there in service now? What are they?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 09:52 PM
How many base tables are there in service now? What are they?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 09:54 PM
Hi Sumanth,
Following are the base tables
To be specific cmdb_ci and task are called core tables
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 10:40 PM
There are two base tables
1) cmdb ( It was cmdb_ci before cmdb got introduced in geneva release )
2) task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2019 09:52 PM
Hi Sumanth,
Any update on this?
Can you mark my answer as correct, helpful if you were able to achieve the requirement. This helps in removing this question from unanswered list and helps users to learn from your thread. Thanks in advance.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2019 10:46 PM
Hi,
There are two base tables in servicenow which are
1. Task table
2. cmdb_ci
Base tables are those tables which are extended, but itself is not an extended table.
sys_db_object table is a table of tables .You can check the table in your instance by using following link.
https://YOURINSTANCE.service-now.com/sys_db_object_list.do?sysparm_query=super_class%3DNULL
Or you can check the tables by below link
Tables and Classes - ServiceNow Wiki
Please mark correct/helpful if it helps for you.
Regards,
Pooja