change the label name of a dot walked field in list view

Pratiksha Lang1
Kilo Sage

How to change the label name of a dot walked field in list view?

2 REPLIES 2

Hemant Goldar
Mega Sage
Mega Sage

Hi @Pratiksha Lang1 ,

Did you check the below doc by ServiceNow?
https://docs.servicenow.com/en-US/bundle/vancouver-platform-administration/page/administer/localizat... 

It will help you to change the name of the field label.

I hope this helps!

 

Regards,

Hemant 

**Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.**

Sagar Pagar
Tera Patron

Hi @Pratiksha Lang1,

 

As per my understanding, we can change the field/column label on form level using g_form.setLabelOf() method.

 

In list view, not possible. We can not change the field label as g_list do not have setLableof() method.

for list view, you need to rename column/ field on parent table.


If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar

The world works with ServiceNow