Exam CAD All QuestionsBrowse all questions from this exam
Question 16

When working in the Form Designer, configuring the label of a field in a child table changes the label on which table(s)?

    Correct Answer: B

    When configuring the label of a field in a child table using the Form Designer, the label change will only apply to the child table itself. This is because each table can have its own distinct labels for fields, and changes made in the child table do not propagate to other tables, including the base table, parent table, or all tables.

Discussion
Anu_KOption: B

Child table

sahithi2004Option: B

When working in the Form Designer in ServiceNow, configuring the label of a field in a child table changes the label on: B. child table This means that the label change will only apply to the child table where you made the modification, not affecting the base table, parent table, or all tables.

jck777Option: C

c. Parent table from servicnow support documentation: If a child table, such as pm_project, is saved using the form designer, the parent field labels (sys_documentation) are changed to those of the child. For example, changing and saving the pm_project form causes the short_description field label on task to change from "Short Description" to "Project Name."

D_OgiOption: A

A is correct: https://www.servicenow.com/community/developer-forum/when-working-in-form-designer-configuring-the-label-of-a-field/m-p/1436339/highlight/true#M93265 System would not create a dictionary override automatically.

Kontopro

It creates Label not dict. override. It is B

DekorehOption: B

B is correct

YMijoeOption: B

I agree that the "child table" is correct.