Print Topic View/Print Book Previous Page Next Page

Supplier Minimum Requirements


The supplier will need to modify their web site to enable it to send and receive Open Catalog Interface (OCI) requests for Buyer authentication, session initiation, and shopping cart transmission back to the buyer's e-procurement application.

The supplier must be a registered trading partner and be configured within the buying application, see Supplier MarketSite.

The Supplier web site must contain the following elements:

Note: Modification typically requires JAVA and XML programming, and the length of time required is dependant on the web site architecture.

Configuring OCI RoundTrip Information

To configure RoundTrip, you must do the following:

  1. Create roles that allow appropriate users access to the RoundTrip screens. See New Role, and choose the RoundTrip Catalog Access privilege.
  2. Assign the new roles to the appropriate users. RoundTrip privileges include: RoundTrip Privilege, Auction Privilege, and On Demand Privilege. See Roles, give access to the appropriate administrators.
  3. Configure your supplier information to enable RoundTrip. See the following section.

Creating New Suppliers

To create a new supplier:

  1. In the tree menu, select Suppliers | New Supplier.
  2. Enter supplier information into the appropriate fields:

Field
Description
Supplier Name
Name of the supplier.
Address
An address which is already in Administration. For more information, see Setup Addresses.
Ship Method
Default method by which supplier sends products.
Description
Additional supplier information.
Contact
Contact information which is already in Administration. For more information, see Setup Contacts.
Minority
Specifies that the supplier is a minority business.
Small Business
Specifies that the supplier is a small business.
Supplier Type
Single Supplier Catalog Type: Locally hosted (managed) catalog suppliers or RoundTrip suppliers that wish to receive orders for the goods offered on their site. (most suppliers fall into this category).

Multiple Supplier Catalog Type: RoundTrip suppliers that offer goods from a variety of suppliers. For example: eMPC. These suppliers or aggregators (also called intermediaries) do not receive orders. Orders will be sent directly to the supplier of the items.

Auction Supplier Catalog Type: RoundTrip suppliers that offer goods from a variety of suppliers through an auction setting. For example: Commerce One Auctions. These suppliers or aggregators (also called intermediaries) will not receive orders. Orders will be sent directly to the supplier of the items. Very similar to a multiple supplier catalog however, the distinction is made so that Auction suppliers can be differentiated and access to these types limited with the Auction Privilege.
Supports Change Requests
Specifies that the supplier accepts Order Change Requests from the buyer.

  1. Click Save.

Configuring RoundTrip Suppliers

For each supplier:

  1. To access supplier information, you must display the supplier name in the tree menu:
  2. In the tree menu, select Supplier | Supplier Name | Supplier RoundTrip.
  3. In the Supplier RoundTrip screen, enter the following information:

Item
Definition
RoundTrip Name
Name of RoundTrip.
RoundTrip Description
Description for the catalog.
Login ID
The login ID to the supplier web site.
Password
Associated password to Login ID (optionally encrypted, see the Procurement application CryptoUtil).
Confirmation Password
Reenter password. After the first time you create a password the Password field and the Confirmation Password field are replaced by a Set New Password button once the information has been initially saved.
Catalog URL
URL of the RoundTrip Supplier web site.
Catalog Parameters
An optional set of name value pairs (in HTTP GET request format) sent to the catalog upon the start of the RoundTrip session with the catalog provider. An example might be: SERVICE=BigBlueCatalog&CONTRACTID =739028730&COLOR=yellow
Document Protocol
OCI Version 2.0b HTML cart format:
  • Says that the supplier has implemented OCI version 2.0b and will deliver the shopping cart in HTML
OCI Version 2.0b XML cart format:
  • Says that the supplier has implemented OCI version 2.0b and will deliver the shopping cart in XML
OCI Version 2.0c HTML cart format:
  • Says that the supplier has implemented OCI version 2.0b and will deliver the shopping cart in HTML
OCI Version 2.0b XML cart format:
  • Says that the supplier has implemented OCI version 2.0b and will deliver the shopping cart in XML
Support HTTP Post
Specifies if the supplier is capable of receiving the RoundTrip start message via an HTTP POST rather than HTTP GET.

Note: RoundTrip URL, Username, Password, Catalog Parameters, Document Protocol and HTTP Post support will be provided by the supplier.

  1. Click Save.

NOTE: The rest of the supplier information must also be configured. Even though Multiple Supplier Catalog type suppliers will not be filling orders directly, the Supplier MarketSite section must be completed with unique `dummy' information.

A supplier account must also be created and associated with a Catalog View and in turn to an Organization in order for the supplier to appear in the RoundTrip supplier list. See Setup Catalog Views, Edit Account and Add Buyer Accounts in the Setup Catalog Views Help for more information.

Using Application Settings

You can configure some aspects of the RoundTrip process through the Setup Application Settings page. Select Setup | Application Settings and scroll down to find the following:

Item
Default
Description
RTTimeOutDelta
30
The system session timeout extension, in minutes. In other words, how much extra time users are granted before a session times out when a RoundTrip session has been initiated.

Supplier Defaults Table

When performing a RoundTrip with intermediaries, occasionally an item will be returned with the Shopping Cart the supplier of which is not registered with the buying application. In this case, if the user has the On Demand supplier registration privilege, an attempt is made to acquire default supplier information from the marketplace trading partner directory and register that supplier at the buying application. Because the Trading Partner Directory (TPD) does not have the complete set of information required by the Procurement application for supplier registration, some information must be defaulted. These defaults are found in the table, Supplier_Default. This information must be configured in each enterprise database for each Buying organization.

To do this you will need to use your database configuration tools and edit the table, as there is no interface in Administration. The following fields on this table are required (with the default value provided):

Note: Once a supplier is added through this On Demand process, further administration will be required to set the specific buyer and supplier account information prior to order submittal.

Currently the table is shipped with default basic values for EBO 0 and 1; these should be edited to include MarketSiteID, TPID, etc. and then customized for your default value.

New

  1. In the expanded Tree Menu, click Suppliers | Supplier Name | Supplier RoundTrip.
  2. The Advanced Administration Application displays the Supplier RoundTrip Edit form, containing:

  3. Click in each text box, and type the necessary information.
  4. Click in the Document Protocol drop-down menu and select an option.
  5. Click in the Support HTTP Post check box to add or remove a check mark.
  6. Click [Save] to save the entered data and leave the form.

Edit

  1. In the expanded Tree Menu, click Suppliers | Supplier Name | Supplier RoundTrip.
  2. The Advanced Administration Application displays the Supplier RoundTrip Edit form, containing:

  3. Click in each text box, and type the necessary information.
  4. Click [Set New Password] to display a Set New Password form, in which you can enter a new password and confirmation.
  5. Click in the Document Protocol drop-down menu and select an option.
  6. Click in the Support HTTP Post check box to add or remove a check mark.
  7. Click [Save] to save the entered data and leave the form.

Delete

  1. In the expanded Tree Menu, click Suppliers | Supplier Name | Supplier RoundTrip.
  2. The Advanced Administration Application displays the Supplier RoundTrip Edit form.

  3. Click [Delete] to remove the Supplier RoundTrip setup.

Top of Page