Commerce
ExportBCLocations
Represents an export mapping from locations in the external store to a location/warehouse in the ERP.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
BCLocationsID | int | - | ||
Description:The identity of this record. | ||||
BindingID | int | Store | BCBinding | |
Description:Represents a store to which the entity belongs. The property is a key field. | ||||
ExternalLocationID | nvarchar(20) | External Location ID | - | |
Description:The external ID of the external location. | ||||
LocationID | int | Location ID | INLocation | |
Description:The ID of the location the external location is mapped to. | ||||
MappingDirection | nvarchar(1) | Mapping Direction | - | |
Description:The direction of the mapping, defaulting to export. | ||||
SiteID | int | Warehouse | INSite | |
Description:The ID of the warehouse the external location is mapped to. | ||||