Hello everybody.
I have the following problem.
I am creating work orders.
Now I have 1 page where you can view the work orders.
Above the list I have an input field where you can search for the address.
But, there can be multiple work orders at 1 address.
I am trying to solve that in the following way.
When searching for an address you get 1 or more results below it, you see the short work orders with only the name and address and date.
Now I want you to be able to click on the correct work order, so that the full work order appears.
I have tried with an action. On a second page is the full work order, when clicking on the short work order the second page opens with the full work order on it.
But how can I feed that full work order with the correct work order in it???
Thanks in advance for thinking along.