WHSShipmentTable::isAllQtyPicked Method
Determines if all qty is picked on the shipment.
Syntax
client server public static boolean isAllQtyPicked(WHSShipmentId _shipmentId)
Run On
Called
Parameters
- _shipmentId
Type: WHSShipmentId Extended Data Type
The shipment Id of the shipment being evalauted.
Return Value
Type: boolean
true if all qty on the shipment is in a picked status; otherwise, false.