CAD · Question #263
Can inherited fields be deleted from a table?
The correct answer is C. No, inherited fields cannot be deleted from a child table. In ServiceNow's table inheritance model, child tables extend parent tables and automatically inherit all fields defined on the parent. Inherited fields are owned by the parent table and cannot be deleted from a child table - they can only be removed from the parent where they…
Question
Can inherited fields be deleted from a table?
Options
- AYes, select the red X in the left-most column in the table definition
- BYes, but only if there has never been any saved field data
- CNo, inherited fields cannot be deleted from a child table
- DYes, but only if they are text fields
How the community answered
(36 responses)- A3% (1)
- C94% (34)
- D3% (1)
Explanation
In ServiceNow's table inheritance model, child tables extend parent tables and automatically inherit all fields defined on the parent. Inherited fields are owned by the parent table and cannot be deleted from a child table - they can only be removed from the parent where they were originally defined. This protects data integrity across the inheritance hierarchy. If you need to remove an inherited field, you must do so on the parent table, which affects all child tables.
Topics
Community Discussion
No community discussion yet for this question.