- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2014 02:27 AM
Is it possible to allow Emails displayed on the Incident activity UI Formatter to be automatically expanded when an Incident is opened? As we give most of our caller updated via the email button, it would be useful for our analysts to be able to see all of the updates at a glance, rather than having to click the + sign on each item. If this could be switched on / off per user then even better! Thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-03-2014 04:56 AM
Hi Adam Domanski,
With a little of jQuery Magic you can do it:
($$("img[onclick*='ActivityFilter.activityEmailToggle']")).each(function(item){item.click()});
Here the documentation:
Attribute Contains Selector [name*="value"] | jQuery API Documentation
[]'s
Andre Moreira

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2015 11:24 PM
Sorry Novice question: Where does one enter this script?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2015 03:32 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2015 03:13 PM
So....not working for me...
Table = Incident
Type = onLoad
Script =
function onLoad() {
//Jelly jquery script to expand HTML emails by default when opening an incident
($$("img[onclick*='ActivityFilter.activityEmailToggle']")).each(function(item){item.click();});
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-25-2015 07:47 AM
What is the Release of you ServiceNow instance?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2015 09:21 AM
Sorry Andre. Was away. Fuji Patch 9. Just tested again and it isn't working for me.