- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 03:36 PM
I have a parent form (Form A) that has an "Approval" field. This parent form can have one or more child forms, and I need to show the status of the Form A approval field on child forms. I can configure the form layout or design to include said field, but the label is still "Approval". I want it to actually say "Parent Approval" on only the child forms. If I change it in the dictionary, it changes everywhere. How can I change it on only the child forms?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 04:42 PM
My mistake, you need to use the Label related list to add a new lable to that filed for your your child table form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 04:10 PM
Hi Robert,
Dictionary override is what you are looking for.
http://wiki.servicenow.com/index.php?title=Dictionary_Overrides
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 04:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 04:36 PM
So this will allow me to change the label default value, but I only need to change the name of the label, not the value of the field. So it shows:
Approval [Status]
Approval is the label, and status is the read only dropdown that shows the current state of the parent approval. So I JUST need to change the label, but cannot find that in the dictionary override.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 04:41 PM
Hi Robert,
Here are the steps.
- Right-click the Approval [Status] label and select Personalize Label
- Change the Table field from "Table A" to your custom table name
- Change the Label field to whatever it is you want
- Right-click the form header and select either "Insert" or "Insert and Stay"
That will create a new label record for the short_description field on that custom table only.
Please let me know if you are blocked.