Filtering Reference Set Selector

0
Hi all, I’d like to ask how to filter the selections possible from the reference set selector widget.  Currently, I have three objects: A, B and C. A has a one-to-many with both B and C. Similarly, B has a one-to-many relationship with C.  When creating an instance of B, I would like the user to be able to select C objects only from those associated with the same A.  Is there any way I can accomplish this using the reference selector widget? Alternatively, what other options do I have in implementing this?   Thanks in advance!    
asked
1 answers
1

Another option would be to specify a condition in the selectable objects tab in your reference selector.

you will have to set Xpath in your refrence selector

 

Reference Selector | Mendix Documentation

answered