
Dear community,
I have two tables in a parent-child relationship. One-to-many relationship is set to cascade all for assign in the relationship behavior.
How can I achieve this? Is there a possibility to trigger the cascade again?
We have the same issue and currently no oob solution.
It seems that it is described here but it does not work.
https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/security-dev/use-record-based-security-control-access-records?view=op-9-1#sharing-and-inheritance
Also the line "... Joe creates a new lead and two activities, shares the lead with Mike, and selects cascade sharing ...".
You cannot explicitly set cascade share while creating a share in the UI?
Is the relationship meant or is there a technical/api way to do this on a specific share?