Attachment.read how does it work? Tracking attachment downloads
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2018 02:55 AM
for multiple attachment downloads, servicenow logs attachment.read event to events table. Which business rule triggers this event? Upon checking the event registry, I find SysAttachment as the business rule but couldn't find such a business rule
Thanks for the help
Labels:
- Labels:
-
Content Management
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2018 08:22 PM
Seems like this is hidden code and not exposed. It must be getting triggered via GlideSysAttachment() API from JAVA code not exposed to us.
Note: Please mark reply as correct if it answers your question