I have a complex BO whose properties are split between a parent and child form. It would be nice if there was a way to check if any broken rules existed for the bound properties on the individual form and not the entire BO. I know can iterate through the broken rules collection to see if a broken rule exists for any of the fields on my form but it I’m lazy an it would be a lot easier if the functionality existed within the framework.
-Larry