- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 05:17 AM
Hi All,
I have a notification that supposed to be triggered when an event is being fired.
The event is being fired but the notification not.
Does anyone know why?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 06:07 AM
@Snow Tomcal please change the event queue line to below
you need to send glide record object like below
gs.eventQueue('your_event_name',changes,'sys_id');
Also please send the sys_id of the recipient in the place of sys_id in parm1
Hope this helps
Mark the answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 05:19 AM
Hello @Snow Tomcal ,
please check if your event in event registry and the notification are configured on same table.
Also check if the recipient has Notification enabled in his/her user profile
Hope this helps
Mark the answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 05:24 AM
The event and the notification do have the same table (change_request).
I'm using the 'Event parm 1 contains recipient' that contains a user sys id.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 05:26 AM
@Snow Tomcal can you please send the entire script that you wrote for triggering an event ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 05:33 AM
It's a problem. It's an on-prem environmnet.
I check the 'sysevent' table and it is being fired with the right param.