
- 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
‎03-05-2019 08:19 AM
Hi Greg D
Did the previous reply did help you resolve please set as correct answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 06:39 AM
Hi Dave,
Can we also do the same with videos? I have a requirement where user wants to add video to the response template
Thanks