OIM 9.2 / Request Properties / Condition (query) depending on another request property

Hi there, I am trying to do this:

User is ordering a new Exchange Mailbox. He has to choose the Exchange Organization (UID_Ex0Organization). In an another property he can choose ADSAccounts to set the permissions (one property for FullAccess-Permissionand one for SendAs-Permission). I would like to filter the ADSAccount-Objects depending on the choice in Exchange Organization.

The condition could be something like this:

UID_ADSAccount IN (SELECT UID_ADSAccount FROM EX0MailBox WHERE UID_EX0Organization = '%UID of the Exchange Organization%')

How can I use the value of the property Exchange Organization in the condition?

Parents Reply Children
No Data