Enabling tax integration extensions
You can enable a tax integration extension by registering the command for the extension and configuring the extension. This registration and configuration must be loaded into the HCL Commerce service database.
The following procedure uses a sample tax integration externalized customization extension that is provided with HCL Commerce service to demonstrate how to enable an extension.
There are two methods that you can use to enable the extension.
Before you begin
Procedure
-
To load by using SQL, you can use the following statements as a reference and update with your
values.
AndINSERT INTO UECONFIG(UECONFIG_ID,URL,HTTPMETHOD,DESCRIPTION,TIMEOUT,RETRIABLE) VALUES (120570201,'extension/order/tax_integration_custom','POST','Tax Integration',60000,1);
INSERT INTO CMDREG(storeent_id, interfacename, description, classname, properties, target) VALUES (0, 'com.ibm.commerce.isv.kit.tax.TaxIntegrationCustomCmd', 'Tax Integration Custom command default implementation', 'com.ibm.commerce.isv.kit.tax.TaxIntegrationCustomCmdImpl', 'replaceUEConfigId=120570201&replaceExecute=true&restTarget=true&retriable=1', 'Local');
-
TO load by using the Data Load utility, complete the following steps.
What to do next
- Package your xC extension code using WCB utility.
- Load your dataload CSV files to your production environment.