ChatterActivity

ChatterActivity represents the number of posts and comments made by a user and the number of comments and likes on posts and comments received by the same user. This object is available in API version 23.0 and later.

Supported Calls

describeSObjects(), query(), retrieve()

Fields

Field Name Details
CommentCount
Type
int
Properties
Filter, Group, Sort
Description
The number of FeedComments made by the ParentId.
CommentReceivedCount
Type
int
Properties
Filter, Group, Sort
Description
The number of FeedComments received by the ParentId.
LikeReceivedCount
Type
int
Properties
Filter, Group, Sort
Description
The number of FeedLikes received by the ParentId.
ParentId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Identifier of the object type to which the ChatterActivity is related. In API version 24.0, the ParentId must be a UserId.
PostCount
Type
int
Properties
Filter, Group, Sort
Description
The number of FeedItems made by the ParentId.

Usage

© Copyright 2000–2012 salesforce.com, inc. All rights reserved.
Various trademarks held by their respective owners.