Storage limit exceeded Post author:Swapnil 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 HCL – Salesforce Developer Interview Questions November 7, 2024 Retrieve Custom/Standard objects with package.xml November 11, 2024 Top 10 companies who uses Salesforce CRM | World’s No #1 CRM March 25, 2022 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.