Represents a comment that a user has submitted in response to an idea.
create(), update(), delete(), query(), search(), retrieve(), getDeleted(), getUpdated(), describeLayout(), describeSObjects(), upsert()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| CommentBody | textarea | Create | Body of the submitted comment. |
| IdeaId | reference | Create | ID of the idea on which this comment was made. For information on IDs, see ID Field Type. |
| IsHTML | boolean | Defaulted on create | Read-only. If this value is true, your organization has the Salesforce CRM Ideas HTML editor enabled, and the CommentBody field may contain HTML. If this value is false, the HTML editor is disabled and the CommentBody field only contains regular text. For information on enabling the HTML editor, search for “HTML Editor” in the Salesforce.com online help. |