Restrict to Select Only One value in the Many to Many Association

0
Hi Experts,   I have a requirement in which I should restrict the user to select only one value in the many to many association. Users should not be allowed to select multiple values in the drop down of the reference set selector. Can you please guide me here.    Thanks in advance. .
asked
2 answers
0

Why would you use a many to many if they are allowed to select only 1 value? This sounds like a 1-* association. Make sure to pick the right association to prevent conflicts with your data.

answered
0

Hi Abrar Ahmed,

 

you can restrict it by changing selection mode in the selector datagrid.

 

image.png

answered