Share via


LedgerPostingController.addJournal Method [AX 2012]

Adds a posting journal to the current posting journal group.

Syntax

public void addJournal(LedgerVoucher _postingJournal)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

The _postingJournal parameter is null.

-or-

The posting journal group is not set.

Remarks

Use the setPostingJournal method when a posting journal group is not being used.

See Also

Reference

LedgerPostingController Class