: Navigate to Static Resources in Setup and upload the Apex_Cleaner.zip if using it for LWC, or use Deployment Settings for code installation.
JSZip.resource : Used if the cleaner requires client-side zip handling in Lightning Components. Apex_Cleaner.zip
: Run the following in the Developer Console to start the daily cleanup: : Navigate to Static Resources in Setup and
CleanerScheduler.cls : A Schedulable class to automate cleaning on a daily or weekly basis. "Delete logs older than 30 days").
: Utilizes the Compression namespace (available in Spring '26) to archive data before deletion if backups are required. Deployment Instructions
Apex_Cleaner_Setting__mdt : A Custom Metadata Type to store retention periods (e.g., "Delete logs older than 30 days").