Administrator Access to a page

0
Hello, I'm relatively new to Mendix. I just wanted to know how to give Administrator Access to a Page in Studio Pro.
asked
3 answers
0

Hello Aayu,

 

1. You need to have a userrole admin or an equivalent (system > security)

2. You need to have moduleroles in the module where you create your page (module > security)

3. connect your admin userrole with the module userrole (system > security)

 

image.png

4. create your page 

5. add to the visibility properties of your page the admin modulerole

6. Or you can add it by going to module > security > pages

image.png

 

Hope this helps

 

Good luck!

answered
2

Assuming you already created your module roles and configured the security properly (module role is checked for the admin user role in the app security), you can just edit the 'properties' > 'navigation' > 'visible for' of the page to be visible for the admin (right click or double click on the outer container of a page and select properties or just use the properties pane). Keep in mind the security of entities in your app.

answered
0

If you want to practice this, check out this section of the Rapid Developer Course

answered