WHSWaveTable::assignOrCreateWave Method
Assign the shipment to a new or existing wave based on the wave template setup.
Syntax
client server public static WHSWaveTable assignOrCreateWave(
[WHSShipmentTable _shipmentTable,
WHSPool _pool,
Set _waveSet])
Run On
Called
Parameters
- _shipmentTable
Type: WHSShipmentTable Table
Shipment to assign to a wave.
- _pool
Type: WHSPool Class
KanbanPickingList or ProdBOM pool to assign to a wave
- _waveSet
Type: Set Class
Previously created waves.
Return Value
Type: WHSWaveTable Table
The wave the shipment was assigned to.
Exceptions
Exception | Condition |
---|---|
Error | No parameters were passed into the method. |