Share via


WHSPostEngineBase.allocateWave Method [AX 2012]

Allocate a wave.

Syntax

public boolean allocateWave([boolean _setNextStep, boolean _setReleaseToWarehouse])

Run On

Called

Parameters

  • _setNextStep
    Type: boolean
    A Boolean value that indicates if the next step must be set.
  • _setReleaseToWarehouse
    Type: boolean
    A Boolean value that indicates if the release to warehouse ID must be set.

Return Value

Type: boolean
true if the allocation succeeded; otherwise, false.

See Also

Reference

WHSPostEngineBase Class