Apex_cleaner.zip 95%
: Utilizes the Compression namespace (available in Spring '26) to archive data before deletion if backups are required. Deployment Instructions
System.schedule('Daily Apex Cleaner', '0 0 1 * * ?', new CleanerScheduler()); Use code with caution. Copied to clipboard Apex_Cleaner.zip
The manifest file listing all components for deployment via Workbench or SFDX. : Utilizes the Compression namespace (available in Spring