Represents a reply that a user has submitted to a question in an answers community.
create(), update(), delete(), query(), retrieve(), getDeleted(), getUpdated(), describeSObjects(), upsert()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| Body | textarea | Create | Body of this reply. |
| DownVotes | int | Filter | The total number of down votes for a reply. |
| Name | string | Filter | When creating a Reply, the Name field is automatically populated with a truncated, plain text version of the Reply Body field. |
| QuestionId | reference | CreateFilter | ID of the Question to which this reply was made. For information on IDs, see ID Field Type. |
| UpVotes | int | Filter | The total number of up votes for a reply. |
| VoteTotal | double | Filter | The total number of all votes for a reply, including up and down votes. |
Use this object to track replies to a specific question. For more information, see “Answers Overview” in the Salesforce.com online help.