Reports on the Sys_Email table

Tom Alday
Mega Guru

I'm trying to generate a simple report that just tells me how may emails the system sent out over the last week but I don't seem to be able to select the sys_email table in the Reports module. Is there some other way to query that table for reports?

4 REPLIES 4

Tom Alday
Mega Guru

Ha! Found my own answer: Reporting on System Tables - ServiceNow Wiki



If you must report on a system table, you can add it to the glide.ui.permitted_tables property. Navigate to System Properties > UI Properties and locate the property labeled List of system tables (beginning with "sys_", comma separated), that are reportable. By default, system tables are not reportable. Proceed with caution.


Uncle Rob
Kilo Patron

Careful with that one.   Not sure how big your organization is, but our sends enough email for a report on a week's worth of sys_emails to enter script timer mode.   Are you the only one viewing that report?


Yeah it will just be me. We're sending about 500 emails out daily so I'm thinking it might be best to run this thing in the dead of night on a weekend


500 emails per day isn't so bad.   Run away!