what are task tables?

Charls Brown
Tera Expert

are task tables, tables related to main tables like incident, change and etc?

1 ACCEPTED SOLUTION

Nithin12
Tera Expert

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.


View solution in original post

5 REPLIES 5

Abhishek Choudh
ServiceNow Employee
ServiceNow Employee

Please go through below wiki documentation to know about task table -



http://wiki.servicenow.com/index.php?title=Task_Table#Overview


shloke04
Kilo Patron

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:



Task Table - ServiceNow Wiki



Hope this helps. Mark the answer as correct/helpful based on impact.



Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

ashishgupta
Tera Expert

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


Nithin12
Tera Expert

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.