Create store relationships
Create your store relationships in the format of XML files that can be loaded into the database using the loading utilities.
If you use the Store Creation wizard to create stores, or service agreements to create distributor proxy stores many of these store relationships are created for you.
To create store relationship assets:
- Create an XML file that follows the wcs.dtd file. The DTD file is located in the following directory:
- WC_installdir/schema/xml
- WCDE_installdir/xml/sar/
- Use the following example as your guide, define a store entity in your XML file for the
STOREREL table.<storerel store_id="@storeent_id_1" relatedstore_id="@storeent_id_2" streltype="-4" sequence="0" state="1" />
Related concepts
Related tasks
Related reference