Customize field label in a view?

gmbroth
Kilo Contributor

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

2 REPLIES 2

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.


paulcurwen
Kilo Expert

Great solution to this at ServiceNow Guru:



Modifying the Label of Form Fields With Client Scripts - ServiceNow Guru



works a treat.