Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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)');