ChatterActivity
Tracks Chatter engagement, such as posts, comments, and likes, across Salesforce records.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the Chatter activity record. | |
| ParentId | String |
User.Id | ID of the user or entity associated with this Chatter activity. |
| PostCount | Int | Total number of posts made by the user or entity. | |
| CommentCount | Int | Total number of comments made by the user or entity. | |
| CommentReceivedCount | Int | Total number of comments received on the user's or entity's posts. | |
| LikeReceivedCount | Int | Total number of likes received on the user's or entity's posts or comments. | |
| InfluenceRawRank | Int | Numerical ranking that represents the influence level based on Chatter engagement. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | System-generated timestamp indicating the last update to this record. |