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 based on the parameters.
Syntax
public void initFromParameters(
WMSLocation _wmsLocation,
WMSPalletCount _currentPalletCountAdjusted,
WMSPalletCount _reservedPalletCountAdjusted,
WMSWeight _currentWeightAdjusted,
WMSWeight _reservedWeightAdjusted,
WMSVolume _currentVolumeAdjusted,
WMSVolume _reservedVolumeAdjusted)
Run On
ClientOrServer
Parameters
- _wmsLocation
Type: WMSLocation Table
The WMSLocation location for which the adjustments are made.
- _currentPalletCountAdjusted
Type: WMSPalletCount Extended Data Type
The adjustment to the current pallet count.
- _reservedPalletCountAdjusted
Type: WMSPalletCount Extended Data Type
The adjustment to the reserved pallet count.
- _currentWeightAdjusted
Type: WMSWeight Extended Data Type
The adjustment to the current weight.
- _reservedWeightAdjusted
Type: WMSWeight Extended Data Type
The adjustment to the reserved weight.
- _currentVolumeAdjusted
Type: WMSVolume Extended Data Type
The adjustment to the current volume.
- _reservedVolumeAdjusted
Type: WMSVolume Extended Data Type
The adjustment to the reserved volume.