Hi,
I have created an EditableRootListBase collection (C) which holds BusinessBase object (B), through the collection I can add/get/delete/edit any BusinessBase object(B) in it. I want to be able to make the BusinessBase object (B) exists by itself, currently I can instantiate just the BusinessBase object (B) but I can’t save it. I have used
Public Overrides Function Save() As B
Return MyBase.Save()
End Function
to save the object by itself, I get an error “ Object is not valid and can not be saved”
Yes, thats right, one of the validation rule was broken.
Thanks.
Copyright (c) Marimer LLC