Question

Represents a question in an answers community that users can view and reply to.
Note
Answers is currently available through a pilot program. For information on enabling the answers feature, contact salesforce.com.

Supported Calls

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

Fields

Field Field Type Field Properties Description
BestReplyId reference Filter

Nillable

Update

The ID of the Reply that has been identified as the best answer to this question. You must use the Salesforce.com user interface to identify the best answer for a question.
Body textarea Create

Nillable

Update

Description of the question.
CommunityId reference

Create

Filter
The Community ID associated with the question. Once you create a question, you cannot change the Community ID associated with that question.
LastReplyDate dateTime Filter

Nillable

The date and time the last reply (child Reply object) was posted.
LastReplyId reference Filter

Nillable

Read only. The ID of the last reply (child Reply object) posted to the question.
NumReplies int Filter

Nillable

The number of replies (child Reply object) that users have submitted for the question.
Title string Create

Filter

Update

The descriptive title of the question.

Usage

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

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