ServiceNow Certified Application Developer — Question 14
Which of the following statements does NOT apply when extending an existing table?
Answer options
- A. The parent table's Access Controls are evaluated when determining access to the new table's records and fields
- B. The new table inherits the functionality built into the parent table
- C. The new table inherits all of the fields from the parent table
- D. You must script and configure all required behaviors
Correct answer: D
Explanation
The correct answer is D because when extending a table, the new table inherits behaviors from the parent table, minimizing the need for custom scripting. Options A, B, and C accurately describe the characteristics of the new table in relation to its parent table, making them true statements.