For the complete documentation index, see llms.txt. This page is also available as Markdown.

Salesforce Storage Limit exceeded. What should I do?

If you have received an alert from Salesforce that your storage limits have been exceeded, don't panic! Because SharinPix stores your actual photos outside of Salesforce, resolving this issue is usually a straightforward process of managing metadata records or generated files.

This guide will help you identify the root cause and safely free up space in your org.

1. How does SharinPix handle storage?

To troubleshoot storage issues, it is important to understand the two different types of storage in Salesforce:

  • File Storage: This accounts for physical documents, attachments, and files. SharinPix does not use Salesforce File Storage for your photos. All images uploaded via SharinPix are stored securely on our AWS servers, giving you unlimited storage for the pictures themselves.

  • Data Storage: This accounts for standard and custom Salesforce records (metadata, text, relationships). SharinPix uses Data Storage when it creates records to represent your images or form answers within Salesforce.

2. Identifying Which Storage is Full

Before taking action, you must determine whether Data Storage or File Storage is causing the overage.

How to check:

  1. In Salesforce, go to Setup.

  2. Search for and click on Storage Usage.

  3. Review the breakdown to determine whether the issue falls under Data Storage (Records) or File Storage (Files/Content Documents). Look specifically for SharinPix-related objects that take up a high percentage of space.

3. If Data Storage (Records) is Exceeded

If your Data Storage is full, it is likely due to the accumulation of SharinPix custom records over time.

Cause A: SharinPix Image Records

When Image Sync is enabled, SharinPix generates one SharinPix Image Salesforce record for every file uploaded. This object stores metadata (URL, filename, associated record) so you can use the images in Salesforce automations, reports, or document generation.

  • The Solution: You can safely bulk delete old SharinPix Image records (e.g., via SOQL query or Data Loader) for closed Opportunities, old Work Orders, etc.

  • Will deleting these records delete the photos? No. Deleting the SharinPix Image record does not delete the original photo from AWS. Users will still see all photos normally in the SharinPix Album component.

What if I need the Image records back later? As long as the original file exists on AWS, SharinPix Image records can be recreated at any time:

Cause B: SharinPix Form Feature Records

If your organization uses SharinPix Forms, you may have a high volume of Form Response and Form Answers records. Every time a form is completed, these records are generated to capture the input data.

  • The Solution: Similar to Image records, evaluate your data retention policy. You can export and archive older Form Response and Form Answers records to free up Salesforce Data Storage.

4. If File Storage (Files/Documents) is Exceeded

If your File Storage is full, it is not due to the photos themselves, but rather to files generated and explicitly saved in Salesforce.

Cause: Generated PDFs & Content Documents

If your org uses SharinPix to generate PDFs (such as inspection reports, summaries, or customer-facing documents) and you have configured the system to save these PDFs as standard Salesforce Files/Content Documents, this can quickly consume File Storage.

  • The Solution: If you still need access to these generated documents, you can upload the PDFs directly into SharinPix. Once uploaded, users can view them seamlessly through standard SharinPix components. Because the PDFs are now safely stored in SharinPix's unlimited AWS storage, you can safely delete the original Content Documents from Salesforce to recover your File Storage space.

Last updated

Was this helpful?