Schedule an export without using the MID server

Community Alums
Not applicable

Is it possible to schedule an export of a table without going through the MID server?
I would like to set up the export file to be sent to my email address.

1 ACCEPTED SOLUTION

sysevent table is a system table with many records. ServiceNow by default does not allow creating reports on system table because it may cause performance degradation.

Create a new table and populate is periodically from sysevent table with required data and use that new table in export.

View solution in original post

4 REPLIES 4

Anshu_Anand_
Kilo Sage
Kilo Sage

There are many ways but simple is

create a list report and schedule export if you want on a regular basis.

You will receive the report in whatever format you want to your mail

find_real_file.png

 

If its helpful, please mark answer as correct

Regards,
Anshu

Hitoshi Ozawa
Giga Sage
Giga Sage

Hi Nick

Email doesn't require MID server.

Can schedule to send a report or create an email notification. If it's periodic, email template can be create to use in the email notification.

https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/notification/task/t_Cre...

Community Alums
Not applicable

Hi Hitoshi

We would like to periodically export the sysevent table for auditing purposes.
How do we attach the export file to an email with the notification setup?

sysevent table is a system table with many records. ServiceNow by default does not allow creating reports on system table because it may cause performance degradation.

Create a new table and populate is periodically from sysevent table with required data and use that new table in export.