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
-
No, there is not - yet.
We are working on this.Birger
-
okay thanks for the update
-
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)
-
P.S. Be careful with this one! It might not transfer everything!
-
P.S. Be careful with this one! It might not transfer everything!
Content aside
- 4 yrs agoLast active
- 5Replies
- 1034Views