
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2019 05:59 AM
Hi All,
I am facing some issue with the response template functionality in ServiceNow.
It seems the pictures embed to the template only displays to the person who created the template. If someone else use the response template, the pictures does not appear.
For example, here we can see the template looks fine when I use it:
But when someone else use it, the picture does not display:
Any help would be appreciated.
Thank you,
Greg
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2019 01:23 AM
Hi
You should look at getting the image on the db_image table. Then insert the image from that table on your template. It should give you some html string to insert the image.
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2019 08:00 AM
has the image been uploaded to the image table? I suspect it is just local to the user and not the whole system.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2019 01:01 AM
Hi Dave,
I can see the picture in the "sys_attachment" and "sys_attachment_doc" tables. Should it be in some other table?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2019 01:23 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2019 03:45 AM
Thanks Dave,
The solution you propose works good in my developer instance. Nevertheless, the db_image table is restricted to just system images in my company.
I appreciate the ideas you provided.
Thank you,
Greg.