How to change the project module in project setting

0
Hello , I am new to Mendix . And trying to build my first app by going through the tutorial. While creating the User role, I can see some other module is getting reflected instead the module i am looking for   It may be a very novice question. But still if anyone helps would be appreciated . I want to have MyFirstModule to be available in Module security against which i can give the roles.   Regards, Arijit
asked
2 answers
0

In the MyFirstModule go to security → create a new module role in that 

In the module role give the necessary  page access, microflow access, and entity access

Go to Project → Security → User role -->New (create a new user role) and enable the module role you needed to add for the user role

For reference:-

https://docs.mendix.com/refguide/module-security
https://docs.mendix.com/refguide/user-roles

answered
0

Hi, 

When you download any of the module from Mendix appstore, those modules only will get reflected in Module Status of ProjectSecurity. As per the screenshot, if you try to add new user roles in the MyFirstModule then you need to update the Project level UserRole access on that specific module under UserRole tab of Project Security.

answered