How can I dynamically manage users and their roles in Mendix by integrating the users and roles tables from my Oracle database?
asked
Arman Garg
1 answers
0
You can sync the data from your oracle database to your mendix database and device logic around that to mange the users and roles in your app. Getting the data could be done with the database connector module from the marketplace for example.