FeedPollVote
Tracks user votes on Chatter polls, recording poll responses and selections.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the feed poll vote. | |
| FeedItemId | String | True |
ID of the feed item that the vote is associated with. | |
| ChoiceId | String | True |
ID of the selected poll choice. | |
| CreatedById | String | True |
User.Id |
ID of the user who submitted the vote. |
| CreatedDate | Datetime | True |
Date and time when the vote was created. | |
| LastModifiedDate | Datetime | True |
Date and time when the vote was last modified. | |
| IsDeleted | Boolean | True |
Indicates whether the vote has been deleted. |