Hi Rahul,
The user roles shown in the Menu items are coming from the document itself, which means if you configure "User" as allowed role on a page (e.g. File_Upload), it will show up in this Menu document as allowed role for that Menu item.
Make sure to also allow the user to "create objects" that are used in the File_Upload else it won't work
With kind regards,
Stephan
Hi stephan,
Below is the screenshot that u have suggested i already done this .
Hi Rahul,
I've tried it in a Mendix 10 project and it works as expected, once the use has create access to the object the menu item will show the User roles.
You should check if the security (project -> module -> entity & page) is set correctly.
Hi stephan,
I have implemented everything exactly the same as shown in your screenshots. can u please tell , how to map the module role with the project user role.
Hi Rahul,
If you have given access to create objects to user role after creating the navigation menu, then you have to delete and create navigation again in order to reflect.
Hope it helps!