Share via


LedgerVoucherObject.checkLedgerPostingJournalId Method [AX 2012]

Validates the ledger posting journal.

Syntax

public boolean checkLedgerPostingJournalId(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 voucher series for posting journals that are related to the specified voucher series code is set up correctly; otherwise, false.

Remarks

This method should only be used by the ledger posting framework.

See Also

Reference

LedgerVoucherObject Class