Account overview page - works for administrator but not working for another User role

0
Good Afternoon,   The Account_Overview page that is built in with Mendix works when on the user role Administrator. I am trying to give another user role access aswell but when you try to add a New Local User on this other user role it throws an error.  I am hoping someone will be able to help please?       It also blocks out a number of the fields on this other user role. I assume it is something to do with security but have not worked out what.      Thanks in advance   Jess
asked
3 answers
0

Hello,

Make sure to provide the module roles in the Administration module for that specific role.

answered
0

Hi,

Do check if Entity Access (Create, Read Write) is provided for NewModuleRole  (in Module Domain model) and NewModuleRole is attached to NewUserRole – User Role (in security).

Best Regards 

answered
0

check security in app explorer, entity, page, microflow security set, make sure you have authorized the required access to correct roles

answered