I have a business object that has a few standard broken rules. I then programatically add some extra broken rules depending on the form. This works fine however with child forms the broken rules remain intact on the calling form so I need to remove the additional rules after I'm done with my child form.Is there a way to restore the default broken rules or do I have to manually remove them from the broken rules collection.
Thanks
Tim