Customize field label in a view?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2015 06:12 AM
Hi,
With Eureka, I know how to personalize the label of an "inherited" field in an extension table. I have a different situation where I've created a view on table sc_request and would like to personalize a label (Short Description) such that it shows up in the view only. Using the personalize-field-for-an-extension-table approach doesn't seem to work for a view; is it possible to do this and if so, how? Thanks.
Garry
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2015 06:15 AM
I don't think it's possible with the oob tools. I think you'd likely have to run a client script that checked the view and then changed the label for the correct view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2016 07:11 AM
Great solution to this at ServiceNow Guru:
Modifying the Label of Form Fields With Client Scripts - ServiceNow Guru
works a treat.