ReleaseUpdateDB60_Ledger.updateMappingGeneralJournalAccountEntry Method [AX 2012]

Adds special mapping for CreatedTransactionId field of GeneralJournalAccountEntry table.

public void updateMappingGeneralJournalAccountEntry()

Run On

Server

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.

Community Additions

ADD
Show: