Share via


InventAdjustPost.updateNow Method [AX 2012]

Handles the postings of inventory adjustments.

Syntax

public void updateNow([LedgerVoucher _ledgerVoucher, boolean _initLedger])

Run On

Server

Parameters

  • _ledgerVoucher
    Type: LedgerVoucher Class
    The ledger voucher to which the postings should be added; optional.
  • _initLedger
    Type: boolean
    A Boolean value that indicates whether the ledger voucher should be posted; optional.

Remarks

When no ledger voucher is given, _initLedger will be set to true and the voucher will be posted.

See Also

Reference

InventAdjustPost Class