Share via


InventUpd_Estimated.whsReservePickWork Method [AX 2012]

Updates estimations with pick reservation for work inventory transaction

Syntax

public void whsReservePickWork([InventQty _qtyToReserve])

Run On

Server

Parameters

Remarks

You always want to reserve the full amount of WHSWorkInventTrans. Typically this will be equal to the estimated amount.

However, in situation where the WHSWorkInventTrans was created without a location the inventory is not reserved.

Once location is specified on the InventDimIdFrom we need to reserve the full amount but the estimated amount will be zero so we must specify the amount to reserve.

See Also

Reference

InventUpd_Estimated Class