- 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
‎06-04-2014 04:37 AM
Andre, you're a genius. Turns out I didn't need to add the jQuery script call, it must already be defined somewhere in the code. Tested this out and it seems to work a treat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2020 10:32 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2020 09:37 PM
can we do the same thing in the current version? doable in New York, Orlando, Paris?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2020 09:54 PM
This is not working on the current release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2021 11:46 AM
Hello Andre,
I have tried all of your suggestions on this post and I can not make it work on my instance. do you have any suggestions on how it can work on outbound email within the modern version of ServiceNow like Q?
Thank you in advance,
Dylen