InventTransRepository.getTransactionsForDepreciation Method [AX 2012]
Retrieves the inventory transactions that are eligible for depreciation.
Syntax
public InventTransEnumerable getTransactionsForDepreciation(
InventDirection _direction,
InventMovement _movement,
InventDim _inventDimCriteria,
InventDimParm _inventDimParm,
boolean _selectMarkedTrans)
Run On
Called
Parameters
- _direction
Type: InventDirection Enumeration
A movement direction.
- _movement
Type: InventMovement Class
An inventory movement.
- _inventDimCriteria
Type: InventDim Table
An InventDim table buffer that defines selection criteria.
- _inventDimParm
Type: InventDimParm Table
An InventDimParm table buffer that specifies which dimesnions from the criteria must be obeyed.
- _selectMarkedTrans
Type: boolean
A Boolean parameter that specifies whether the marked transactions should be retrieved.
Return Value
Type: InventTransEnumerable Interface
An collection of the inventory transactions that are eligible for depreciation.