Customize the list of related records in an input form

I have an input form for adding records to table B, that contains 2 columns: a reference to table A and a boolean. The key for table B is a computed key concatenating both columns.
In order to prevent duplicate input, the form should show a list of B records compatible with the existing A records and with the choice of the boolean.
Is there any way to customize the list of available related records in the form?

Solved Solved
0 2 649
  • UX
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

Thanks a lot, adding a Valid_If expression using list Subtraction was the solution!

Top Labels in this Space