Represents an idea on which users are allowed to comment and vote, for example, a suggestion for an enhancement to an existing product or process.
create(), update(), delete(), query(), search(), retrieve(), getDeleted(), getUpdated(), describeLayout(), describeSObjects(), upsert()
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| Body | textarea | Create | Description of the Idea. |
| Categories | multipicklist | Create | Customizable multi-select picklist used to organize Ideas into logical groupings. |
| Category | picklist | Create | Customizable picklist of values used to organize Ideas into logical groupings. |
| CommunityId | reference | Filter | The Community ID associated with the Idea. Once you create an Idea, you cannot change the Community ID associated with that Idea. |
| IsDeleted | boolean | Defaulted on create |
Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Deleting an idea also deletes its child objects IdeaComment and Vote. |
| IsHTML | boolean | Defaulted on create | Read-only. If this value is true, your organization has the Salesforce CRM Ideas HTML editor enabled, and the Idea Body may contain HTML. If this value is false, the HTML editor is disabled and the Idea Body only contains regular text. For information on enabling the HTML editor, search for “HTML Editor” in the Salesforce.com online help. |
| IsLocked | boolean | Filter | Read only. Indicates whether the idea has been locked because it was merged with a parent idea (true) or not (false). You cannot vote for or add comments to a locked idea. |
| LastCommentDate | dateTime | Filter | The date and time the last comment (child IdeaComment object) was added. |
| LastCommentId | reference | Filter | Read only. The ID of the last comment (child IdeaComment object). |
| NumComments | int | Filter | The number of comments (child IdeaComment objects) that users have submitted for the given idea. |
| ParentIdeaID | reference | Nillable | The ID associated with this idea's parent idea. When multiple ideas are merged together, one idea becomes the parent (master) of the other ideas. The ParentIdeaID is automatically set when you merge ideas in Salesforce.com. |
| Status | picklist | Create | Customizable picklist of values used to specify the status of an idea. |
| Title | string | Create | The descriptive title of the idea. |
| VoteScore | double | Filter | The internal score of the Idea, used to sort Ideas on the Popular tab in the application user interface. The internal algorithm that determines the score gives older votes less weight than newer votes, simulating exponential decay. The score itself does not display in the application user interface. |
| VoteTotal | double | Filter | An Idea's total number of points. Each vote a user makes is worth ten points, therefore the value of this field is ten times the number of votes an idea has received. |