FeedPollChoice
Stores poll choices created in Chatter posts, allowing users to vote on different options.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the feed poll choice. | |
| FeedItemId | String | True |
ID of the feed item that the poll choice belongs to. | |
| Position | Int | True |
Order of the poll choice in the list of available options. | |
| ChoiceBody | String | True |
Text of the poll choice displayed to users. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the poll choice. |
| CreatedDate | Datetime | True |
Date and time when the poll choice was created. | |
| IsDeleted | Boolean | True |
Indicates whether the poll choice has been deleted. |