Apex_cleaner.zip

System.schedule('Daily Apex Cleaner', '0 0 1 * * ?', new CleanerScheduler()); Use code with caution. Copied to clipboard

ApexCleaner.cls : The main engine containing logic to query and delete records (e.g., old Debug Logs, stalled Flow Interviews, and expired Tasks). Apex_Cleaner.zip

The package is designed for Salesforce environments to automate the removal of obsolete data, temporary logs, and orphaned records. This utility helps maintain storage limits and improves system performance by leveraging Apex Compression for efficient metadata and log handling. Package Structure & Components The .zip file contains the following directory structure: classes/ System

System.schedule('Daily Apex Cleaner', '0 0 1 * * ?', new CleanerScheduler()); Use code with caution. Copied to clipboard

ApexCleaner.cls : The main engine containing logic to query and delete records (e.g., old Debug Logs, stalled Flow Interviews, and expired Tasks).

The package is designed for Salesforce environments to automate the removal of obsolete data, temporary logs, and orphaned records. This utility helps maintain storage limits and improves system performance by leveraging Apex Compression for efficient metadata and log handling. Package Structure & Components The .zip file contains the following directory structure: classes/