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.
Updates estimations with pick reservation for work inventory transaction
Syntax
public void whsReservePickWork([InventQty _qtyToReserve])
Run On
Server
Parameters
- _qtyToReserve
Type: InventQty Extended Data Type
The qty to reserve for work; optional.
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.