Skip to main content

Spring '19: Increased storage limits could save you money

We know about the Salesforce release schedule... updates come out three times each year and are automatically applied to their multi-tenant environment. And for those of us trying to keep up, each release comes with literally hundreds of pages of release notes and, hopefully, at least a couple of features that we're genuinely excited to share with our users.

The Spring '19 release includes a change that *could* lower the total cost of your subscription!

Storage in Salesforce comes in two flavors, data storage and file storage. I'm focused here on data storage, because 
  • that's where I've seen orgs push (or exceed) the standard limits
  • the standard data storage limits are changing 
  • additional data storage on the platform is EXPENSIVE! One additional GB of data storage can run $3,000 per year! I worked with one small org whose incremental storage charges were a pretty hefty percent of their base license costs! (Archived Tasks were the culprit, but that's for another post.)
Let's back up... data storage is comprised of everything except your files, documents, knowledge articles and such. So all your leads, contacts, accounts, opportunities, etc, go into your data storage. And the standard allotment of data storage has not been all that generous. Until now, you got the greater of 20 MB per standard-license user or 1 GB. So an org with 100 users gets 2 GB (100 * 20 MB); an org with 50 users (or less) gets 1 GB. Over time, if you don't purge data, you can hit these limits pretty easily.

Your Salesforce admin can check how much storage you have, how much you're using and what objects are consuming storage. From Setup, search for Storage Usage. (Note that the Limit shown includes any additional storage you're paying for.)

If your Percent Used is relatively low (less than 60% or so), you probably haven't been paying for additional storage. If it's pretty high, you probably want to check. Again, your admin can go to Setup and use Checkout to see your Installed Products. If those products include Data Storage, then you're paying for more than the standard amounts. How much storage are you buying, and how much are you paying?

The amount of data storage you're buying is on that Installed Products page within Checkout. Check the Product and the Quantity. If I see 'Data Storage (500 MB)' and a quantity of 3, I'm paying for an additional 1.5 GB. How much am I paying? Click on the associated order (there could be multiple Data Storage entries in your list of Installed Products; you'd repeat these steps for each and add the results). On the order, again look for the Data Storage entry. Multiply the quantity by the monthly price. That's your additional monthly storage charge. Three units at $125 per month each has me paying $375 per month, $4500 per year!

So what's changing? Starting in March (so a little after the Spring '19 rollout scheduled for early February), orgs' standard data storage is increasing from 1 GB to 10 GB! If you have 5,000+ users, you already have 10 GB or more. But that's not most of us ;) If you have fewer than 5,000 users and you're paying for storage, then once these changes take effect, you should check those limits and dial back your additional storage. In the example mentioned above, my standard 1 GB will become 10 GB, WAY above the 2.5 GB I had.

So I'll cancel that additional storage once I see my storage limit bumped! If I can't cancel immediately, then at least at the next renewal. And if I'm renewing right now, I'll see about changing the term of that storage product so that I only pay for it until this change takes effect.

You'll have to consider what storage you're using and what your new limits will be. But I expect most orgs paying for additional data storage will be able to reduce, if not eliminate, that surcharge.

Safe Harbor: the change described and the timing are per the Spring 19 Release Notes. And, as Salesforce continually reminds us, we should make buying decisions based on features that are currently available.

Comments

Popular posts from this blog

Salesforce Pipeline Reporting - part 1 of 3

In a dozen (plus) years working with Salesforce, I've never been entirely happy with the built in reporting of my opportunity pipeline. I can export details, or a printed (formatted) view, but I lose the interactivity. I can use a dashboard, which is better now in Lightning in that I can see a lot more fields in a table component. But flexible views require filtered dashboards, and just maintaining the filter values (if they go down to a rep level) can be onerous. Plus applying (or removing) a filter tests my (very limited) patience. So I've typically exported the report details into Excel, and there created a workbook that includes (1) summary info, (2) scrollable deal lists with hyperlinks back to the opportunity records in Salesforce and (3) filters that let me instantly switch views, say among teams, reps, opportunity types, or fiscal periods. My process around this involved LOTS of VBA and LOTS of formulas. Lately, I've (finally) gotten turned on to slicers in Exc...

Using Excel with Salesforce: One tool, two tips

Obviously, Salesforce has strong built-in reporting tools. And I'm a big fan of the dashboards, especially filtered dashboards and dynamic dashboards. WAY better than the old approach of creating a unique set of reports and a corresponding dashboard for every conceivable view. Still, I often want to pull my Salesforce data into Excel. This might be for further manipulation / processing, aggregating data that doesn't live in Salesforce, or distribution to non-Salesforce users (hey, those licenses are expensive!). Reporting Tool - XL-Connector: I'm using a new (to me) tool when I have to repeatedly pull Salesforce data into Excel: XL-Connector  (fka Enabler 4 Excel) from Xappex. There's a lot you can do with XL-Connector. My primary use is just to extract data from Salesforce, and this can be done in two ways: reports or SOQL queries. The great part is that once you've captured data into an Excel file, refreshing the data is trivial. I've stored my credential...

Salesforce reporting: XL-Connector and VBA

In an earlier post , I mentioned a tool I'm using to import Salesforce data - via SOQL or existing reports - into Excel. This post is more about using that tool, XL-Connector from Xappex . Here, I'll walk through the (simple) process of importing and refreshing a report, and I'll provide a simple VBA macro to automate the refresh. In a future post, I'll expand on that macro to show a friendly view of my opportunity pipeline and a single-page view of how each of my sales reps are doing against a series of KPIs. Importing a report is simple enough. From the XL-Connector tab, select Log In and enter your credentials. I'm using the old id and password (as opposed to SSO), so I provide that along with my 'token'.  (Don't remember your token? Log in to Salesforce via your browser, click on your photo, select Settings, then 'reset my security token'.) Once you're logged in the lock turns green. Back in Excel, on the XL-Connector tab, select ...