0

Bulk Deletion of Attachments

Is there an easy way to bulk delete attachments from records, when the attachment is in a custom image field I can just use 'Update multiple Records'. But obviously the attachment Tab doesn't appear in this section

5 replies

null
    • Birger_H
    • 4 yrs ago
    • Reported - view

    No, there is not - yet.
    We are working on this.

    Birger

    • Richard_Bramall
    • 4 yrs ago
    • Reported - view

    okay thanks for the update

    • Ninox
    • Bilguun_Gantulga
    • 3 yrs ago
    • Reported - view

    Hello Guys I found an alternative for this problem.

    You have to duplicate the current record, which will transfer all the data except the attachments and image fields.

    After that you have to delete your original record;

    For instance your button code will look like:

    let new := duplicate (this);

    delete this;

    openRecord(new) 

    • Ninox
    • Bilguun_Gantulga
    • 3 yrs ago
    • Reported - view

    P.S. Be careful with this one! It might not transfer everything!

    • Ninox
    • Bilguun_Gantulga
    • 3 yrs ago
    • Reported - view

    P.S. Be careful with this one! It might not transfer everything!

Content aside

  • 3 yrs agoLast active
  • 5Replies
  • 1023Views