Reply
Regular Contributor
sclose
Posts: 42
0

Reduce Data Storage

Any recomendations on reducing Data Storage in Salesforce?

Super Contributor
Imran Mohammed
Posts: 725
0

Re: Reduce Data Storage

[ Edited ]

You can either take regular backups of the old data that is not in use using Apex Data Loader and delete it or delete the data that is not required to gain back the storage space.

Regards,
- Imran