Ticket registration app

0
Hello, I am making a ticket registration app. I was wondering if its possible in Mendix to make 2 choice menus dependant from each other. In example: I have 3 employees. 1 = working at company A 2 = working at company B 3 = working at company C   Now when i make a new ticket and select as relation company A i want that the next choice menu only shows the employees that are working for company A. Thank you.
asked
2 answers
1

Hi Toufik,

When you go to the properties of the reference selector, you have selectable objects. Here you can retrieve the employees that should be visible. 

When you change the first dropdown, make sure that you refresh the context object, such that the selectatble objects are refreshed.

Hope this helps!

answered
0

Hello Johan,

Do you mean i need to set up the constraints?

Thank you.

answered