- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 08:19 AM
are task tables, tables related to main tables like incident, change and etc?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 08:37 AM
Hi Carlos,
In Service now there are mainly two tables are there.
1) Task(task) table.
2) Configuration Item(cmdb_ci) Table.
These two tables are called as parent tables.
Many other tables are extended from these tables which are called child tables.
Task's child tables.
all these tables are extended or inherited from task table, all these we can cosider as task's tables.
change request
change task
Incident
Problem
Request
Requested Item
Catalog Task
Group Approval
Configuration Item child table's.
All these tables are extended from cmdb_ci table.
Database
Data Center
many more..
For tables and there parents please refer this Tables
If you want more you can refer schema map .
Thanks,
Nithin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 08:23 AM
Please go through below wiki documentation to know about task table -
http://wiki.servicenow.com/index.php?title=Task_Table#Overview
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 08:24 AM
Hi,
Task [task] is one of the core tables provided with the base system. It provides a series of standard fields used on each of the tables that extend it, such as the Incident [incident] and Problem , Change etc. Refer the link below for more info:
Hope this helps. Mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 08:25 AM
Please use the below URL to understand the tables related to task:
<YOUR INSATNCE NAME HERE>/nav_to.douri=/generic_hierarchy_erd.do%3Fsysparm_attributes%3Dtable_history%3D,table%3Dtask,show_internal%3Dtrue,show_referenced%3Dtrue,show_referenced_by%3Dtrue,show_extended%3Dtrue,show_extended_by%3Dtrue,table_expansion%3D,spacing_x%3D60,spacing_y%3D90,nocontext
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 08:37 AM
Hi Carlos,
In Service now there are mainly two tables are there.
1) Task(task) table.
2) Configuration Item(cmdb_ci) Table.
These two tables are called as parent tables.
Many other tables are extended from these tables which are called child tables.
Task's child tables.
all these tables are extended or inherited from task table, all these we can cosider as task's tables.
change request
change task
Incident
Problem
Request
Requested Item
Catalog Task
Group Approval
Configuration Item child table's.
All these tables are extended from cmdb_ci table.
Database
Data Center
many more..
For tables and there parents please refer this Tables
If you want more you can refer schema map .
Thanks,
Nithin.