How to restrict other person can see my data ? using X Path

0
How to restrict other person can see my data ? using X Path
asked
3 answers
5

Hey Eshwar,
Go to the entity properties and click store owner option and then in the access rules  tab, you can go to Xpath section and 
write a XPath [System.owner='[%CurrentUser%]'] or you can directly click on Owner button.
Let me know if you face any issues.

You can refer to the image below


Hope it helps!

answered
4

Hi Eswar Raju,

 

To restrict the Other User ,

  1. Go to the Entity Properties → System Management → check ( Store Owner).
  2. Use xpath either grid view or any retrieve activity which you want to restrict the User

 

The other way is :

Go to the Entity Properties→ access rules → Select User role → Go to the  XPath Constraint → click Owner Button 

 

Hope this help You !!!

 

answered
0

Hi Eswar,

 

have a look at this documentation page.

 

https://docs.mendix.com/refguide/access-rules/#xpath-constraint

answered