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.
Verifies if the pallet is in a state where items can be physically added to the pallet.
Syntax
public boolean canItemsBeAdded(InventLocationId _inventLocationId, WMSLocationId _wmsLocationId)
Run On
Called
Parameters
- _inventLocationId
Type: InventLocationId Extended Data Type
The warehouse where items are being added.
- _wmsLocationId
Type: WMSLocationId Extended Data Type
The location where items are being added.
Return Value
Type: boolean
true if items can be added; otherwise, false.