ServiceNow Certified Application Developer — Question 149
What occurs when an existing table is extended in ServiceNow?
Answer options
- 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.
Correct answer: D
Explanation
The correct answer is D because when a table is extended in ServiceNow, it automatically inherits the fields and functionalities of the parent table. Options A and B are incorrect as they misrepresent the inheritance behavior, while option C is inaccurate since not all behaviors require manual scripting and configuration.