Available only for organizations with the
multicurrency feature enabled. Contains the ISO code for any currency
allowed by the organization.
IsDeleted
Type
boolean
Properties
Defaulted on create, Filter
Description
Indicates whether the object has been moved to the Recycle Bin
(true) or not (false). Label is Deleted.
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 Idea Body may contain HTML. If this value is false, the HTML editor is disabled and
the Idea Body only contains regular text.
IsLocked
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Read only. Indicates whether the idea has been locked because
it was merged with a parent idea (true) or not (false). You can’t
vote for or add comments to a locked idea.
LastCommentDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The date and time the last comment (child IdeaComment object) was added.
LastCommentId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Read only. The ID of the last comment (child IdeaComment object).
NumComments
Type
int
Properties
Filter, Group, Nillable, Sort
Description
The number of comments (child IdeaComment objects) that users have submitted for the given idea.
ParentIdeaId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
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.
Status
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Customizable picklist of values used to specify the status of
an idea.
Title
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
The descriptive title of the idea.
VoteScore
Type
double
Properties
Filter, Nillable, Sort
Description
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
Type
double
Properties
Filter, Nillable, Sort
Description
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.
Usage
Use this object to track ideas, which
are written suggestions on which users can vote and comment.