Share via


LedgerTransferOpening.createDimensionLinks Method [AX 2012]

Creates GeneralJournalAccountEntryDimension records for the specified ledger transfer opening type and account close type.

Syntax

protected void createDimensionLinks(LedgerTransferOpeningType _ledgerTransferOpeningType, [AccountCloseType _accountCloseType])

Run On

Called

Parameters

Remarks

The GeneralJournalAccountEntryDimension records created are used to restrict the GeneralJournalAccountEntry records in the rest of the processing so all constraints on the GeneralJournalAccountEntryrecords need to be included here.

See Also

Reference

LedgerTransferOpening Class