We have a parent entity A. A is related to couple of child entities through 1 to Many relationship. I have configured the relationship behaviour as configurable cascading and set the assign, share, unshared as cascade all. I want the child records to be shared automatically when the parent is shared. But it is not working.
↧