LedgerVoucherObject.checkBalance Method [AX 2012]

Verifies that the ledger posting reference is balanced.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          private boolean checkBalance(LedgerVoucher _journal, boolean _useRoundingBalanceCheck)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private boolean checkBalance(LedgerVoucher _journal, boolean _useRoundingBalanceCheck)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private boolean checkBalance(LedgerVoucher _journal)

  Microsoft Dynamics AX 2012 (FPK)
          private boolean checkBalance(LedgerVoucher _journal)

  Microsoft Dynamics AX 2012 (SYS)
          private boolean checkBalance(LedgerVoucher _journal)

Run On

Called

Parameters

  • _journal
    Type: LedgerVoucher Class
    The ledger posting journal of this ledger posting reference.
  • _useRoundingBalanceCheck
    Type: boolean

Return Value

Type: boolean
true if the ledger posting reference is balanced; otherwise, false.

See Also

Reference

LedgerVoucherObject Class