How can we hide one user data from other?

0
I am working on an app which display subscription detail of users      but it is showing all user data into this ….   i want this according to user. it means if one user create subscription it should show only to that user.
asked
1 answers
4

You could store the owner and have an xpath constraint for the user role in the entity access rule like:

 

Additionally, if you store the user details via association just navigate to the user (account) entity by using the button Path to User or just type in your constraint.

 

Hope this helps!

answered