Change label of "City" to "Caller City"

jparman
Tera Guru

Hi All,

 

In the incident form I wanted to display the City of the Caller.

jparman_0-1719968538073.png

jparman_1-1719968566328.png

 

However, I also want to change the label of City to Caller City in the incident form. I first thought of dictionary overrides but for some reason its not available of this specific field

 

jparman_2-1719968661475.png

 

I have tried to add a label but did not work

jparman_3-1719969723434.png

 

 

Any ideas?

 

Thanks!

 

 

 

3 REPLIES 3

Deepak Shaerma
Kilo Sage

Hi @jparman 

From dot walking the values, you will able to see the required field through the list view of incident table only. 

Click on gear icon and drag it to selected. 

 

Please indicate that my response was helpful or accept it as the solution if it resolves your issue. Your small action will benefit both me and the community.

Best regards,

Deepak Sharma

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

What you are asking is not possible.

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Rohit99
Mega Sage

Hi @jparman,

You may try onLoad client script to achieve mentioned requirement.
Table : Incident

Type : onLoad

Script :

 g_form.setLabelOf('caller_id.city','Callers City');

Attaching screenshot for reference.
community_caller_city_Label_change.PNG
 
Output:
 
community_caller_city_Label_change_output.PNG
 
 

Please mark my response as correct and helpful if it helped solved your question.

 

Thanks,

Rohit Suryawanshi