Access other Users data

0
Hello All, I need a help… I have created an application and published on Mendix cloud where my other team members were able to update the data with their Credentials. Now, the point is I am an unable to access their data. Could someone please guide me on how I could access their (other team members) data as an Admin User? Thank you!
asked
2 answers
0

Hi,

You can create a separate page listing all the required data from all users. Then give access to that page only for administrators so that normal users won’t be able to go to that page.
For configuring the user roles, please see documentation for security settings. 
https://docs.mendix.com/refguide/user-roles#1-introduction

https://docs.mendix.com/refguide/project-security

https://docs.mendix.com/refguide/administrator

answered
0

For setting association of your entity with System.User. Select entity in domain model, double click to open properties, go to associations tab and click new as shown below

 

Now in select entity screen, type User and you should see System.User entity. Select it. 

 

In your scenario 1 user should be associated to many objects of your data entity

answered