
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2018 08:40 AM
I have a copy of a .jpg in which I want to add that to a catalog item.
How can I accomplish this please? Can this be done via a Macro variable type?
Thank you,
Karen
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2018 06:22 AM
I got it working. Here is how I made it work. This works for Service Portal
a. Created the variable
b. Variable type = macro
c. Under the Annotation tab - in the Instructions box click the Image icon to add your image
d. Under the Type specifications tab - give it a macro of images_for_variable_items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2018 08:46 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2018 08:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2018 09:20 PM
Macro and UI pages may not work in service portal. Better use widgets to get the right result in Portal.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2018 08:54 AM
Hi,
There's also another way I've seen people do this:
"However you can enable "Help text" for that variable using configuration changes.
Within the help text you can use html tags, like <img src='dte.jpgx'></img>. If that will suit your requirement you can go with that.
Let me know if you need anymore information.
For this to work, you need to set the property "glide.ui.escape_text" to "false"."
That allows you to sort of attach it to a particular field.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!