Create an App with Advanced Page Building

0
Hi, I am working on chapter 3 on the learning path  https://academy.mendix.com/link/paths/56/Create-an-App-with-Advanced-Page-Building to create a 3 step wizard. In the first step of the Wizard, I am using the Input reference set selector to select multiple projects for a Request. I have the following questions : 1. How do i customize the select project page to highlight the line, multiple lines i selected. 2. Also where does the *-* association between Request and Projects are created? as part of selection or at the finalize request on the final 3rd page. 3. When in edit mode of the wizard, how to make the Input reference set selector to show the multiple projects that are selected.   Thanks in advance for all your help in answering my questions.
asked
2 answers
0

Hi Saiprasad,

Please take a look at the Combo Box widget. This suits your usecase and both 1-* and *-* can be used with this single widget. 

 

The Studio Pro version should be 10.7.0 or higher. You can upgrade your project to the MTS version in 10. 

ATB!!

 

Mendix Documentation: https://docs.mendix.com/appstore/widgets/combobox/https://docs.mendix.com/appstore/widgets/combobox/

 

 

answered
0

Thanks for your response. Actually i was using the widget/input element "Input Reference Set Selector" mentioned in the learning path course. I will try your suggestion too.

answered