So I am designing a Page where the User can select a customer and then a correlating Entry but he is also able to select an entry without a correlation if no customer is selected. I can easiliy do that by setting the TableRelation to this:
Now the thing is that the User can still clear the Filter on the Entry selection and is therefore able to select entrys that are not correlating to the chosen customer.
How can i prevent this? I know when setting the filter through Code I could use filtergroups but i hope to do it through the tablerelation
Answers
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
But instead you can validate the returned record and croak if it is invalid.
If you need data security, use security filters.
If you need valid data, use validation.