Monday, August 24, 2015
Add prefix to the order number
To add the Prefix in the order number like "<COMPANYCODE><Order Number>"
1. Goto
<ATG PROJECT LOCATION>/Common/config/atg/dynamo/service/idspaces.xml
2. Modify the XML
<?xml version="1.0" encoding="UTF-8"?>
<id-spaces xml-combine="append">
<id-space name="site1" seed="1" batch-size="10000" prefix="SITE-1-" />
<id-space name="site2" seed="1" batch-size="10000" prefix="SITE-2-" />
</id-spaces>
1. Goto
<ATG PROJECT LOCATION>/Common/config/atg/dynamo/service/idspaces.xml
2. Modify the XML
<?xml version="1.0" encoding="UTF-8"?>
<id-spaces xml-combine="append">
<id-space name="site1" seed="1" batch-size="10000" prefix="SITE-1-" />
<id-space name="site2" seed="1" batch-size="10000" prefix="SITE-2-" />
</id-spaces>
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment