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…
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)- A87% (27)
- B3% (1)
- C3% (1)
- D6% (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
Community Discussion
No community discussion yet for this question.