Retail application

0
Hello Experts,  I am trying my hands-on in mendix. Am trying to develop a e-commerce application. How do i make list of products(dynamic) display in the application  TIA
asked
3 answers
2

Hi Chaitanya, 

We can achieve it in many ways.

Can you tell me the exact scenario 

answered
0

Hi,

You can do it in many ways in Mendix.

One option is to use list view widgets.

But again it depends on scenario.

Please find the links below for some details:

https://docs.mendix.com/studio-how-to/pages-how-to-configure-list

https://docs.mendix.com/refguide/create-list

 

answered
0
  1. Create an entity called Product and add its attributes
  2. Create a blank page
  3. Add a datagrid or listview to the page
  4. Select datasource= Product entity 

 

This is a useful learning path:

https://gettingstarted.mendixcloud.com/link/module/80/lecture/545/3.5.1-Create-Additional-Pages

answered