List View Based on User-Role

0
Hi everyone, There I got a difficulty in showing a list view that is, writing XPath how to show a list view based on particular user-role?
asked
2 answers
0

Hello Santosh,
You can control the visibility base on userrole for a list view by :
Open the list view → go to visibility tab → then select module roles

answered
0

You can edit the visibility in the visibility tab

answered
0

Please check the visibility tab in the list view

answered
0

you can open the list view → go to the visibility tab -→ then select the module roles.

answered
0

Hi Santosh,

 

If you set the user access right on your entity, the Mendix security will automatically filter out anything the current user does not have access to.

Alternatively, you might want to consider making your data source a microflow. Having an idea as to how your manager and team’s domain model looks like will help greatly

answered