InventUpd_Financial::newKanbanMovement Method [AX 2012]
Creates a new instance of InventUpd_Financial class for kanban job record.
Syntax
server public static InventUpd_Financial newKanbanMovement(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
InventQty _qty,
InventQty _remainQty,
CostAmount _costAmount,
[CostAmount _costAmountSecCur_RU])
Run On
Server
Parameters
- _inventMovement
Type: InventMovement Class
The inventory movement related to the kanban job.
- _ledgerVoucher
Type: LedgerVoucher Class
The ledger voucher related to the transaction for related kanban job movement.
- _qty
Type: InventQty Extended Data Type
The inventory quantity.
- _remainQty
Type: InventQty Extended Data Type
The remaining inventory quantity.
- _costAmount
Type: CostAmount Extended Data Type
The cost amount.
- _costAmountSecCur_RU
Type: CostAmount Extended Data Type
The cost amount in a second currency.
Return Value
Type: InventUpd_Financial Class
A new instance of InventUpd_Financial class for the kanban job record.