
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 11:47 AM
Hello, we have a goal of updating the formatting on our notifications but first, we want to determine the notifications that are actually being used so that we're only updating the notifications that have been used within the last six months or so.
I'm trying to determine a way to see the last time a notification was sent and ideally be able to determine the last time all our notifications were sent, or if they ever were sent.
Using System Logs - Emails, I see that you can see which notification was used for a specific email, but for this to be useful, I would need this information in a report and haven't found a way to do that.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 12:02 PM
You should be able to report on the "sys_email_log" table. There is a field for "email" and "notification" I think thats what your looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 12:02 PM
You should be able to report on the "sys_email_log" table. There is a field for "email" and "notification" I think thats what your looking for.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 12:12 PM
This is exactly what I'm looking for! Thank you Darrell!