Updated 030 How to filter a list field based on association with another field (markdown)

Amigo 2019-08-07 14:56:18 +02:00
parent 74ef8078f5
commit 2ea0437fac

@ -4,6 +4,7 @@
### Explanation Of Filter Fields
[00:00:00](https://www.youtube.com/watch?v=Z8FLifQOjUk&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=00h00m00s)
(_Click on this time links to see Youtube video_)
Perhaps you encountered the necessity to limit the drop downs of a list field based on it's association with another table. A very common place where this occurs, is for example, when the regions of only one country need to be loaded. Although there are many ways to accomplish this, this is how I have done it.