Hi there,
I have a question. If I delete a Task (or any other record) that contains an attachment, that attachment in the DB still remains "deleted = 0". Then cleanup Job does not delete that file from the CRM upload folder. If change the Attachment manually in the DB from "deleted = 0" to "deleted = 1", then cleanup Job deletes that attachment from the CRM upload folder.
So my question is how to make the attachment in the DB to be "deleted = 1" when I delete an attachment in the UI?
My final goal is to let the cleanup job delete attachments from the CRM upload folder.
I have a question. If I delete a Task (or any other record) that contains an attachment, that attachment in the DB still remains "deleted = 0". Then cleanup Job does not delete that file from the CRM upload folder. If change the Attachment manually in the DB from "deleted = 0" to "deleted = 1", then cleanup Job deletes that attachment from the CRM upload folder.
So my question is how to make the attachment in the DB to be "deleted = 1" when I delete an attachment in the UI?
My final goal is to let the cleanup job delete attachments from the CRM upload folder.
Comment