InventMov_Transfer.financialUpdateReceiptQty_IN Method [AX 2012]
Gets the financial update receipt quantity and the catch-weight financial update receipt quantity.
Syntax
public container financialUpdateReceiptQty_IN(InventTrans _inventTrans)
Run On
Called
Parameters
- _inventTrans
Type: InventTrans Table
An InventTrans table buffer
Return Value
Type: container
A value in the form [qty, cwQty].
Remarks
This method shall be called in the Indian country context. It provides the same implementation as Sys and should be overridden. It is provided to sub-movement classes, and enables India-specific implementations to return the correct quantity and catch-weight quantity.