- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 07:33 AM
Dear all,
I have the folloing script code snipet on which I store in a variable the current value of the State field of incident form
var incState = g_form.getValue('state');
jslog("CAL : THE VALUE OF THE INCIDENT IS : " + incState);
What is happening is that, the all script execut and work as expected, but that simply line does not return the proper value and instead when I check jslog entry incState is all type empty..
Any idea why and how to solve ?
regards
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 07:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 07:40 AM
I solve it sorry. it was a typing mistake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2025 07:15 AM
What was the typing mistake, because we are having the same exact issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 07:47 AM