Hello,
On the SalesTable form, I have a lookup added on the sales order line with the carTable table, which contains two fields (carId, accountNum).
Each line can have a different carId selected in the lookup for specific customer. Here everything works correctly.
But when I want to open the form of the carTable, by right-clicking and selecting "View detail". The carTable form opens, but it does not filter the lines by carId and AccountNum correctly.
It displays cars of all customers that have the same carId (it is not unique - the unique key in the carTable is carId and AccountNum).
How can I add a range here so that when I go to "View details" it displays the form only with the correct carId and AccounNum?