CAD · Question #32
The task table is an example of which of the following? Choose 2 answers
The correct answer is C. Base class D. Parent class. The Task table in ServiceNow is both a Base class and a Parent class. As a Base class, it defines the foundational schema - core fields like Number, State, Assignment Group, and Assigned To - that all task-type records share. As a Parent class, it is extended by child tables such
Question
The task table is an example of which of the following? Choose 2 answers
Options
- ALegacy class
- BChild class
- CBase class
- DParent class
How the community answered
(25 responses)- A4% (1)
- C96% (24)
Explanation
The Task table in ServiceNow is both a Base class and a Parent class. As a Base class, it defines the foundational schema - core fields like Number, State, Assignment Group, and Assigned To - that all task-type records share. As a Parent class, it is extended by child tables such as Incident, Problem, Change Request, and Service Catalog Task, which inherit its fields and behavior. 'Legacy class' is not a ServiceNow concept, and 'Child class' is incorrect because the Task table is not extended from another table.
Topics
Community Discussion
No community discussion yet for this question.