I have a Parent/Child relationship between two custom entities: Application (parent) and Membership (child). It's a N:1 relationship.
When I share the Application record with another BU, I need to be sure that it won't automatically share any child Membership records. I have altered the Relationship Behaviour as below:
I would have expected the above configuration to prevent the sharing of the child record, but it isn't. What am I doing wrong?
*This post is locked for comments