Hi,
Is it possible to filter a dropdown (lookup) on a result from another dropdown in the same form?
I have a form for a ticket. On this form I have a dropdown with departments. When I choose a department, I would like to filter the next dropdown with employees for the selected department.
When I use a reference with department_id and employee_id, then the dropdown depends too much on the departments. I want to have a dropdown with all employees if I don’t select a department.
Is this possible with a reference, filter, view?
Can anyone help me?