Comment mention and notification feature (as seen in ROMS)

Hi there - is there a way to replicate the comment notification feature that can be found on the News page of the ROMS template? E.g. mention a user with @ and sends them a notification.

Hi Nathan,

Depends on what your use case is. Where do you want to replicate it?

Thanks,
Deb

In the same way. I already have an LFD with comments enabled. Thanks Deb.

Basically you will have to copy some code from Global JS and paste it in your app. For e.g. if you look in the ROMS template Global JS lines 424 - 1084 you will need to copy that code into your app. You will have to change line 426 to the name of the Data source where your users are stored for it to work.