Hi

I use remote persistence, and I have a dozen objects in the context, and I would like to try to check if one of them can be deleted. Can I just call recordToBeDeleted.validateForDelete() before I call context.deleteRecord( recordToBeDeleted ) ? From my understanding context.deleteRecord will propagate through the relationships which are set to cascade, deleting related records as well, and therefore possibly altering the validation result. Or does cascading happens on server during the commit ?

Marcin

Reply via email to