StockingLocationssiteDedicatedLocations
Defines stocking location addresses dedicated to specific customer sites for logistics.
Columns
Name | Type | Description |
StockingLocationsStockLocationId [KEY] | Long | A unique identifier for the stocking location within the service logistics system. This ID links to the primary record in the stocking locations table. |
SiteDedicatedLocId [KEY] | Long | A unique identifier for the site-dedicated location record in the dedicated sites table (RCL_SITE_DEDICATED_LOCATIONS). This attribute is used to track dedicated locations associated with specific sites. |
PartySiteId | Long | A unique identifier for the customer site (HZ_PARTY_SITES) linked to the stocking location. This ID is used to associate stocking locations with customer-specific sites for logistical purposes. |
StockLocationId | Long | A unique identifier for the specific stocking location record in the service logistics stocking-location table (RCL_STOCK_LOCATION). This attribute helps manage individual stocking locations. |
PartySiteNumber | String | A number that uniquely identifies the customer site (HZ_PARTY_SITES) associated with the stocking location. This attribute provides a way to reference the customer site within the stocking locations table. |
Finder | String | The name of the finder used to retrieve data from the stocking location's table, enabling efficient lookups and queries related to site-dedicated stocking locations. |