LedgerVoucherObject.checkBalanceAccountingCurrency Method [AX 2012]

Validates the accounting currency balance.

Syntax

private container checkBalanceAccountingCurrency(LedgerVoucher _journal)

Run On

Called

Parameters

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

Return Value

Type: container
A container with a Boolean value that indicates whether the accounting currency balance is valid and the ledger dimension for the automatic adjustment if it is required.

Remarks

The accounting currency balance is valid when it is 0 or when an automatic adjustment will make it 0.

See Also

Reference

LedgerVoucherObject Class