Report showing attachments downloaded

MStritt
Tera Guru

I'm looking to create a report that shows what attachments were downloaded from Cases from the Customer Portal. The specific file name, who downloaded it, when downloaded, etc.

5 REPLIES 5

Jaspal Singh
Mega Patron
Mega Patron

Hi,

Anything downloaded from ServiceNow is track & you can follow below.

Look for Event logs, sysevent table. 

The event name is attachment.read

Param1 will tell you the file name and filter Param2 to sys_poll. 

 Created will store time & Created by the user_name who downloaded.

 

JaspalSingh_0-1698433284415.png

 

 

Thanks Jaspal. This looks like it's giving me anyone internal to ServiceNow (agent account) that's downloaded an attachment from any type of record (Case, Story, etc.). Is it possible to report on anyone externally (Support Portal) that has downloaded an attachment that was attached to a Case?

Above should still work. Did you try?