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 if any pack lines for the shipment have not yet been packed.
Syntax
client server public static boolean hasUnPackedLineForShipment(WHSTmpPackingLine _tmpPackingLine, WHSShipmentId _shipmentId)
Run On
Called
Parameters
- _tmpPackingLine
Type: WHSTmpPackingLine Table
The table buffer of the temp table.
- _shipmentId
Type: WHSShipmentId Extended Data Type
The shipment Id to filter by.
Return Value
Type: boolean
true if some lines have not been fully packed for the shipment; otherwise, false.