Hi,
Whatever informaiton you want from LedgerJournalTrans needs to be passed to
LedgerTrans durring the posting. If you have created new fields on
LedgerJournalTrans, then you also need to add them to LedgerTrans and then
make sure the new fields are populated in the posting routines.
In the beginning I also struggled with the concept that lines from
LedgerTrans do not map to lines in LedgerJournalTrans. Another concept which
was difficult was that there is no 1:1 mapping between VendTrans to
LedgerTrans to LedgerJournalTrans. The only way to create this type of
mapping would be to add your own fields and modify the posting routines.
However, you do this at your own risk. I have opted instead to implement the
solution outlined above.
Alan
Post by arshadHi Thanks for rour replay ,
This relation not enough for me , because each lines i have seperate
information.
Or we can generate Ledger Account Statement from LedgerJournalTrans
any coments would be appreciated.
Best Regards
Arshad
Post by WillyHi there,
Sorry, no 1:1 relation.
One record in table LedgerJournalTrans can have multiple related records in
table LedgerTrans.
LedgerTrans.TransDate=LedgerJournalTrans.TransDate
&& LedgerTrans.Voucher==LedgerJournalTrans.Voucher
Greetingz,
Willy (blog at http://dynamics-ax-live.blogspot.com)
Post by arshadDear All ,
Please any one can replay is any 1 to 1 relation between
LedgerTrans and LedgerJournalTrans , if it is there how it
is related or not how i can get related information from
LedgerJournalTrans . Becuase i am searching for solution
for four days , it is urgent for our customer
Please Help me.
Thanks