how to get the data from sysevent table to my custom table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 08:21 PM
We want get data (insert/update records) from Event(sysevent) table to my custom table.
Created BR on table is 'sysevent' and after insert/update BR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 12:53 AM
Hi @Ramesh_Naidu ,
As you suggested, updated BR but not trigged. (records are not getting from Event table to my custom table).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 02:36 PM
Hi @Suresh_32,
My understanding is that you can't use a BR in the Event [sysevent] table - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0750539
Instead, you can use a Script Action or run a Scheduled job to collect events from the table.
From your script, it appears that you want to collect the login/log out activities.
There is an OOB Indicator for collecting login activities which can be seen in the Security Centre application.
Cheers