Report showing attachments downloaded
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2023 11:26 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2023 11:55 AM
Hello,
Check these out
https://www.servicenow.com/community/now-platform-forum/attachment-downloads-report/m-p/1178079
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2023 12:01 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2023 12:10 PM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2023 12:16 PM
Above should still work. Did you try?