Delete behavior database or memory?

0
If there is a delete behavior on an object an associated object can be deleted as well or it can prevent the original object from beeing deleted. If the associated object is not committed to the database at this point in time, will the delete behavior still take it into account? This seems to be a simple question, but I was not able to find a definite answer in the documentation.
asked
1 answers
2

I know what you mean Andreas. I had the same behavior that the delete behavior was handled in a instatiated object. nd wondered about. I have the feeling Mendix is handling this not on the database level. My assumption is also based on the situation, that it is also possible to set delete behaviors on inpersistent object which aren’t handled in the database. Maybe this helps you.

answered