is it possible for request properties to access the value of another parameter and use it within a value definition condition (sql where clause)?

For my custom request property I have a set of several parameters.

The first one called "Department" is a user prompt for a department (uid_department) and the second one called "Person" is another user prompt for an identity (uid_person).

I would like to pre-filter the selectable users for the second parameter according to the department selected in the first parameter.

Is there a way I can refer to the value of the "Department" parameter as variable in the condition (sql query) field of the "person" parameter?

Parents Reply Children
No Data