- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 06:41 AM
Hello good day, I have the following inconvenience.
Within my form I call fields from another table through the dot connotation.
I would like to change the label since it is not representative, but when I change the label within the form design and then save, although it simulates saving, it does not take the changes, do you know how I can do this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 06:52 AM
Hi Lbec,
You can change label by use onLoad () client script to change lable name, below is the example.
function onLoad() {
g_form.setLabelOf('change_request.assigned_to','Customers');
}
You can check below thread,
https://community.servicenow.com/community?id=community_question&sys_id=561093e5dbdcdbc01dcaf3231f9619dc&view_source=searchResult
Kindly Mark correct/helpful if it works for you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 06:52 AM
Hi Lbec,
You can change label by use onLoad () client script to change lable name, below is the example.
function onLoad() {
g_form.setLabelOf('change_request.assigned_to','Customers');
}
You can check below thread,
https://community.servicenow.com/community?id=community_question&sys_id=561093e5dbdcdbc01dcaf3231f9619dc&view_source=searchResult
Kindly Mark correct/helpful if it works for you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2022 07:26 AM
it worked, thank you very much!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2022 03:24 AM
Hey I'm for the primary time here. I found this thread and finding It really helpful https://community.servicenow.com/community?id=community_question&sys-gosloto_id=b8db8788db43091039445ac2ca961971 & it helped me out a lot. I hope to present something back and help others like you helped me. Can anyone guide me more about this thread https://community.servicenow.com/community?id=community_lunchtime-question&sys_id=dfa6bf94dbc38d10fd8d2b69139619d5. I am going to bookmark this. Thanks