Change the label of a dot walked field from sys_user table in incident form

Maloy Banerjee1
Tera Expert

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.

 

MaloyBanerjee1_0-1704365815800.png

 

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

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Maloy Banerjee1 

 

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]

****************************************************************************************************************

Ankur Bawiskar
Tera Patron
Tera Patron

@Maloy Banerjee1 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader