Share via


ReleaseUpdateDB60_Ledger.updateMappingGeneralJournalAccountEntry Method [AX 2012]

Adds special mapping for CreatedTransactionId field of GeneralJournalAccountEntry table.

Syntax

public void updateMappingGeneralJournalAccountEntry()

Run On

Server

Remarks

During the initial creation GeneralJournalAccountEntry record, the kernel assigns the value new of CreatedTransactionId column.

For backward compatibility, we want the value of CreatedTransactionId of GeneralJournalAccountEntrymatch the value of CreatedTransactionId from LedgerTrans table.

During the preprocessing process, CreatedTransactionId of the corresponding LedgerTrans table is assigned to LedgerTrxCreatedTransactionId column.

See Also

Reference

ReleaseUpdateDB60_Ledger Class