IdeaComment

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

Supported Calls

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

Note

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

Fields

Field Field Type Field Properties Description
CommentBody textarea Create

Filter

Nillable

Update

Body of the submitted comment.
IdeaId reference Create

Filter

ID of the idea on which this comment was made. For information on IDs, see ID Field Type.
IsHTML boolean Defaulted on create

Filter

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.
Note
If you are importing IdeaComment data into Salesforce.com 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. For more information, see System Fields.

Usage

Use this object to track comments on ideas, which are users' text responses to ideas. For more information on ideas, see “Ideas Overview” in the Salesforce.com online help.

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