client script and Display value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 08:27 AM
client script on incident
I am getting back state value as 7 when I use g_form.getValue('state') but I need the display value. When I use
function onLoad() {
//Type appropriate comment here, and begin script below
var stateName = g_form.getDisplayValue('state');
alert('My state is ' + stateName);
}
I get back incident number I guess an object. How can I can I get the display value in client script.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2022 11:37 AM
if working close the thread by marking the answer correct and push it to solved queue
Thanks
good day !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 08:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2022 08:44 AM
This does not alert me at all.
