Attachment removal not logged in the activity streamIssue When a user removes an attachment from any form record, it is not recorded in the activities stream.CauseThis is an OOB behaviour. The removal of attachment is not audited on the activity stream. As of now there is no OOB way to achieve this.ResolutionAs an alternative, the customer can create a Before Delete Business rule on sys_attachment table, and write a script to update the work notes entry that a file has been deleted. Here is a community article to help on configuring this. Attachment Logging/Auditing - Where did that attachment go?