Why is a table associated with an Event Registry record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2017 09:57 AM
To send notifications developers us gs.eventQueue(string, object, string, string, string) where object is a GlideRecord. That object is then passed through the event to the Notification record.
Why does there exist on the Event Registry a table associated with the event itself, or is it not needed?
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2017 10:01 AM
Good question William. While I don't know the legacy reason why, it can infer that it is to filter and direct the events to the event management engine to make it run more efficiently.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2017 10:29 AM
As far as I know from the notification perspective the table name and GlideRecord should be the same table.