UI Macros: user_show_incidents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2015 05:18 AM
The three UI Macros "user_show_incidents" have exactly the same name but different content.
How can one differentiate between them, ie meaning how do one know which of the UI Macros are being called/used
in the attributes of a field when "ref_contributions=user_show_incidents"?
Which one of the UI Macros do we have to change in order to change the icon?
We've tried one by one, and all three at the same time but without any success.
Hence we are wondering whether all three of them are interrelated or run independent of each other?
Any help or advise will be highly appreciated!
/Audhild
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2015 10:49 AM
Hi Audhild,
There are three because they are each used for different media types:
In this screenshot, you can see that one is specific to the tablet interface, one to UI14/UI15, and one for the old interface. Depending on which interface you are testing, you want to modify the one for that media type. If you want to cover all of the cases, edit all three.
When you are done, you may need to clear your instance cache, so any pages using these macros are rebuilt. You do this by visiting /cache.do on your instance:
https://YOURINSTANCE.service-now.com/cache.do
Then view a page where the macro is present. It should render with your changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2015 12:09 AM
Thank you so much for your reply Cory!
We figured out that these UI Macros apparently refer to another UI Macro (reference_decoration), so when changing the
image in this macro instead - it worked out!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2015 08:48 AM
Hi Audhild,
Great! Glad you got it sorted out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2015 03:24 AM
Thanks for this - we had the exact same question and hadn't thought about checking the Media Type field