0

Delete Multiple Attachments?

How is this done? All I can do is delete them one at a time. Super slow.

4 replies

null
    • Mr_K
    • 3 yrs ago
    • Reported - view

    Thanks. Sure hope there's some way to do this in the future, beacuse at this time I'm reluctant to add multiple attachements. The files must be stored somewhere. Anyone know where they are? Maybe I could go to the storage folder and delete them from there. 

    • 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!

Content aside

  • 3 yrs agoLast active
  • 4Replies
  • 885Views