HTML field not showing images in agent workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2022 02:35 AM
Hi,
Whenever a new HR case has been raised through workspace with images included in Description (HTML Field), its not showing those images in workspace. But the same description is showing images in native UI.
Please refer to the below screenshots.
Native UI:
Workspace:
Please help me in fixing this. Thanks in advance.
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2022 03:04 AM
Hi
unfortunately you did not provide the HTML text and therefore I can only assume, that the image link is given as relative version. This will work in UI16 but not in Agent Workspace.
To see the images in both UIs you have to specify the absolute URL. To get that URL open the image separately in an individual tab, copy the URL and paste that URL into the image dialog or directly into the SRC attribute of the HTML text.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2022 03:25 AM
Hi
Thanks for your response.
The Image was directly added to the description field, just like copy/paste in the HTML field.
The same was able see in the Native UI but not in Workspace.
This is the HTML Source code
<p>testing attachment test</p>
<p><img src="blob:https://ServiceNowINSTANCEURL/2e39858a-374e-410b-8c7d-5509e4b8e84d" /></p>
<p> </p>
<p>testing attachment</p>