Audit sys_attachment table

jk061
Kilo Explorer

Hi, is there way to turn-on audit on the sys_attachment table in particular track new attachments. I have enabled audit on this table as well as change system properties as mentioned in the following link, but in vain. However, I do get delete log in the audit table if an attachment is deleted.

Turning on Auditing (History) for a Table - ServiceNow Wiki

Appreciate any Help.

Thanks.

1 ACCEPTED SOLUTION

Hi Juzer, actually the url could be even simpler. You just need the sys_id of the record in the attachment table


/sys_attachment.do?sys_id=cf17426f31580200d898efb70c924169 // change the sys_id to what you need


Thanks,


Berny


View solution in original post

10 REPLIES 10

Hi Juzer, actually the url could be even simpler. You just need the sys_id of the record in the attachment table


/sys_attachment.do?sys_id=cf17426f31580200d898efb70c924169 // change the sys_id to what you need


Thanks,


Berny