
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2022 06:25 PM
Is there a table to check the number of downloads of files attached to cases, tasks and knowledge?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2022 06:55 PM
Hi, I don't believe that there is a table dedicated to recording attachment acces,s but you can see an 'attachment.read' record in sysevent log every time an attachment is accessed\downloaded.
'sysevent' is a rotated table and so about 7 days worth of data are accessible via the table and it's rotations,
so depending on your use case\business requirements;
If you wanted to utilize the data for reporting then you would need to consider consuming the attachment.read sysevents to create entries\records in a custom table for reporting or you might be able to create metric entries(metric _instances) to deliver some simple reporting functionality.
- You should be able to consume these events with a script action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2022 06:55 PM
Hi, I don't believe that there is a table dedicated to recording attachment acces,s but you can see an 'attachment.read' record in sysevent log every time an attachment is accessed\downloaded.
'sysevent' is a rotated table and so about 7 days worth of data are accessible via the table and it's rotations,
so depending on your use case\business requirements;
If you wanted to utilize the data for reporting then you would need to consider consuming the attachment.read sysevents to create entries\records in a custom table for reporting or you might be able to create metric entries(metric _instances) to deliver some simple reporting functionality.
- You should be able to consume these events with a script action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2023 02:51 AM
@Tony Chatfield1
Is there a way to differeniate between a downloaded attachment and one viewed using the 'Document Viewer'?
When I check the 'attachment.read' on the events table a record is created when I view or download.
Sorry for highjacking the thread 🙂