You need to sign in to do that
Don't have an account?
gtuerk
Content API - Associate uploaded content to a Context Object
I'm having some difficulty finding the API capability that allows me to associate uploaded Content (inserted into ContentVersion) with any Custom Object without using the front end. What object(s) store the relationship from any object to associated 'RelatedContent'?
All Answers
This is a fundamental limitation within Salesforce Content, and proves that the original Koral design has not been properly integrated with the rest of the Salesforce application. We have built our own .NET tool to upload a document into Content via Word, but again this only works if you create a custom relationship with the Content object; it doesn't work with the native "Related Content" functionality. Sort it out, Salesforce.
Here's a way to do it natively - without a .net app. let me know what you think of the solution
g
Upload Content Programmatically
You mean there's no way to programmatically create a "Related Content" record?
http://stackoverflow.com/questions/11395148/related-content-stored-in-which-object-how-to-create-related-content-recor
OR
http://boards.developerforce.com/t5/Apex-Code-Development/quot-Related-Content-quot-stored-in-which-object-How-to-create/m-p/468095
Shall we attach content version files to related content.
Please someone help me.