
Dear All,
I have a field "Ref Project No." in Journal Voucher grid(Form: LedgerJournalTrans).
I want to this field to be shown in the Voucher Transactions List (Form: LedgerTransVoucher), based on the Journal Number.
So for this, I need to add new DS for table LedgerJournalTrans to get "Ref Project No." from it?
But this gave me error: The name ledgerJournalTrans is already used in an outer scope.
The grid in LedgerTransVoucher is using the GeneralJournalEntry table.
The field which I want to show in this voucher trans. is in LedgerJournalTrans table. How do I link the tables?
Or should I write a query to get the value from LedgerJournalTrans table and fill the field in LedgerTransVoucher in init() ? If this should be done, how I can proceed for it?
What should be done in this scenario? Thank you in advance.!
*This post is locked for comments
I have the same question (0)