Hi Mendix Users,
I recently started using Mendix and I'm working on a shopping cart for our ordersystem. My current shoppingcartpage uses the orderline database as its datasource.
My problem is that all existing orderlines are displayed in this page, but I only want to display the orderline of the current user.
How can I solve this problem?