- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2024 11:36 PM
Hi,
The Assigned To user belongs to four groups, ex: Group1, Group2, Group3, Group4.
For Example:
Assignment Group: Group1
Assigned To: User
Users can able to receive notifications.
IF
Assignment Group is Other than Group1.
Assigned To is User.
The user does not receive a notification.
What is the problem here?
I checked user notification preferences and also checked the user record. I find nothing.
Is that functionality ServiceNow The user belongs to four different groups but receives a notification from one group.
Can anyone point out to me what I am missing here?
How can I fix the issue?
Thanks,
Subash
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2024 11:53 PM
Can you check the below options:
- In case the respective group has an email address defined, you have to tick the checkbox for "Include members". Otherwise, only the group email address will receive the notification.
- Refer this KB article KB0785233
Either set the recipient field in the notification to "Assignment Group" instead of "Assignment Group.group email" so that the email will go out to all the group members in case of empty group email address
or
Set the group record with a group email address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2024 08:16 AM
Hi @subashds6515 ,
Try to add multiple users, trigger the notification, and check email logs. If email is triggered check Email logs and email recipients in the notification. In the next step just add that particular user to the notification and trigger notification again. Better to use an event to trigger the notification, so you can debug the issue in this type of scenario.
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2024 11:21 PM
Hi @Sohithanjan G,
Thanks for the help I found my issue.
The issue was in the [cmn_notif_message] Notification message table one more record for the Primary notification device with an advanced filter condition.
I just removed the Advanced filter condition now the user can able to receive a notification.
can you share any article related to the [cmn_notif_message] Notification message table? I want to know about the complete functionality of the table.
Thanks,
S