How to change the Column name of the Table in the List view of ServiceNow (Not Dictionary Override)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2021 09:33 PM
Hi Team,
I have a query on how to change the Column name of a field in the list view of ServiceNow. This table is the OOB table.We cannot use the Dictionary Override in this case.Is there any way to Change the Column name while displaying to the user. Appreciate the leads.
Thanks,
K
Example : I just want to change the Column name of the "Number" in the list view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2021 09:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2021 10:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2021 10:14 PM
Hi
the error message only means, that there is already a record in that table, and it is not necessary to create a new one. Just open the respective record and change the label according to your needs.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2021 03:04 PM
Thanks Maik for the response. I tried to update the existing record with the process shared. But it is updating the Dictionary of the field.Label is changed to new label. But my requirement is not to change the Dictionary.