Retrieve list of records based on association and display it in screen for Native mobile

0
Currently we have application running with web responsive profile and planned to add the profile for native mobile, basic idea is to create only the screens for native mobile and using the existing domain model and other logic.   In screen we need to display the list of records that was retrieved based on association between two entity, In web responsive page List view widget has the option to retrieve records based on association. But in native mobile page List view widget does not have option to retrieve record based on association.   I also tried the approach of retrieve the records with association  using nanoflow and pass the result to the list view, but it was giving error “Reference sets cannot be used on pages that are accessible through a native profile” Is there any alternate way to retrieve the records based on association and display it in screen for Native mobile app.   Thanks in advance, Balaji S
asked
1 answers
0

Hi Balaji,
Reference Sets are not supported in native yet. We all have to wait for untill mendix makes reference set supportable in native app !!!

answered