Query in learning path

0
https://gettingstarted.mendixcloud.com/link/module/182/lecture/1396/2.1.2-Setting-up-Security   I am following the learning path, can someone tell me. How can I get the expenses.admininstrartor. as mentioned in the learning path.
asked
5 answers
1

Hi,

You have to add the Administrator user role in the security of Expenses module. Then under project security you can find the Administrator user role for Expenses module.

answered
1

Hi Sathish,

For second point, Just right click on the page where you will get the screen as below

There select building block and search for Pageheader Default. Select Pageheader Default , you will get the screen as below. There you can change the tilte and delete subtitle

 

 

answered
0

Hi Sathish,

For the Note, you dont need to create domain model. It is the entity already existing in Administration Module.

In Simple, In Modeler, Use shortcut key Ctrl+G to open search lookup where you type AccountPasswordData. Then click the entity, you will be able to see the domainmodel.

answered
0

Hi Sathish, 

As Srilatha suggested,you need to create a Module role in Expenses Module.

For better understanding , just sharing the below documentaton about Module role and User role

https://docs.mendix.com/refguide/security#user-role

answered
0

Hi Sathish,

Sorry for the late reply.

For third point,

  1. First add the container and then add Card as a class to the container

  1. Now put two dataview and connect AccountPasswordData to first dataview and Retrieve Team Member using association in other dataview
  2. Add reference selector by right click on the page and select widget which use the existing UserRole_Select page from the Administration module.

  3. Add two Switch widgets and mark the  Blocked and Active attributes of the User entity.

  4. The Save button triggers the existing SaveNewAccount microflow, from the Administration module.

answered