Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

FeedPollChoice

Shows the choices for a poll posted in the feed. This object is available in API version 29.0 and later.

Supported Calls

describeSObjects(), query(), retrieve()

Special Access Rules

To delete feed items they didn’t create, users must have one of these permissions:
  • Modify All Data
  • Modify All Records on the parent object, for example on Account for a poll on an AccountFeed
  • Moderate Chatter

    Users with the Moderate Chatter permission can delete only the feed items and comments they can see.

    Note

    Only users with this permission can delete items in unlisted groups.

Fields

Field Name Details
ChoiceBody
Type
textarea
Properties
Group
Description
A choice in the poll.
FeedItemId
Type
reference
Properties
Filter, Group, Sort
Description
ID of the feed item for the poll.
Position
Type
int
Properties
Group, Sort
Description
Shows the position of the poll choice.

Usage

Use this object to query all of the choices associated with a particular poll. To view how people voted on the poll, see the FeedPollVote object.