How we can display multiselected rows values and shown that selected values in previous page when data source is microflow

0
I have one requirement where i want display only selected product in to the page. In Mendix we have the REFERENCE SELECTOR1 widget where we can use default ADD button in the REFERENCE SELECTOR1. On that button we can give The SELECT page. So in select page we can use DATA GRID1 and we can give the data source as DATABASE then only SELECT Button will appeared. And we can select the product that selected product is shown in earlier page i.e in REFERENCE SELECTOR1. But i need to give the data source as a microflow if i give this i am getting errors as below shown.   Errors : A grid with data source microflow can not have Select and search button.   So is there any other way i can achieve this please suggest to me.
asked
1 answers
0

Hi Shankar,

 

Option 1). Remove the Select and the Search button from the grid

Option 2). Populate a non-persistent entity (a page helper) that consists of a list of Products. Use the association with that page helper as the source for your GRID.

 

Go Make It

answered