LedgerVoucherObject.checkBalanceDifference Method [AX 2012]

Validates that the reference is balanced against the current balance of the reference number and accounting date.

Syntax

private boolean checkBalanceDifference(LedgerVoucher _journal)

Run On

Called

Parameters

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

Return Value

Type: boolean
true if the reference is balanced against the current balance of the reference number and accounting date; otherwise, false.

Remarks

The balances of the accounting currency amount and reporting currency amount are checked.

See Also

Reference

LedgerVoucherObject Class