- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2019 01:06 AM
Hi All,
Can we add an image on a catalog item form? I tried it using the HTMLtags like <img src='name.jpgx'></img> but it was not displayed on the Service Portal.
How can we add an image in the catalog variables so that it is displayed on the default view and Service Portal
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2019 01:10 AM
Hi
For that,
create a macro type of variable, in that you will see widget and ui macro reference fields, in the widget write the code of <img src> which will show an image on portal and add ui macro with the same code it will show on desktop view.
Desktop View Result -
Portal View -
Hope this helps.
Regards
Omkar Mone

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2019 03:55 AM
I think this is not supported in Service Portal, I can't find an alternative for it...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2019 01:10 AM
Hi
For that,
create a macro type of variable, in that you will see widget and ui macro reference fields, in the widget write the code of <img src> which will show an image on portal and add ui macro with the same code it will show on desktop view.
Desktop View Result -
Portal View -
Hope this helps.
Regards
Omkar Mone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2019 01:14 AM
Hi,
You can use the HTML variable to display an image on the Service Portal