What exactly is the Nullify delete rule doing?
Posted
by dontWatchMyProfile
on Stack Overflow
See other posts from Stack Overflow
or by dontWatchMyProfile
Published on 2010-06-11T16:36:22Z
Indexed on
2010/06/11
16:42 UTC
Read the original article
Hit count: 208
Does that mean that if I delete an managed object which has references (relationship) to some others, the relationships are removed to those others?
Example: objectA references objectB and objectC. objectA gets deleted, it's relationship to objectB and objectC is set to the Nullify rule. What happens in detail?
© Stack Overflow or respective owner