No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
CombinedAttachment
This read-only object contains all notes, attachments, Google Docs, documents uploaded to libraries in Salesforce CRM Content, and files added to Chatter that are associated with a record.
Supported Calls
describeSObjects()
Fields
| Field Name | Details |
|---|---|
| ContentSize |
|
| FileType |
|
| ParentId |
|
| RecordType |
|
| Title |
|
Usage
Use this object to list all notes, attachments, documents uploaded to libraries in Salesforce CRM Content, and files added to Chatter for a record, such as a related list on a detail page.
To determine if an object supports the CombinedAttachment object, call describeSObject() on the object. For example, describeSObject('Account') returns all the child relationships of the Account object, including CombinedAttachment. You can then query the CombinedAttachment child relationship.
1swfobject.registerObject("clippy.codeblock-0", "9");SELECT Name, (SELECT Title FROM CombinedAttachments)
2FROM AccountYou can’t directly query CombinedAttachment.