Sysevent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2023 02:19 AM
sysevent table generates event of small local updates like for eg on Incident. changing of state or adding of work notes or additional comment or change of assign to person.
is it correct to have local updates in sysevent table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2023 02:24 AM
this is the table that you would see generated events. if you would like to create an event, you can use sysevent_register table
Thanks
Please mark my answer as Correct / Helpful based on the Impact
Community Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2023 02:54 AM
is it correct to have local updates in sysevent table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2023 01:20 AM
I dont think its a good practise, unless there is issue you want remediate like for example event that hasn't processed for long period
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2023 02:24 AM
Those are probably OOB events which makes it correct behaviour.
You can check the sysevent_register table and see if the event in question has been created by admin, maint or any other servicenow account which would indicate that it's OOB event.
You might want to avoid flooding the event table at some point, but it shouldn't be a major issue even if there's a lot of traffic.