InventoryCatalogMap Table
The InventoryCatalogMap table contains information about the mapping between the product catalogs and the inventory catalogs of this site.
The following table describes the columns in the InventoryCatalogMap table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
InventoryCatalogName |
nvarchar(85) |
no |
The name of the inventory catalog. This is a primary key and a foreign key. |
ProductCatalog |
nvarchar(85) |
no |
The name of the product catalog that is mapped to the inventory catalog. This is a primary key. |