Deprecated featureHCL Commerce Enterprise

Enabling and disabling the RFQ trading mechanism

Before you can use the RFQ trading mechanism, the Site Administrator must enable RFQs using SQL scripts.

Procedure

  • To enable RFQs:
    1. Log on to the HCL Commerce database created during installation.
    2. Enable RFQs using the wcs.enable_rfq.sql script for the database you are using with HCL Commerce. For example, if you are using DB2, issue the following command:db2 -tvf wcs.enable_rfq.sql.
    3. Enable RFQ notification messaging.
    4. Changing the frequency with which the scheduler performs commands relating to RFQ.
  • To disable RFQs:
    1. Log on to the HCL Commerce database created during installation.
    2. Disable RFQs using the wcs.disable_rfq.sql script for the database you are using with HCL Commerce. For example, if you are using DB2, issue the following command: db2 -tvf wcs.disable_rfq.sql.