Reply

Represents a reply that a user has submitted to a question in an answers community.

Supported Calls

create(), update(), delete(), query(), retrieve(), getDeleted(), getUpdated(), describeSObjects(), upsert()

Fields

Field Field Type Field Properties Description
Body textarea Create

Update

Body of this reply.
DownVotes int Filter

Nillable

The total number of down votes for a reply.
Name string Filter

idLookup

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

Nillable

The total number of up votes for a reply.
VoteTotal double Filter

Nillable

The total number of all votes for a reply, including up and down votes.

Usage

Use this object to track replies to a specific question. For more information, see “Answers Overview” in the Salesforce.com online help.

© Copyright 2000-2010 salesforce.com, inc. All rights reserved.
Various trademarks held by their respective owners.