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.

feedSignal

Attach feed signals, like UpDownVote, UserVerified, and Verified, to a feed post or comment. This object is available in API version 41.0 and later.

Supported Calls

create(), delete(), describeSObjects()

Fields

Field Details
FeedEntityId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort
Description
The ID of the Feed entity.
FeedItemId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort
Description
The ID of the feed post or comment.
Possible values are:
  • FeedItem
  • FeedComment
InsertedById
Type
reference
Properties
Filter, Group, Sort
Description
ID of user who inserted the signal.
This is a relationship field.
Relationship Name
InsertedBy
Relationship Type
Lookup
Refers To
User
SignalType
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort
Description
The type of signal.
Possible values are:
  • UpDownVote
  • UserVerified
  • Verified
SignalValue
Type
int
Properties
Create, Filter, Group, Nillable, Sort
Description
The value of the signal. For example, for UpDownVote, the value specifies whether the signal is an upvote or a downvote.