- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2019 10:33 PM
A table which is extended by other tables but itself is not extending?
core table, custom table, base table, extended table
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2019 10:40 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2019 10:37 PM
Base table
Note: Please mark reply as correct / helpful if it answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2019 10:38 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2019 10:39 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2019 10:40 PM
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