GlideArchiveRecord is not allowed in scoped applications
Hi, I have created an Archive rule for my custom table "x_....." and auto-created "ar_x_.....". I want to trigger the archive with my archive button on the record form. UI Action contains: new GlideArchiveRecord().archive(gr); I have received this ...

