Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

How to change or rename the Label Of the dropdown field on form and list layout.

naresha
Kilo Contributor

How to change or rename the Label Of the dropdown field on form and list layout.

5 REPLIES 5

srinivasboppana
Kilo Expert

HI Naresh,



This is also works fine.



var oldLabel = g_form.getLabelOf('number');


g_form.setLabelOf('number', oldLabel + ' (Customer visible)');