TradeNonStockedRegistrationHelper.updatePendingQuantityOnPosting Method [AX 2012]

Deducts the quantity that is being posted from the records in the InventPendingQuantity table.

public void updatePendingQuantityOnPosting(UnitQty _quantityBeingPosted)

Run On

Called

Parameters

_quantityBeingPosted
Type: UnitQty Extended Data Type
The InventQty value that is being posted.

Deletes the record in the InventPendingQuantity table if the full quantity is being posted.

Community Additions

ADD
Show: