Share via


LedgerPostingController.setJournalGroup Method [AX 2012]

Sets the posting journal group.

Syntax

public void setJournalGroup(LedgerVoucherGroup _postingJournalGroup)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

The _postingJournalGroup parameter is null.

-or-

The posting journal group is already set.

Remarks

The posting journal group is not required to use the LedgerPostingController class.

See Also

Reference

LedgerPostingController Class