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

There is a image type in field types. Can't you use that?


That's what I tried originally but I just get nothing showing in the list view. Any thoughts on where I could be going wrong?


Have you added the field in the layout? Is the image already present on the field?



I just created a custom table and added this code and verified



var gdw = new GlideDialogWindow('display_image');


gdw.setPreference('table', 'u_custom_table_list');


gdw.render();


Yes I have the field on the layout it is showing the column header just no content in the rows (for the image field)


Strange.. I am on Fuji and you ? Can you paste the screenshot of record and list view?