Idea Object

This entity represents the key information of an idea, which includes the name, description, category, and other attributes. If a company manufacturers a bike, one of the ideas targeted at improving the bike could be that the bike needs to be more light weight. An idea need not be tied to a specific existing product. Further examples of ideas could be to start selling our bikes in Asia or to come up with a flying bike to avoid traffic problems, etc.

QName: {http://xmlns.oracle.com/apps/scm/customerNeedsManagement/ideas/ideaService/}Idea

Logical Business Objects

  • SCM : Product Requirements and Ideation Management : Idea

Relationships

The following table describes how this service data object is related to other service data objects or business object services.

Relationship Type Object or Service

Contains

Idea Translation

Handled by

Idea Web Service

Attributes

The following table describes attributes in the service data object.

Name Type Description

CreatedBy

string

The name of the user who created the idea object.

CreationDate

{http://xmlns.oracle.com/adf/svc/types/}dateTime-Timestamp

The date the idea object was created.

Description

string

The description of the idea object.

IdeaId

long

The unique identifier from the application for the idea object.
  • Primary Key

IdeaTranslation

Idea Translation

The list of names, dependent on the languages configured for the application, for the idea object.

IdeaType

string

The type of the idea object.

LastUpdateDate

{http://xmlns.oracle.com/adf/svc/types/}dateTime-Timestamp

The date the idea object was last updated.

LastUpdateLogin

string

The login session associated to the user who last updated the idea object.

LastUpdatedBy

string

The name of the user who last updated the idea object.

MyVote

string

The vote that was recorded from the user that connected to the web service. No value means the user did not vote for the idea. A value of Y means the user likes the idea. A value of N means the user dislikes the idea.

Name

string

The name of the idea object.

Status

string

The status of the idea object.

TotalDislikes

int

The total number of people who dislike the idea.

TotalLikes

int

The total number of people who like the idea.