No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Vote
Supported Calls
create(), delete(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()
Fields
| Field | Details |
|---|---|
| IsDeleted |
|
| ParentId |
|
| Type |
|
Usage
In version 12.0 and later, use this object to track the votes that users made on ideas. For more information on ideas, see “Ideas Overview” in the Salesforce online help.
In version 17.0 and later, use this object to track the votes users made on replies. For more information, see “Answers Overview” in the Salesforce online help.
In version 17.0 and later, you must filter using the following syntax when querying this object in a SOQL query: ParentId = single ID, Parent.Type = single Type, Id = single ID, or Id IN (list of IDs). See Comparison Operators in the Salesforce SOQL and SOSL Reference Guide for a sample query.
A SOQL query must filter using one of the following Parent or Id clauses.
- ParentId = [single ID]
- Parent.Type = [single type]
- Id = [single ID]
- Id IN = [list of IDs]