How to change lable instead of using configure dictionary on form?

Shraddha desai
Tera Contributor

How to change lable instead of using configure dictionary on form.

I change the lable by configure dictionary and it is affecting for all extended table..so i want to avoid that..

How can I do this?

Regards

4 REPLIES 4

Shruti
Mega Sage
Mega Sage

Hi,

You can create new label for the column.

Configure Dictionary Entry for that column and go to the Labels related list.

Make sure to select desired table name, element and enter new label

find_real_file.png

 

 

This will also effected for other tavble or not?

Raj_Esh
Kilo Sage
Kilo Sage

Hi Shraddha,

 

Have you tried to change it using form design?

 

find_real_file.png

 

Hope it helps.

 

Thanks,

Raj

 

--Raj

Sukhbir Singh2
Giga Guru

Hi

You can do it in multiple ways.

 

1. Configure dictionary and override label for extending tables.

find_real_file.png

 

2. Use the setLabelOf method of the GlideForm api in an on Load client script for a form:

https://developer.servicenow.com/dev.do#!/reference/api/sandiego/client/c_GlideFormAPI#r_GlideFormSetLabelOf_String_String?navFilter=glideform

 

find_real_file.png

 

Please mark my answer as correct/helpful, if it helped.

Thanks