Hi,
I have run into an issue. I love the way the validation rules work but I would need to persist the data regardless of the IsValid state of the object. Is there a work around for this?
Les
I just override the save method for the object and removed the check if it is valid. It will now always persist the object. And when I get or create a new object I call validation.checkrules to get my broken rules list.
Copyright (c) Marimer LLC