Xpaths: restricting entity access

0
Hi there, I am just starting out with learning Mendix. I have a question: what is the benefit of restricting entity access using Xpaths over not showing certain buttons/pages to certain userroles?
asked
1 answers
1

Hi Niels,

 

happy to help! If you restrict access on an entity level, it cannot be read/written at all, as oppposed to not being able to ‘see’ the information on a page. It is Mendix best practice to always restrict access on the entity level for security reasons. More information is found here: https://docs.mendix.com/studio/settings-security/

 

All the best!

Maarten

answered