ServiceNow Certified Application Developer — Question 27
Can inherited fields be deleted from a table?
Answer options
- A. Yes, select the red X in the left-most column in the table definition
- B. Yes, but only if they are text fields
- C. Yes, but only if there has never been any saved field data
- D. No, inherited fields cannot be deleted from a child table
Correct answer: D
Explanation
The correct answer is D because inherited fields are designed to maintain consistency across tables and cannot be deleted from a child table. Options A, B, and C are incorrect because they suggest that inherited fields can be deleted under certain conditions, which is not allowed.