hi ludwig,
thank you very much for your details explanation, I did your ways using default description, but i still did not get what i expected result. i'm trying to analyze whether ax store the record bridging after posting or not, kindly below my analyze :
my scenario is only using 2 simple menu : AP payment journal (use bridge method of payment) then I input GL to select this voucher bridge.
After select bridging & post on GL entry, I tried to collect several tables, don't know it's correct or not :)
based on GL voucher i queried :
ledgerjournaltrans.furtherpostingrecid link to LedgerEntry.recid,
then get LedgerEntry.generaljournalaccountentry
then link to generaljournalaccountentry.recId,
then get generaljournalaccountentry.generalJournalEntry
then link to GeneraljournalEntry.RecId,
then get GeneraljournalEntry.LedgerEntryJournal
then link to LedgerEntryJournal.RecID,
then get LedgerEntryJournal.JournalNumber
then link to LedgerJournalTrans.Journalnum
Then get LedgerJournalTrans.Voucher ==> voucher bridge from payment journal created.
i still also need confirm to my technical internally. if succeed, i'll update to this forum. if failed still don't have idea.
then get