Display Images in a table list

Daryll Conway
Giga Guru

I have a popup window that displays a filtered table. One of the fields on the table is a company logo which I'd like to display in the list.

I'm wondering if it is possible to display images in a table list view?

15 REPLIES 15

Kalaiarasan Pus
Giga Sage

Normal list view in the instance, it works.. Have not tried in pop up window yet.. But that should work..


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Daryll,



You may find the below link helpful.


https://community.servicenow.com/thread/160372


Kalaiarasan Pus
Giga Sage

I just tested and it works in glidedialogwindow


How did you setup the image field? I tried as an HTML field with <img src="<image>"/> and it displays fine in the form view but in the list view it comes through as <p><img src="/<image>"/></p>