Reply

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

Supported Calls

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

Fields

Field Details
Body
Type
textarea
Properties
Create, Update
Description
Body of this reply.
DownVotes
Type
int
Properties
Filter, Nillable
Description
The total number of down votes for a reply.
Name
Type
string
Properties
Filter, idLookup
Description
When creating a Reply, the Name field is automatically populated with a truncated, plain text version of the Reply Body field.
NumReportAbuses
Type
int
Properties
Filter, Group, Nillable, Sort
Description
Represents the number of reported abuses on the reply by users.

This field is available in API version 24.0 and later.

QuestionId
Type
reference
Properties
Create, Filter
Description
ID of the Question to which this reply was made.
UpVotes
Type
int
Properties
Filter, Nillable
Description
The total number of up votes for a reply.
VoteTotal
Type
double
Properties
Filter, Nillable
Description
The total number of all votes for a reply, including up and down votes.

Usage

Use this object to track replies to a Question.

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