No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
RecordDetails Class
Namespace
RecordDetails Methods
The following are methods for RecordDetails. All methods are static.
getRecentRecords(String, String)
API Version
30.0
Requires Chatter
No
Signature
public static ConnectApi.RecordSummaryList getRecentRecords(String communityId, String userId)
Parameters
Return Value
Type: ConnectApi.RecordSummaryList
An object that contains a list of record objects. The records can be of any type in the organization, including custom objects. The record objects are summary objects, not detail objects.
getRecentRecords(String, String, Integer)
API Version
30.0
Requires Chatter
No
Signature
public static ConnectApi.RecordSummaryList getRecentRecords(String communityId, String userId, Integer size)
Parameters
Return Value
Type: ConnectApi.RecordSummaryList
An object that contains a list of record objects. The records can be of any type in the organization, including custom objects. The record objects are summary objects, not detail objects.
getRecordView(String, String)
| Available in: Unlimited, Enterprise, and Developer Editions |
API Version
30.0
Requires Chatter
No
Signature
public static ConnectApi.RecordView getRecordView(String communityId, String recordId)
Parameters
Return Value
Type: ConnectApi.RecordView
A view of any record in the organization, including a custom object record. This object is used if a specialized object, such as User or ChatterGroup, is not available for the record type.
Usage
| Object Type | Available |
|---|---|
| Custom objects | 30.0 |
| Account | 30.0 |
| Campaign | 30.0 |
| Case | 30.0 |
| CollaborationGroup | 30.0 |
| Contact | 30.0 |
| ContentDocument | 30.0 |
| ContentVersion | 30.0 |
| Contract | 30.0 |
| Dashboard | 30.0 |
| Event | 30.0 |
| Lead | 30.0 |
| LiveChatTranscript | 30.0 |
| Opportunity | 30.0 |
| OpportunityLineItem | 30.0 |
| Product | 30.0 |
| ServiceContract | 30.0 |
| Solution | 30.0 |
| Task | 30.0 |
| User | 30.0 |