- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 04:56 AM
We have a notification which is triggered by an event and in business rule we have mentioned user email so that he can receive notification but wrong user was receiving notification.
Can any one help me with this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 02:26 AM
Hi,
Issue resolved
It was due to email address given in "cmn_notif_device" table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 05:29 AM
Hi, can you check the notification script? Is ''cc" field present in the script?
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 05:42 AM
We dont have notification script for this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 05:35 AM
Can you add the event call here and the settings on your notification?
There really shouldn't be any issues. For example if we look Servicenow docs, they provide this example:
gs.eventQueue('request.commented', current, gs.getUserID(), gs.getUserName());
Now, if you have a notification for said event and the notification has either "Event parm 1 contains recipient" or "Event parm 2 contains recipient" checked, then it should send it to the recipient as long as correct email address/user is on the correct parameter.
When you trigger the event you can check the sysevent table to see what it contained.
If Parm1 or Parm2 fields contain incorrect recipient, then your script has some kind of issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2022 05:41 AM
@shiva9 Can you post the screen shots of script here?
ServiceNow Community Rising Star, Class of 2023