LedgerTransferOpening.createDimensionLinks Method [AX 2012]

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

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

Run On

Called

Parameters

_ledgerTransferOpeningType
Type: LedgerTransferOpeningType Enumeration
The ledger transfer opening type value.
_accountCloseType
Type: AccountCloseType Enumeration
The account close type value; optional.

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.

Community Additions

ADD
Show: