- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 05:26 AM
Hi,
The OOB email notification - Activity Stream @Mention Email which runs in live_notification table triggers email but it is not captured in the relevant Target record activity log. I think it works as OOB since the notification runs on live_notification table. Does anyone has any idea on how can we get this added in the activity log ?
Thank you in advance!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 06:09 AM - edited 11-10-2022 06:11 AM
If you want these emails to reflect in your task records then you can create on after insert BR and copy the sys_email record by changing target field value.
Check below link for the script:
NOTE: It is not advised to customize functionality of system table like sys_email and it is system table and the data flow is quite high.
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 05:36 AM
HI Priyanka,
Please follow these instructions
How to configure and display 'Sent/Received Email' in the activity stream/log
Mark Correct and Helpful if it helps.
***Mark Correct or Helpful if it helps.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 05:52 AM
Hi Yousaf,
Thanks for the response. The 'Sent/Received email' in the activity is enabled and all other notifications are recorded in the log except the @mention emails. Do you have any insight about this specific notification ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 06:03 AM
Priyanka please check the answer from sandeep here
Show the mention user email log in activity stream on record
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 06:05 AM
Hi,
Yes, this is as per OOB setup. Mention email will not appear on the task records (incident, problem, etc).
As this notifications are triggered when the record is inserted into the live_notification table.
Check below support document to understand how it work.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0786266
Thanks
Anil Lande