I have the need for saving objects that are in a somewhat "invalid" state, ie some of the validation rules is broken.
The background is simple; I have a web service where other applications initiates the creation of a business object. These applications seldom have all mandatory data available, so a user then loads the object to manually add the missing data. Since the bussiness object is quite complicated I need both the web service and the user application to use the
What would be the best approach to allowing saving of partially invalid objects?
Regards;
/jb
Copyright (c) Marimer LLC