I'm using LLBL 1.0 and i have a problem to clone a complex object and save in the database.
I tried to change the IsNew field of all children objects and then save(true), but i get an strange db error that a field is null, but that field has a value in the original object. The error is not so important if somebody can suggest a good way to make a clone object and save it.
Thanks