Attachment.read how does it work? Tracking attachment downloads

Praharshitha KV
Kilo Contributor

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

1 REPLY 1

Deepak Ingale1
Mega Sage

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