Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Track who updates or deletes attachments from ANY table

Rory6
Giga Expert

So our developer went on medical well that puts me in a bind as I have no background in actual coding.  I review a lot of information from the community on attachments but no "step x step".  I wouldn't expect it as everyone seems to be a developer BUT, any chance someone can instruct me through the steps to turn on attachment tracking so, I know who updated/deleted any attachment for any table, or if I need to have a specific table cmdb_ci_appl.

1 ACCEPTED SOLUTION
9 REPLIES 9

Mike Allen
Mega Sage

When an attachment is deleted, there is an event that goes into the Event Log, called attachment.deleted.  In that record, there is a user and sys_id field that will tell you who:

 

find_real_file.png

So, Event Log:

find_real_file.png

Event = attachment.deleted:

find_real_file.png

Other events:

find_real_file.png

Rory6
Giga Expert

Hey Mike,

Thanks.  It makes sense.  Some presumption on my part.

  1. so this type of tracking is always turned on?