Storage limit exceeded Post author:Swapnil Jaiswal Post published:November 10, 2024 Post category:Blog / Salesforce Post comments:0 Comments Resolve: Storage limit exceeded If receiving storage limit exceeded messages in production, you have to contact Sales.Using Developer Console Execute following code to fix this error:Note: Do not run this code snippet in Production/AT/QA Environments. Solution 1: List<ltnadptn__Lightning_Adoption_Report_Snapshot__c> lst = [SELECT Id FROM ltnadptn__Lightning_Adoption_Report_Snapshot__c]; delete lst; Solution 2 Database.delete([SELECT Id from ContentDocument], false); Other Solutions 1 : Delete Test Records2: Delete Non Required Asset Files3 : Contact SF Sales to increase storage. Looking for Job Change? Find company wise Interview Questions Here: TCS Salesforce Deloitte KPMG L & T Infosys Lirik Capgemini TechAim Bajaj Finance EY Logixal Hexaware Tech Workday Apisero Explore All You Might Also Like TypeError: Cannot set properties of undefined (setting ‘nodeValue’) in LWC February 11, 2022 How to sort array of object alphabetically in lwc salesforce. January 21, 2022 Kcloud – Salesforce Developer Interview Questions December 18, 2024 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.