Share via


LedgerVoucherObject.post Method [AX 2012]

Checks and posts the transactions of this ledger posting reference.

Syntax

public boolean post(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 current object was posted successfully; otherwise, false.

See Also

Reference

LedgerVoucherObject Class