Retrieve all objects for the logged-in user

0
Hi everybody! Im working on a dashboard, for a trainee in a Course management app.  What I would like to do, is if a user is logged in as Steve, show a datagrid on the dashboard that shows all the courses Steve registered for. Is there a way to do this?
asked
1 answers
0

One of the quickest ways to achieve this is by using XPath to populate your datagrid. Check out this Mendix course for more information on XPath:

 

https://gettingstarted.mendixcloud.com/link/module/22/lecture/122

answered