A table which is extended by other tables but itself is not extending?

jiu
Kilo Contributor

A table which is extended by other tables but itself is not extending?

 core table, custom table, base table, extended table

1 ACCEPTED SOLUTION

Tejal Zete
Giga Expert

Hi,

 

 

 

 

 

Core tables are task,cmdb_ci,sys_* & cmn_*

 

 

 

 

 

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 [problem] tables.In addition, any table which extends task can take advantage of task-specific functionality for driving tasks.  

 

Like

 

Approvals

 

Assignments

 

Service Levels

 

Inactivity Monitors

 

Workflow

 

 

 

 

 

For example: If we will not extend any table from task table then we can't configure the task activity in workflow for it.

 

 

 

 

 

Base tables are those tables which are extended, but itself is not an extended table.

 

Mark it helpful or correct if it helps you.

Regards,

Tejal

View solution in original post

4 REPLIES 4

Deepak Ingale1
Mega Sage

Base table

 

Note: Please mark reply as correct / helpful if it answered your question.

Hi,

 

 

 

 

 

Core tables are task,cmdb_ci,sys_* & cmn_*

 

 

 

 

 

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 [problem] tables.In addition, any table which extends task can take advantage of task-specific functionality for driving tasks.  

 

Like

 

Approvals

 

Assignments

 

Service Levels

 

Inactivity Monitors

 

Workflow

 

 

 

 

 

For example: If we will not extend any table from task table then we can't configure the task activity in workflow for it.

 

 

 

 

 

Base tables are those tables which are extended, but itself is not an extended table.

 

Mark it helpful or correct if it helps you.

Regards,

Tejal

Ct111
Giga Sage

base table : task , cmdb_ci

custom table : starting with  u   example  u_xyz

 

core table: incident,problem and change

 

extended: incident,problem, change, cmdb_ci_computer..... or any other custom table which you have extended from task etc.

 

Mark my ANSWER as CORRECT and HELPFUL if it helepd.

 

For more infor refer below

https://docs.servicenow.com/bundle/london-platform-administration/page/administer/table-administration/concept/c_TableAdministration.html

 

 

But I think you should put the question in more detail to get the specufuc answerr

Tejal Zete
Giga Expert

Hi,

 

 

 

 

 

Core tables are task,cmdb_ci,sys_* & cmn_*

 

 

 

 

 

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 [problem] tables.In addition, any table which extends task can take advantage of task-specific functionality for driving tasks.  

 

Like

 

Approvals

 

Assignments

 

Service Levels

 

Inactivity Monitors

 

Workflow

 

 

 

 

 

For example: If we will not extend any table from task table then we can't configure the task activity in workflow for it.

 

 

 

 

 

Base tables are those tables which are extended, but itself is not an extended table.

 

Mark it helpful or correct if it helps you.

Regards,

Tejal