Take the 2-minute tour ×
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.

When we post a Comment on Salesforce CRM Content, where does the comments go? I want to fetch them via SOQL query, which object do they get saved in?

share|improve this question
    
I tried looking for any standard object still couldn't find where the "Comments" are stored for a Content document record. –  VarunC May 22 '13 at 18:25

1 Answer 1

Try FeedComment and filter with RelatedRecordId as the ContentVersionId and the CommentType = 'ContentComment'.

ContentDocumentFeed may also be useful.

share|improve this answer
    
No. Couldn't find the Comments in FeedComment object or ContentDocumentFeed object. –  VarunC May 23 '13 at 19:45

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.