Dear Experts,
I'm a junior developer of Dynamics AX 2012 R3 CU 9.
I want to ask something related to GeneralJournalAccountEntry Table. as far as I know, GeneralJournalAccountEntry is the table that store posted transaction into it. it's purpose is to calculate trial balance based on the posted transaction that stored in it.
GeneralJournalAccountEntry only store information that related to the trial balance only. it doesn't store any details related to the original transaction. to find it's original transaction, i have to find the relation between GeneralJournalAccountEntry table with another table (usually tables with postfix -Trans). And the problem is, it's hard to find all the tables that related to GeneralJournalAccountEntry. because there's no direct relationship on it. as an example, GeneralJournalAccountEntry and CustTrans is related, CustTrans Table store transactions about customer invoice. and GeneralJournalAccountEntry stores it's nominal value and to be calculated later in trial balance. To join those two tables, i have to join them using field GeneralJournalEntry.SubLedgerVoucher (GeneralJournalAccountEntry Header Table) with CustTrans.Voucher.
The final thing is, because it's hard to find all tables that related to GeneralJournalAccountEntry.
And the question is, is there exists another way to make it easier to find all of it?
The tables that i found that related to GJAE is :
- VendTrans
- TaxTrans
- BankAccountTrans
- LedgerJournalTrans
- AssetTrans
Thanks for your attention,
Best Regards,
Chaidir Ali Assegaf
*This post is locked for comments