How to rename a field label on Extending table forms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2021 11:21 AM
Hello
I have a parent table 'xyz' and i have 7 child tables extending the parent. I have added a reference field on Parent and child table forms. I would need to update the label of the added reference field on all forms. Looking for a best way to update the same label on all forms..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2021 11:43 AM
Do you want the label to be the same across all of the forms (parent and all children) or different on each form? If you want them to be the same, if you update the label on the parent table (and don't otherwise have an override in place) then the label will be the same on all tables.
Otherwise, you can configure the dictionary on the parent table and on the form use the label related list to set a label for each individual table there.
For example, from task, I have a field called "A new User Field" but, on the change_request table, it has a lable of "Change User".
I hope this helps!
If this was helpful or correct, please be kind and remember to click appropriately!
Michael Jones - Proud member of the CloudPires team
Michael D. Jones
Proud member of the GlideFast Consulting Team!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2021 02:45 PM
Thanks for the update, Michael Jones. But actually my reference field is from another table not on parent table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2022 08:47 AM
if goal is to keep labels separate for each child table below link has instructions
https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/use/reporting/task/t_RelabelAColumn.html
Its important to note that when updating labels it needs to be done in correct application scope for example to update case field labels user should be in sn_customerservice scope.