This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Filtering possible attribute choices (policy) depending on choice of another attribute

Hi
I´m trying to build a function in Active Roles that that have logic for filtering possible choices (policy) for attributes depending on choice of another attribute. For example, if choosing Department 1 (valid in policy) then subdepartment (virtual attribute) could only be 11, 12 or 13. If choosing Department 2 (valid in policy)   then subdepartment (virtual attribute) could only be 21, 22 or 23. So the choice in dropdown (department) should narrow the scope of what id possible in the next dropdown. I have read https://www.quest.com/community/products/one-identity/w/wiki/100/populate-user-attributes-based-on-another-attribute---e-g-company but that is not what I am looking for since that is 1:1 mapping, I need a filter to populate a dropbox based on the choice of another droplist (present a subset based on first choice). 

 

Best regards, //Johan Salomonsson

  • Please have a look at this link:

    https://support.oneidentity.com/active-roles/kb/134257

    This functionality is referred to as Bound List Boxes. You can also search the SDK for an example of this as well.

    This article also has a coding example:

    https://support.oneidentity.com/active-roles/kb/139754