Wishlist page

0
How can I create a wishlist page in mendix
asked
3 answers
0

Hi Jana, 

Can you brief your requirement

answered
0

Hi,

 

  • So just create a blank page in the modeller and then start by adding a dataview on the page with your current user as the object.
  • Place a layout grid inside the dataview and then inside that a Datagrid 2
  • The data source for the datagrid should then be XPath and then select your path from user to wishlist.
  • Then in the next line build the path from wishlist to product over your linking entity that is Wishlist Item
  • After this is done you will only need to build and play around with your association links to add and remove stuff.

 

answered
0

@Rick van Huffel

why it is not showing

 

Screenshot (207).png

 

this is my domain model

 

Screenshot (208).png

answered