How to change the Column name of the Table in the List view of ServiceNow (Not Dictionary Override)?

karthik7
Kilo Explorer

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. find_real_file.png

11 REPLIES 11

Maik Skoddow
Tera Patron
Tera Patron

Hi @karthik 

go to System Definition > Language File and insert new record

find_real_file.png

At the table you should see now the customization:

find_real_file.png

Kind regards
Maik

Hi,

 

Thanks for the response.But i am facing the below error while I am trying. Please find the below error. If aware help me to overcome this.

find_real_file.png

Hi @karthik 

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

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.