change the label name of a dot walked field in list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2023 04:47 AM
How to change the label name of a dot walked field in list view?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2023 04:55 AM
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.**
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2023 05:05 AM
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