InventTransAdjust.updateNow Method [AX 2012]

Syntax

public void updateNow(
    InventTrans _inventTrans, 
    NoYes _onlyOpenQty, 
    NoYes _changeStdCostPrice, 
    CostAmount _adjustment, 
   [boolean _useOperationsAccount, 
    LedgerPostingType _operationsPosting, 
    LedgerDimensionAccount _operationsAccount, 
    boolean _useBalanceAccount, 
    LedgerPostingType _balanceSheetPosting, 
    LedgerDimensionAccount _balanceSheetAccount, 
    boolean _usePostOnhandFinancial, 
    LedgerVoucher _ledgerVoucher, 
    InventAdjustmentSpec _inventAdjustmentSpec])

Run On

Server

Parameters

  • _useOperationsAccount
    Type: boolean
  • _usePostOnhandFinancial
    Type: boolean

See Also

Reference

InventTransAdjust Class