When I choose an entry of link1 - which attribute.name does it have BEVORE I save the record, so that I can use it as a (dynamic) filter of link2-entries?
Example for better understanding:
Link1 is a list of countries, link2 is a list of cities and link3 is a list of streets. link1 has a 1:n relation to link2 and link2 to has a 1:n relation to link3
During create a record, I chose "Germany" from the view-list of link1 - then I want to filter the view-list of link2 ONLY to the cities in Germany ... and chose "Berlin" - and then I want to filter the view-list of link3 ONLY to the streets in "Berlin".
How to do it?
Thanks for help
Christoph
Example for better understanding:
Link1 is a list of countries, link2 is a list of cities and link3 is a list of streets. link1 has a 1:n relation to link2 and link2 to has a 1:n relation to link3
During create a record, I chose "Germany" from the view-list of link1 - then I want to filter the view-list of link2 ONLY to the cities in Germany ... and chose "Berlin" - and then I want to filter the view-list of link3 ONLY to the streets in "Berlin".
How to do it?
Thanks for help
Christoph
Comment