InventSumDateFinancialCalc_RU.addTrans Method [AX 2012]
private void addTrans(
ItemId _itemId,
InventTransType _inventTransType,
InventDirection _direction,
boolean _physical,
boolean _storno,
InventSumDateFinancialDimId_RU _financialDimId,
Qty _qty,
CostAmount _costAmount,
Map _prevTransMap,
Map _newTransMap)
Run On
CalledParameters
- _itemId
- Type: ItemId Extended Data Type
- _inventTransType
- Type: InventTransType Enumeration
- _direction
- Type: InventDirection Enumeration
- _physical
- Type: boolean
- _storno
- Type: boolean
- _financialDimId
- Type: InventSumDateFinancialDimId_RU Extended Data Type
- _qty
- Type: Qty Extended Data Type
- _costAmount
- Type: CostAmount Extended Data Type
- _prevTransMap
- Type: Map Class
- _newTransMap
- Type: Map Class
Community Additions
ADD
Show: