- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2017 09:34 PM
Hi All,
we scroll down within a ticket, html codes in the Description field under the "Incidents by Same Caller" tab are visible.
HTML codes were not visible in Eureka.Please see the below screen shot.
Can anyone help me how to remove the html tags in Description field
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2017 11:05 PM
Check if the below property is there in sys_properties "glide.ui.escape_html_list_field".
Mark it to false.
Note : It is in global scope so it would not be for specific table.
Thanks,
Akhil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2017 11:01 PM
Change it to multiline text.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2017 11:13 PM
Hi Vinitha,
I think i can't change the datatype.. It is on Task table and customer needs HTML type

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2017 11:05 PM
Check if the below property is there in sys_properties "glide.ui.escape_html_list_field".
Mark it to false.
Note : It is in global scope so it would not be for specific table.
Thanks,
Akhil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2017 11:16 PM
Perfect.. it works... Thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2017 05:51 PM
Hi Akhil
We faced same issue on our instance. I created property "glide.ui.escape_html_list_field" and made it false. But it doesn't solve the issue. what am i missing?