ChatterActivity
Tracks Chatter engagement, such as posts, comments, and likes, across Salesforce records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the Chatter activity record. | |
| ParentId | String | True |
ID of the user or entity associated with this Chatter activity. | |
| PostCount | Int | True |
Total number of posts made by the user or entity. | |
| CommentCount | Int | True |
Total number of comments made by the user or entity. | |
| CommentReceivedCount | Int | True |
Total number of comments received on the user's or entity's posts. | |
| LikeReceivedCount | Int | True |
Total number of likes received on the user's or entity's posts or comments. | |
| InfluenceRawRank | Int | True |
Numerical ranking that represents the influence level based on Chatter engagement. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the last update to this record. |