The CreatorCon Call for Content is officially open! Get started here.

Notification bell for @ mentioned in form

sunny27
Tera Contributor

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. 

sunny27_1-1691681383609.png



But by clicking on hyper link is leading to live_notification table details instead of case form. 

sunny27_0-1691681267495.png

 

How do I make the click to goto respective case form?  Please do share some ideas regarding it. 

 

 

 

 

1 ACCEPTED SOLUTION

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.

 

MaikSkoddow_0-1691768137956.png

Maik

View solution in original post

10 REPLIES 10

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

 

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.

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. 

GRKN
Tera Expert

@sunny27  how did you configured the recipients? Because in my case there is no "User" - which I could select for "Recipients listed in fields" ...

KillerCucumber_0-1696514831167.png

 

sunny27
Tera Contributor

@GRKNI think It depends on the table you have selected and if that table has that recipient filed or not.