Hi all,
Accounts payable<Invoice< pending invoice
Table : vendInvoiceInfoTable.
Accounts payable<Payments< vendor payment journal
Table : LedgerJournalTable
Now, i want to pick pending invoice against payment journal trans date so that i checked both table has relation.
VendImvoiceInfoTable.poolRecid and LedgerJournalTable.Recid.
But, poolRecid set visible no that table. How can I get value ledger journal table?
I want to pick trans date from LedgerJournalTable table pending invoice against.
Thanks