
- 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-30-2018 01:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2018 01:24 AM
What are you trying to extract. I believe this is a UI page, You need to just add the getDisplayValue() within your html tags to fix it
<td> $[inc.state.getDisplayValue()] </td>
I am not clear on what is your current issue?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2018 01:55 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2018 02:33 AM
- 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!