Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

PrashantLearnIT
Tera Sage

Events fired related to attachments

Ever needed to know for audit purposes if user has downloaded an attachment? Or user has deleted an attachments? There is OOTB events triggered which can be used. 

 

Event

Description

attachment.read

An attachment has been read or downloaded.

attachment.uploaded

An attachment has been uploaded. If multiple attachments are uploaded to a record at one time, only one event is created.

attachment.deleted

An attachment has been deleted. This event is also triggered when the record containing the attachment is deleted. If a record is deleted that contains multiple attachments, a separate event is triggered for each attachment in the deleted record.

attachment.renamed

An attachment has been renamed.

 

If my content helped you in anyway, please mark this content as BOOKMARK, SUBSCRIBE & HELPFUL

 

Best Regards,

Prashant Kumar (LearnIT)

 

YouTube Channel LearnIT: https://www.youtube.com/@learnitwithprashant

Blog LearnIT: https://medium.com/@LearnITbyPrashant

Prashant Kumar LinkedIn: https://www.linkedin.com/in/learnitbyprashant/

ServiceNow Community Prashant Kumar - https://www.servicenow.com/community/user/viewprofilepage/user-id/19635

 

2 Comments