Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2019 07:40 AM
Hi!
How I do I get Choice Label and not the Value. This is on Client Side
var priorityValue = g_form.getValue('priority');
var priorityLabel = g_form.getOption('priority', priorityValue).text;
I am doing this code and nothing!
Thanks in advance!
Solved! Go to Solution.
Labels:
- Labels:
-
Scripting and Coding
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2019 09:13 AM
There might be some better option at client side only, but the one I getting getting now is to use GlideAjax to send value to server and then return display name from server.
If I could help you with your Query then, please hit the Thumb Icon and mark my answer as Correct!!
Thank you,
Ali
Thank you,
Ali
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2019 09:44 AM
Thanks! Thats what I did and it worked! Cheers