Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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