ProjPost::newInventUpd_Financial Method [AX 2012]

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

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

Run On

Server

Parameters

_financial
Type: InventUpd_Financial Class
The inventory update financials class object.
_ledgerVoucher
Type: LedgerVoucher Class
The ledger items for posting.
_projAdjustRefId
Type: ProjAdjustRefId Extended Data Type
The identifier for the transaction that is being adjusted; optional.
_negRec
Type: boolean
The parameter that is not used by the method; optional. The default value is false.
_inventTransId
Type: InventTransId Extended Data Type
The identifier for the inventory transaction that is being adjusted; optional.
_notReduceForecast
Type: NoYes Enumeration

Return Value

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