Legacy platform

View competitor details

Users must be able to view and modify competitor records conveniently.

Solution

The following section describes APIs, user exits, services, and other components.
  • When the user does a competitor search and selects a record, the Manage Competitor screen is displayed. The getCompetitorDetails API is called to retrieve the details.
  • The getCommonCodeList API is called with the CodeType as YCD_COMPETITOR_STS to populate the list of competitor statuses.
The details such as price match percentage, status, web address, and description can be modified. When the user confirms the changes, the manageCompetitor API is called to update the competitor record.

Implementation

The following section describes the rules that you must configure.

Modifying competitor details is a permission-controlled task. For more information about assigning resource permissions to a user group, see the Administering user group permissions.

For more information about the APIs, see the Javadoc.

End-user impact

Users can update the competitor details so that updated competitor information is available while creating a price match record.