• nwooten
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies

I have a scenario where we are migrating content from one org to another.  The process works great but there are ~200 records where the content is > 50mb in size.  Is the only option to migrate these manually or is there a black tab setting that could be raised for a certain timeframe for us?

 

Thanks...

Greetings, 

 

I've been trying to implement a UI for the Content Packs feature that's available in CRM Content. I know that it's possible to get the ContentVersion objects that have FileType set to PACK and I have that already implemented. 

 

Now I'm having problems with getting the stuff that actually resides in the Content Pack itself. The documentation is very sparse here, if not to say there's not documentation, as Content Packs are mentioned twice, only in context that there's it's not the method to get these. They appear in ContentVersion ("Use the ContentDocument object to retrieve, query, update, and delete the latest version of a document, but not a content pack") and in ContentDocument ("Use this object to retrieve, query, update, and delete the latest version of a document, but not a content pack") and as you can see in the quotations there's nothing helpful there, unfortunately. 

 

So the question is: how, using SOQL, can I access and download files that are located inside a Content Pack?

 

Any help is appreciated!

 

 

I can't seem to find any information about how Content PACKS are dealt with in the API documentation.

 

Does a PACK have any methods or fields for which Content items it contains somewhere?  Or is there a method to download the pack as a unit?

 

From what I can gather packs aren't very usable through the API yet.  Or am I missing something?