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.
Creates queries used for wave assignment.
Syntax
client server public static Query buildWaveQuery(
WHSWaveTemplateName _waveTemplateName,
Num _identification,
container _packedTemplateQuery,
WHSWaveTemplateType _waveTemplateType,
NoYes _assignableWave)
Run On
Called
Parameters
- _waveTemplateName
Type: WHSWaveTemplateName Extended Data Type
Name of the wave template used for wave assignment.
- _identification
Type: Num Extended Data Type
An ID of the kanban, production or shipment subject to wave assignment.
- _packedTemplateQuery
Type: container
A packed Query class object from the wave template.
- _waveTemplateType
Type: WHSWaveTemplateType Enumeration
The type of the wave template.
- _assignableWave
Type: NoYes Enumeration
A boolean determining if the wave template allows assigment to open waves. True, if assigment is allowed; otherwise, false.
Return Value
Type: Query Class
A Query class object.