Share via


InterCompanyTransferInventDim.alreadyTransferredQuantity Method [AX 2012]

Calculates the inventory transaction quantity that already has the transferred dimensions.

Syntax

protected InventQty alreadyTransferredQuantity(
    InventTransOrigin _inventTransOrigin, 
    InventDim _inventDimCriteria, 
    InventDimParm _inventDimParmCriteria, 
    InventTable _inventTable, 
    boolean _isWHSEnabledItem, 
    boolean _isBatchBelowLocation, 
    boolean _isSerialBelowLocation)

Run On

Called

Parameters

  • _isWHSEnabledItem
    Type: boolean
    A Boolean value that specifies if the item is a WHS enabled item.
  • _isBatchBelowLocation
    Type: boolean
    A Boolean value that specifies if batch numbers are below location in the reservation hierarchy.
  • _isSerialBelowLocation
    Type: boolean
    A Boolean value that specifies if serial numbers are below location in the reservation hierarchy.

Return Value

Type: InventQty Extended Data Type
The quantity in inventory unit.

See Also

Reference

InterCompanyTransferInventDim Class