VERY VERY VERY IMPORTANT QUESTION (PS ITS MY SCHOOLPROJECT)

0
Hello smart people, I have a question about mendix.It might be a stupid question, but how do I get information from one account and be able to view it on another acc. For example i got a employee and i want to watch some information of the manager (like his email)  so i can mail him. So this is information of the manager which is viewed on the employee page. Pls help! :) I would apreciate it 
asked
2 answers
3

Hi Ismael,

 

Access to attributes of an entity is controlled by Access Rules and Module Roles.

For example, on your Manager Entity, you add an Access Rule for the Module Role ‘User’ and set the EmailAddress attribute to ‘Read’.
Any Project User Role, that is member of the Module Role ‘User’ can now read the attribute EmailAddress.

 

Cheers,

 

John

 

answered
1

Every user can see every bit of information, unless it is prevented by Entity's access rules or by Userroles. So basically, don't set up any authorization and you will be fine, but probably you won't get a high grade. Better is to check out Mendix learning path about security 

answered