Display Images in a table list

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 01:25 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 02:53 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 03:05 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 03:25 AM
I've found my issue. I'm dot walking to a related table to get the image. If I add the image to the top level table I can see the image fine.
Thanks for your help guys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2025 08:14 AM
Call like this :
<img src="https://dev200253.service-now.com/sys_attachment.do?sys_id={{row.imgName}}" alt=""/>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 02:11 AM
Would the size of the image be an issue, If it's too big for example?