Hi, I am still new to DevForce and is checking whether or not I am going to use this for my next Project.
I have a question on the validation.
I have got the generated classes, and then I have my Metadata classes, all the validtion in my test project works great. But no I want a screen where my model has got a Navigation Property eg.
Class : SUV
Navidation Property : Car
When I Save the SUV class, my validation on the SUV class fires and is shown in the UI, but I have a few properties on the Car class that I need to validate as well. How can I achieve this ?
kind regards
CaptainOrgange