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.
Determines whether the current pallet of items can be used for a refill transport.
Syntax
public boolean testRefillPallet(
ItemId _itemId,
InventQty _minQty,
InventQty _maxQty)
Run On
ClientOrServer
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID that the refill pallet should contain.
- _minQty
Type: InventQty Extended Data Type
The minimum physical item quantity on the pallet to consider the pallet a refill pallet.
- _maxQty
Type: InventQty Extended Data Type
The maximum physical item quantity on the pallet to be considered valid for a refill transport.
Return Value
Type: boolean
A record in the WMSPallet table; otherwise, an empty record.