I have an application with a subtable. When I enter a value in the “Ledger” field, I want to filter the “GL Header” table lookup field to show only records with that same ledger. Is there a way to do this?
One idea I had was to add the “Ledger” field to the subtable and populate it on FVC (field value change) of the “Ledger” field. Then I could apply a filtered TL on the “GL Header” based on that. However, this approach does not seem performant.
Is there a better or more efficient way to achieve this?