- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 08:31 AM
Hi all,
I really need your assistance with "When someone tags you in an additional comment or work note, it shows in the notification bell". There is already existing email notification "Activity Stream @Mention Email" but we need same alert in notification bell icon as below screenshot.
I did created "Provider notification" by using the table "Notification [live_notification]" And its is showing notification when we tagging the users.
But by clicking on hyper link is leading to live_notification table details instead of case form.
How do I make the click to goto respective case form? Please do share some ideas regarding it.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 08:37 AM
Hi
please find below the respective solution with a Client Script. It's working fine, but please consider that after activating it will ALWAYS redirect to the target record.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 07:17 AM
Hi @Maik Skoddow ,
Thank you for the solution. it worked fine for some time and now I'm unable to redirect to the record (I configured the onLoad Client script as per your instructions). and in the workspace view does this work? Could you please share your thoughts on this.
Regards,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 04:14 AM
I think better solution might be:
- create async BR on live_notification table that would trigger event for task record
- create Provider notification for task table that would be triggered by the event above
This works in classic ui and in workspaces too without having to create redirect client script.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Is this still a valid solution for this issue? I tried implementing this and it works great for me as an admin , but when testing it for the primary intended users / group it throws a site restriction while coming from Service Operations Workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 07:07 AM
@sunny27 how did you configured the recipients? Because in my case there is no "User" - which I could select for "Recipients listed in fields" ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 05:12 AM
@GRKNI think It depends on the table you have selected and if that table has that recipient filed or not.