Share via


InventCostIndirectFinancial.setReturnQty Method [AX 2012]

Sets the quantity returned.

Syntax

public void setReturnQty(
    RecId _inventTransOrigin, 
    Voucher _voucher, 
    TransDate _transDate, 
    Qty _qty)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

The quantity has already been set.

Remarks

When a inventory is physically returned, the returned quantity must be set manually because the inventory transaction is physically and financially updated in the same transaction scope.

See Also

Reference

InventCostIndirectFinancial Class