Search for competitor records
The user must be able to search competitor records that exist in the system.
Solution
The following section describes APIs, user exits, services, and other components.
A user can
search for competitor records from the home page by using the Competitor
Search related task. When theCompetitor Search screen
loads, the following API are called to display the search criteria:
When the user does a search for competitors, the - Enterprise: Only if the user has access to multiple enterprises,
the Organization list is displayed. Otherwise, the user can search
the competitor records created for the default enterprise. The
getOrganizationList
API is called to populate the list of enterprises that the user can select to search a competitor record. - Status: The
getCommonCodeList
API is called with theCodeType
asYCD_COMPETITOR_STS
to populate the competitor statuses.
getCompetitorList
API
is called to display the list of competitors records that match the
search criteria.Implementation
The following section describes the rules that you must configure.
For more information about the APIs, refer to Javadoc.End-user impact
The user can view or modify a competitor record as required and apply the changes.