@mention Notification Issue

Linda_G
Kilo Sage

@Allen Andreas Good morning, I'm having an issue with the @mention Notification in ServiceNow.  We have users that are trying to @mention users in comments in the additional comments field in SCTasks and the emails are not being sent.

There was another question where you answered that it could be many things, but to check to see if the user was active, had notifications active and the OOB @mention Notification had not been changed.  I've looked at all of your suggestions and i'm still having the issue.  Any other ideas/suggestions?

Thank you,

Linda

 

1 ACCEPTED SOLUTION

Hi,

We'd want to focus on sys_email (as mentioned above) and "before" records, specifically.

When you use the mention feature, the name would show up for selection:

find_real_file.png

and then the name gets put in a bracket, like so:

find_real_file.png

If you're saying that you received the notification and it was on the sc_task table, then all of this research about checking for that table to be blocked from them sending is irrelevant. If you're also saying that when other users use the mention feature it doesn't work like it's supposed to, that would have been nice to know in the beginning...heh...because then we're talking about completely different issues and it has nothing to do with the notification not sending or why we'd focus there.

If they are seeing messages about not seeing the record, etc. then they may not have appropriate "read" rights to see the user's information.

Please check the system property for: glide.ui.mentions.check_record_visibility

and the mentioning actually causes an impersonation event to trigger. If your instance is set to now allow that to happen, then the cannot see record will appear.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

View solution in original post

17 REPLIES 17

Musab Rasheed
Tera Sage
Tera Sage

Hi @Linda ,

Is this happening with all users or only with few users.?

Regards

Please hit like and mark my response as correct if that helps
Regards,
Musab

So, it looks to be happening with all users for SCTasks. Someone setup a different notification in our environment for incidents, which is working. It also is working for stories, but not anything related to SCTask.

Hello Linda,

Works fine in my instance, can you check notification , email script 'ng_activity_mention_body' and script include 'ActivityMentionEmailValues' function 'getEmailValues()' and see if something has been added to exclude SC_TASK table.? you can paste screenshots as well. if everything is OOB then just check if there is any query BR on sc_task , if yes disable and test.

Regards

Please hit like and mark my response as correct if that helps
Regards,
Musab

Allen Andreas
Administrator
Administrator

Hi Linda,

Thanks for the mention and I'm glad to see someone has already jumped in to help.

So to clarify, you've reviewed your mention notification and checked the condition field (script and settings) and all that within the "when to send" tab and no issues are there?

Has any mail script been added to the notification? If so, if the mail script is failing or having an issue, it can cause the notification to not send.

So you've impersonated the test user and checked their user preferences to ensure they have notifications active as well as have a channel (email channel) slid on?

find_real_file.png

Have you tested with other users? Can you try with impersonating someone, then mentioning yourself, if all your settings are correct?

You're saying the very same user can be mentioned in an incident, for example, and they get that notification?

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!