Hi,
I have a Product entity and i want to set permission to update, read only or hide the information of some products according to the user.
Exemple User1 will access to product entity and have P1,P2 displayed only
User2 will acess to product entity and have P3 displayed only
User3 willa access to all product and have all products displayed.
Is ther any solution to have such configuration set dynamic permission, if not , can i do it with statistic permission?
Regards.