Share via


InterCompanyTransferInventDim.finalTransferInventDimParm Method [AX 2012]

The final inventory dimension parameters to be transferred.

Syntax

protected InventDimParm finalTransferInventDimParm(
    InventDimParm _inventDimParm, 
    InventLocationId _inventLocationId, 
    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: InventDimParm Table
The final inventory dimension parameters.

Remarks

Serial or batch numbers that are below location in the reservation hierarchy of WHS enabled items will not be synchronized.

See Also

Reference

InterCompanyTransferInventDim Class