create(), update(), delete(), query(), retrieve(), getDeleted(), getUpdated(), describeSObjects(), upsert()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| BestReplyId | reference | Filter | 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 | Description of the question. |
| CommunityId | reference | 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 | The date and time the last reply (child Reply object) was posted. |
| LastReplyId | reference | Filter | Read only. The ID of the last reply (child Reply object) posted to the question. |
| NumReplies | int | Filter | The number of replies (child Reply object) that users have submitted for the question. |
| Title | string | Create | The descriptive title of the question. |