Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes this buffer with adjustments to the current and reserved load.
Syntax
public void initReservedToCurrentAdjustment(
WMSLocation _wmsLocation,
WMSPalletCount _currentPalletCountAdjusted,
WMSWeight _currentWeightAdjusted,
WMSVolume _currentVolumeAdjusted)
Run On
ClientOrServer
Parameters
- _wmsLocation
Type: WMSLocation Table
The WMSLocation location for which the adjustments are made.
- _currentPalletCountAdjusted
Type: WMSPalletCount Extended Data Type
An adjustment to the current pallet count.
- _currentWeightAdjusted
Type: WMSWeight Extended Data Type
An adjustment to the current weight.
- _currentVolumeAdjusted
Type: WMSVolume Extended Data Type
An adjustment to the current volume.
Remarks
The reserved load is adjusted with the opposite of the adjustment to the current load.