
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2019 10:20 AM
Hey SN Comm!
I am trying to research, to see if the @mentions emails being sent from a Case can show the actual email being sent to the person with the activity stream...?
So from an HR Case, if I were to @mention you - and the system sends you an email letting you know I just mentioned you, could the Activity Stream show that email saying You were Mentioned?
Thanks,
-Rob
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2019 10:28 AM
There's no good way to do it. The @mentions notification is set on the live_notification table. So in order to get that over to the case, you'd need to look up that notification in the email log and change the target to the sys_id of the case and the target table to the HR case table.
It can be done, just not clean...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2019 10:28 AM
There's no good way to do it. The @mentions notification is set on the live_notification table. So in order to get that over to the case, you'd need to look up that notification in the email log and change the target to the sys_id of the case and the target table to the HR case table.
It can be done, just not clean...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2019 10:33 AM
Thanks MB - I figured that would be the case. But, hoped maybe I was missing something that would be nice and easy.
Thanks for letting me know!
-Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2021 11:46 AM
Hello MB,
Is it possible to attain this through the business rule on insert?
If we change the target table and target record in the email record, how it would impact on the live_notification table?