• 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).…