nerdexam
ServiceNow

CAD · Question #258

What occurs when an existing table is extended in ServiceNow?

The correct answer is A. The new table inherits the functionality built into the parent table. When a table is extended (a child table is created from a parent), the new table automatically inherits all fields, business rules, client scripts, UI policies, access controls, and other configurations from the parent table. This is a core feature of ServiceNow's table…

Submitted by chen.hong· Apr 18, 2026Designing and Creating an Application

Question

What occurs when an existing table is extended in ServiceNow?

Options

  • AThe new table inherits the functionality built into the parent table
  • BThe parent table's Access Controls are ignored when determining access to the new table's
  • CThe new table does not inherit any of the fields from the parent table
  • DYou must script and configure all required behaviors

How the community answered

(31 responses)
  • A
    87% (27)
  • B
    3% (1)
  • C
    3% (1)
  • D
    6% (2)

Explanation

When a table is extended (a child table is created from a parent), the new table automatically inherits all fields, business rules, client scripts, UI policies, access controls, and other configurations from the parent table. This is a core feature of ServiceNow's table inheritance model. Option C is the opposite of what happens. Option B is incorrect because inherited ACLs do apply to the child table. Option D is incorrect because you do not need to manually re-script inherited behaviors.

Topics

#Table Extension#Data Modeling#Inheritance#Platform Fundamentals

Community Discussion

No community discussion yet for this question.

Full CAD Practice