I want to implement the following page. Can any one suggest me the appropriate way to do it.

0
I want to implement the following page. Can any one suggest me the appropriate way to do it. Here there are two entity used. One for displaying the customer records named as customer. Another which will take the selected customer value and save in the db named as order. Thanks in Advance..
asked
1 answers
1

Hi Manoj,

You can create a grid similar to that using a template grid with a microflow button that will take a customer as a parameter and associate it to an order.

Here is the documentation on template grids

https://docs.mendix.com/refguide/template-grid

 

Also here is a link to the learning paths. I would start with "Become a Rapid Developer". It includes all the basics that you would need to know to recreate this page.

https://gettingstarted.mendixcloud.com/index3.html

answered