QuestionQ145

Managing Applications

What happens when an existing table is extended in ServiceNow?

  • A The parent table's Access Controls are ignored when determining access to the new table's records and fields.
  • B The new table does not inherit any of the fields from the parent table.
  • C You must script and configure all required behaviors.
  • D The new table inherits the functionality built into the parent table.
Explanation

A child table in ServiceNow inherits the fields and functionality of its parent table, while it can also add child-specific fields and configuration. This inheritance supports consistent behavior across related record types.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!