InventUpd_Financial::newSalesInvoiceProforma Method [AX 2012]
Creates and initializes a new instance of the InventUpd_Financial class to be used for financial inventory update simulation during sales order invoicing.
Syntax
server public static InventUpd_Financial newSalesInvoiceProforma(
InventMovement _inventMovement,
LedgerVoucher _ledgerVoucher,
SalesParmLine _salesParmLine)
Run On
Server
Parameters
- _inventMovement
Type: InventMovement Class
An inventory movement.
- _ledgerVoucher
Type: LedgerVoucher Class
A ledger voucher.
- _salesParmLine
Type: SalesParmLine Table
A SalesParmLine table buffer
Return Value
Type: InventUpd_Financial Class
A new instance of the InventUpd_Financial class.