Tell me more ×
Salesforce Stack Exchange is a question and answer site for Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.

I am loking for info if archived Content counts against storage limitations in Salesforce. Could it be possible that only benefit of archiving Content is having them not displayed in search results and in Library content?

share|improve this question

1 Answer

up vote 13 down vote accepted

Short Answer

Yes it does count!

How did I find out?

I can't find any specific information regarding the storage, but given that the limits are in place to control a multi-tenant system, and that you can retrieve archived content (as per the docs) it would be reasonable to expect that it does count. I just performed a simple test in one of my developer orgs, and uploaded an file to content which was ~1MB, this showed up in the storage usage screen as expected:

Storage after loading content

I then archived this content (note the icon):

Archived content

... but as you can see, it still counts towards my usage:

Archived content still counts!

After deleting the content I'm back to square one (Pawel's comment prompted some more testing here, there's definitely a delay, but archived content does seem to count, whereas content in the recycle bin does not)"

enter image description here

share|improve this answer
Are you sure, that you have to empty recycle bin? There is an info, that "Nothing that is deleted counts against storage": login.salesforce.com/help/doc/en/admin_monitorresources.htm – Pawel Marszalek Aug 9 '12 at 11:30
I did check the storage before and after emptying the recycle bin... either there's a different rule for content or the storage page takes a little while to update. – LaceySnr Aug 9 '12 at 11:41
1  
I've juest received answer from Salesforce.com support and you are right: archived content does count against storage limitations. – Pawel Marszalek Aug 9 '12 at 14:00
Content in Recycle Bin also counts against limitations. Tested it, and it is also confirmed by Salesforce support. Thanks! – Pawel Marszalek Aug 9 '12 at 14:31
That's weird, my storage usage went down when I left it in the recycle bin! I wonder if it doesn't count visibly but does in the background or something weird. – LaceySnr Aug 9 '12 at 23:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.