WHSWaveTemplateTable::validateWaveAssignment Method
Validates wheter a shipment, production or kanban can be assigned to a given wave.
Syntax
client server public static boolean validateWaveAssignment(
WHSWaveTemplateType _whsWaveTemplateType,
WHSWaveTable _waveTable,
str _identification)
Run On
Called
Parameters
- _whsWaveTemplateType
Type: WHSWaveTemplateType Enumeration
The type of the wave template.
- _waveTable
Type: WHSWaveTable Table
A buffer of the WHSWaveTable table.
- _identification
Type: str
An ID of the kanban, production or shipment subject to wave assignment.
Return Value
Type: boolean
true if the shipment, production or kanban can be assigned to the wave otherwise; false.