InventPendingQuantity.updateQuantity Method
Adjusts the existing quantity with the _adjustedQuantity value.
Syntax
public void updateQuantity(InventQty _adjustedQuantity)
Run On
Called
Parameters
- _adjustedQuantity
Type: InventQty Extended Data Type
The quantity that the existing quantity should be adjusted with.
Remarks
If the adjustment results in a quantity that is 0 or less the record is deleted.