Share via


LedgerVoucherObject.checkBalanceReportingCurrency Method [AX 2012]

Validates the reporting currency balance.

Syntax

private container checkBalanceReportingCurrency(LedgerVoucher _journal)

Run On

Called

Parameters

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

Return Value

Type: container
true if the reporting currency balance is valid and if the ledger dimension for the automatic adjustment is required in a container; otherwise, false.

Remarks

The reporting currency balance is valid when it is zero or when an automatic adjustment will make it zero.

See Also

Reference

LedgerVoucherObject Class