- 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 06:11 AM
It Worked!
Thanks 🙂