referenceselector

0
I have two Entity: TypeOne and TypeTwo. One TypeOne Object is associated with multiple TypeTwo objects. Now, I have Data view. I used referenceselector, Iwant select TypeOne first, and then I can select TypeTwo. I want TypeTwo referenceselector baseed on TypeOne. How can I do it?
asked
3 answers
1

Look at the Constrained by function. See the documentation here: https://world.mendix.com/display/refguide6/Input+reference+set+selector

Regards,

Ronald

answered
0

You should take a look at the constrained by setting, an unintuitive little setting that can be quite useful if you can wrap your head around it.

https://world.mendix.com/display/refguide5/Reference+Selector

Take a look and drop me a line if you're having trouble implementing it.

answered
0

Thx all! I learn more. But I can't set Selectable objects, I don't know how to write XPath constraint, how to write typeTwo is belong to typeOne.

answered