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

Dynamic Bound List Boxes using XML file

I'm trying to implement a Bound List Box following the guidance at the following link - https://support.oneidentity.com/active-roles/kb/139754/how-to-create-a-bound-list-box-with-4-levels  Hard-coding the possibilities in the script works but I would like to use an XML file as the source for the Level Possibilities.  The issue is that the values change periodically and we would rather update a source XML rather than periodically edit the script itself.  Has anyone modified the script provided in the KB to use an XML rather than hard-coding the values?