ReleaseUpdateDB60_Ledger.updateMappingGeneralJournalEntry Method [AX 2012]
Adds special mapping for CreatedTransactionId field of GeneralJournalEntry table.
Syntax
public void updateMappingGeneralJournalEntry()
Run On
Server
Remarks
During the initial creation GeneralJournalEntry record, the kernel assigns the value new of CreatedTransactionId column.
For backward compatibility, we want the value of CreatedTransactionId of GeneralJournalEntrymatch the value of CreatedTransactionId from LedgerTrans table.
During the preprocessing process, CreatedTransactionId of the corresponding LedgerTrans table is assigned to LedgerTrxCreatedTransactionId column.