IdeasIdeaVote
The Idea Votes resource manages the votes for an idea. The values are Like or Dislike.
Columns
Name | Type | Description |
IdeasIdeaId [KEY] | Long | IdeasIdeaId of IdeasIdeaVote |
CreatedBy | String | CreatedBy of IdeasIdeaVote |
CreationDate | Datetime | CreationDate of IdeasIdeaVote |
IdeaId | Long | Value that uniquely identifies the idea. |
IdeaName | String | IdeaName of IdeasIdeaVote |
IdeaVoteId [KEY] | Long | Value that uniquely identifies the vote. |
LastUpdateDate | Datetime | LastUpdateDate of IdeasIdeaVote |
LastUpdatedBy | String | LastUpdatedBy of IdeasIdeaVote |
ObjectVersionNumber | Int | Number that identifies the version of the vote in the database. |
UserName | String | Login that the user used when adding the vote. |
Vote | String | Value that indicates whether the user liked the idea or not. |
Finder | String | Finder of IdeasIdeaVote |