Idea Translation

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/}IdeaTranslation

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

Contained by

Idea Object

Handled by

Idea Web Service

Attributes

The following table describes attributes in the service data object.

Name Type Description

Description

string

The description for the current record.

IdeaId

long

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

Language

string

The language for the current record.
  • Primary Key

Name

string

The name for the current record.

SourceLang

string

SourceLang is used to indicate the language in which the record is actually translated. For example, we may have a record for language = 'US' but containing attributes in French. In that case language attribute is set to 'US' and source_lang attribute is set to 'F'. If the record is translated on the current language, then Language attribute equals SourceLang attribute.