Share via


WHSWorkCreateReplenishment.createReplenishmentWork Method [AX 2012]

Finalizes the creation of replenishment work.

Syntax

private void createReplenishmentWork(
    WHSWorkCreateReplenishment _workCreate, 
    WHSWaveTable _waveTable, 
    boolean _createWork)

Run On

Server

Parameters

  • _createWork
    Type: boolean
    A Boolean value that determines if we must crate work or not.

See Also

Reference

WHSWorkCreateReplenishment Class