Hello,
Our users asked to have the Vendor Name added to the Payment Journal lines overview grid and they need to be able to filter by grid on the field, which rules out reusing the AccountName display method already used in the footer.
Here's what I've done so far to accomplish:
-added the relation on Vend Table (VendTable.AccountNum == LedgerJournalTrans.AccountNum)
-added "element.dataSource().research(true)" to the modified event of the AccountNum field in the LedgerJournalTrans datasource
-added the VendTable datasource
-added the column to the grid
The problem is, the Vendor Name column doesn't update when I select/change values in the Account column.
What do I need to do differently?