Secure Data So that a User can only CRUD their own data

0
How to I set up to Secure Data So that a User can only CRUD their own data? In other words, a customer can only access their own orders. This seems so simple and standard but I have searched for a long time and have been unable to find how to do this.
asked
2 answers
0

You will need to configure entity access rules with XPath constraints for that. You can find the documentation here and the learning path here.

answered
0

I would follow this learning path if I where you: https://academy.mendix.com/link/path/9/Configure-Advanced-Security as stated by Rom.

And check out this documentation https://docs.mendix.com/refguide/xpath-keywords-and-system-variables how to use current user or current object.

Regards,

Ronald

 

answered