Solved

Filter dropdown

  • 21 October 2022
  • 1 reply
  • 78 views

Userlevel 2
Badge +1

How can I filter a dropdown that has a look-up ?

icon

Best answer by Anne Buit 21 October 2022, 10:42

View original

This topic has been closed for comments

1 reply

Userlevel 7
Badge +5

You can configure prefilters on the look-up table to filter the records available in a look-up.

Also, the look-up is always filtered using other reference columns of the reference that is used for the look-up. For instance, when a look-up reference from shipping_order to customer_address uses customer_id = customer_id and customer_address_id = customer_address_id, the look-up for customer_address_id will be filtered on the customer_id specified in the current shipping order.