I am trying to create a new user form and users will select the location number the new user will need access to.
Depending on the location, it queries a list and gets the AD group and assigns the permissions to the item.
The problem I am running into, is if multiple selections are selected, it doesnt even set the permissions for the AD group, it will skip over them.
Even if I do a collection, it does not collect multiple locations, the collection will be blank.
Example -
Center(Single-Column) - 01;#03;#04
Each of the location numbers will have difference AD group. So I need to query each of them and get the data group.
Can someone point me in the right direction with this?