Share via


ProjPost::newInventUpd_Financial Method [AX 2012]

Returns a new instance of ProjPost for posting inventory updates to ledger entries.

Syntax

server public static ProjPost newInventUpd_Financial(
    InventUpd_Financial _financial, 
    LedgerVoucher _ledgerVoucher, 
   [ProjAdjustRefId _projAdjustRefId, 
    boolean _negRec, 
    InventTransId _inventTransId, 
    NoYes _notReduceForecast])

Run On

Server

Parameters

  • _negRec
    Type: boolean
    The parameter that is not used by the method; optional. The default value is false.

Return Value

Type: ProjPost Class
A new ProjPost object for updating inventory financial transactions.

See Also

Reference

ProjPost Class