function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
P00j@P00j@ 

file deletion related to objects?

Can we delete files attached in contact related list, if a field is checked to true i want my file to get deleted in the related list, Is it possible?
Roshan 10Roshan 10
Try querying the Attachment object and use an after update Trigger to delete the attachment records
P00j@P00j@
Are Files and notes&attachment same?
AbhishekAbhishek (Salesforce Developers) 
You can use the data loader to delete the file(ContnetVersion). Follow the given steps in the link below.

https://help.salesforce.com/articleView?id=000205918&type=1


Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.