How to change or rename the Label Of the dropdown field on form and list layout.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2016 03:57 AM
How to change or rename the Label Of the dropdown field on form and list layout.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2016 05:42 AM
HI Naresh,
This is also works fine.
var oldLabel = g_form.getLabelOf('number');
g_form.setLabelOf('number', oldLabel + ' (Customer visible)');