- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2014 05:54 AM
I have been trying to use a macro on service catalog, I do not want to add it as a UI Macro variable type but want to show it beside a variable like in form fields.
Please help me if any of you tried it earlier. Thanks in Advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2014 11:12 PM
we have achieved this using one of the scripts provided in servicenowguru.com, below is the link
Refer section add_me UI macro for catalog variables
http://www.servicenowguru.com/system-ui/ui-macros/add-me-ui-macro-user-group-fields/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2014 11:07 PM
ref_contributions and field_decorations will not work in variable attributes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2014 07:42 AM
Also may be you can try field_decorations. I have not used it, but wiki says it is similar to ref_contributions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-24-2014 11:12 PM
we have achieved this using one of the scripts provided in servicenowguru.com, below is the link
Refer section add_me UI macro for catalog variables
http://www.servicenowguru.com/system-ui/ui-macros/add-me-ui-macro-user-group-fields/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2014 01:49 AM
Weird. But you had asked for a solution with no UI macro .. Glad though you came up with a solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2014 08:23 AM
it actually isnt a UI Macro, we get the control of element where we need to show the icon and add anchor tags to it.