IdeaComment

Represents a comment that a user has submitted in response to an idea.

Supported Calls

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

Note

When performing a SOSL search on IdeaComment objects, Idea objects are also searched.

Fields

Field Field Type
CommentBody
Type
textarea
Properties
Create, Filter, Nillable, Sort, Update
Description
Body of the submitted comment.
IdeaId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the idea on which this comment was made.
IsHtml
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
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.
Note
If you import these records, and need to set the value for an audit field, such as CreatedDate, contact salesforce.com. Audit fields are automatically updated during API operations unless you request to set these fields yourself..

Usage

Use this object to track comments on ideas, which are users' text responses to ideas.

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