
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2018 09:54 AM
I developped the module to display the scroll list of incidents, using System UI, UI pages and Widget. It works well.
there are 3 columns of incidents : Number, state and short description.It displays so well but for state, the code appears. See below
I would like to display the string of state as "open, close, pending, etc..." instead of a code
how to do it ?
In advance, thank you for your return.
Sincerely
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2018 02:42 AM
That's Great, Can you please mark my response as the correct answer?
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2018 09:57 AM
You need to use getDisplayValue() to display state display value.
https://developer.servicenow.com/app.do#!/api_doc?v=helsinki&id=r_GlideRecord-getDisplayValue
Regards,
Sachin