CAD · Question #155
Can inherited fields be deleted from a table?
The correct answer is A. No, inherited fields cannot be deleted from a child table: This is correct. Inherited fields are part. In ServiceNow's table inheritance model, a child table inherits all fields defined on its parent table. Those inherited fields are owned by the parent and are locked read-only in the child table's schema-they cannot be deleted from the child. Removing an inherited field would req
Question
Can inherited fields be deleted from a table?
Options
- ANo, inherited fields cannot be deleted from a child table: This is correct. Inherited fields are part
- BYes, but only if they are text fields: This is incorrect. The data type of the field does not permit
- CYes, select the red X in the left-most column in the table definition: This is incorrect. Inherited
- DYes, but only if there has never been any saved field data: This is incorrect. The presence or
How the community answered
(25 responses)- A88% (22)
- C8% (2)
- D4% (1)
Explanation
In ServiceNow's table inheritance model, a child table inherits all fields defined on its parent table. Those inherited fields are owned by the parent and are locked read-only in the child table's schema-they cannot be deleted from the child. Removing an inherited field would require modifying or deleting it on the parent table, which would affect all child tables. A field's data type and whether it has stored data are both irrelevant to this restriction.
Topics
Community Discussion
No community discussion yet for this question.