Hi,
Cascading share inheritance doesn't seem to work. Here's my problem :
I have a relationship between an account and a personal entity "Project" with cascading share.
I have an account A1 with 1 related project P1. If I create a share (read) on Account A1 with User1, everything works fine, User1 can see the P1.
But, then if i create a new project P2, the User1 cannot see P2
I don't understand why sharing inheritance doesn't work ?
Thanks for your help if you have any idea