As an user I want to be check orders placed by me

0
Created an application to place orders for various users.After placing an order I(Current user) should be able to view orders placed by me(user) but currently I can see all orders placed by other users.How to resolve this issue.
asked
1 answers
0

Please this documentation about filtering data. It also covers a scenario of customers and their orders
https://docs.mendix.com/howto/logic-business-rules/filtering-data-on-an-overview-page

Xpath constraints are commonly used to retrieve filtered data. For example orders of a particular customer/users only. For details about Xpath and examples please see this in docs
https://docs.mendix.com/refguide/xpath-constraints

answered