You need to sign in to do that
Don't have an account?

How Get The all Documents which are there in Content Tab
HI All,
How to get all the Documents from content tab . Can any body suggest me How to write SOQL Query to get all the Files From Salesforce Content Tab and want to fetch and Create the Docs in .Net
Q : Please suggest me to fetch all the docs from salesforce content tab (SOQL)?
Thanks
Shiva
How to get all the Documents from content tab . Can any body suggest me How to write SOQL Query to get all the Files From Salesforce Content Tab and want to fetch and Create the Docs in .Net
Q : Please suggest me to fetch all the docs from salesforce content tab (SOQL)?
Thanks
Shiva
Shiva - ContentDocument is the name of the Object for the salesforce Content tab. You can write SOQL query to fetch the details
https://www.salesforce.com/developer/docs/api/index_Left.htm#CSHID=sforce_api_objects_contentversion.htm|StartTopic=Content%2Fsforce_api_objects_contentversion.htm|SkinName=webhelp
To know more about the list of fields, check this link -