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