0
Delete Multiple Attachments?
How is this done? All I can do is delete them one at a time. Super slow.
4 replies
-
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.
-
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!
Content aside
- 4 yrs agoLast active
- 4Replies
- 895Views