Share via


WHSWorkCreateReplenishment.cleanUpFailedReplen Method [AX 2012]

If replenishment didn't allocated and failed to create work then we need to go back and update the demandLines so they don't point to locations not being replenished.

Syntax

public void cleanUpFailedReplen(
    WMSLocationId _wmsLocationId, 
    InventQty _workCreatedQty, 
    ItemId _itemId, 
    InventDimId _inventDimId, 
    WHSWorkBuildId _workBuildid)

Run On

Server

Parameters

See Also

Reference

WHSWorkCreateReplenishment Class