How to make an input field that lets user choose an object?

0
I'm trying to make a form to create invoices for orders a customer makes. I start out from a page on which the customer is known, so I start a microflow that stuffs said customer into a new invoice object and passes it to a popup form as a page argument. From there, I need something like a dropdown (i.e. a single-pick limited input) that has every order made by said customer, so that the invoice is associated with a single order.   This feels like it should be very simple to achieve, but I've been ramming my head against the documentation for hours now. Any help would be much appreciated!
asked
2 answers
1

Hi Wesley, 

 

Take a look at the Combo box selector widget. This should do what you what.

 

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

 

Good luck!

answered
1

Hi Wesley,

 

If you want to select single selection then try Reference selector or Multi selection then Input Reference Set Selector also as Robert mention new widget Combo Box also helps you to achieve your expectation.

 

Hope it helps!

Thanks & Regards,

Manikandan K

answered