InventMov_Transfer.physicalUpdateReceiptRemainQty_IN Method [AX 2012]

Gets the physical update remaining quantity and the catch-weight physical update remaining quantity.

Syntax

public container physicalUpdateReceiptRemainQty_IN(InventTrans _inventTrans)

Run On

Called

Parameters

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 remaining quantity and catch-weight quantity.

See Also

Reference

InventMov_Transfer Class