Change the label of a dot walked field from sys_user table in incident form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 03:00 AM
Hi,
I have dot walked the "Business Phone" field from Assigned to the field to incident form. Now I want to change the label of this "Business Phone" field to "Assigned to Mobile". When I change the label from the dictionary >> Labels (From the related list) >> create a new entry, I get the following error.
I want that on the incident form it should be "Assigned to Mobile".
Please help me in same.
I know that I can use the scripting method (g_form.setLabelOf()) but I want to go without scripting.
Thanks
Maloy Banerjee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 03:06 AM
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0551931
TRy to update the elements from phone to phones/mobile
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 03:17 AM
without scripting it's not possible.
you can use onLoad client script on incident table and change the label
function onLoad() {
g_form.setLabelOf('assigned_to.phone', 'Assigned To Mobile');
}
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader