- 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 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-14-2022 09:07 AM
Thank you Anil for the suggestion. As stated, will avoid customizing this part as the data flow is high in email table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 06:14 AM
Hello,
By default, you receive an email notification when someone mentions you. You can disable this behavior by unsubscribing from the Activity Stream @Mention Email notification on your notification preferences.
Any user can use activity stream mentions in the following places:
- On a form, in the activity formatter (UI16 only).
- In a list, in the activity stream for a specific record.
- On a Visual Task Board card, in the card details.
- In a Connect record conversation
Regards,
Vaishnavi Lathkar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 11:56 PM
Did you got any fix ? if yes please share same issue i have
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 11:19 AM
Hi Priyanka56,
Can you please share your solution, I'm also facing the same issue.