User access restriction

0
Hi Experts, I am implementing a launchpad that have multiple tiles on it and each tile associated with a web application. When user clicks on a tile, it will take the user to a web application. Issues on hand: Here I need to control the tiles based on the user role / access, admin should access all the tiles where as non admin users should access the tiles which are assigned to their user  id. I am not sure how to implement this functionality, did not find a way to do it. Request for your help. Thanks for your help in advance.
asked
2 answers
0

You Have to set  Conditional Visibility For tiles based on UserRole.

answered
0

 

You can restrict this using access rules with an XPath constraint, in combination with a data setup to assign tiles to a user.

Simplistic domain model

Access rules

 

references:

Security: https://docs.mendix.com/refguide/security 

Access rules: https://docs.mendix.com/refguide/access-rules 

 

answered