Hi all,
I am trying to use the users in an activegroup to become the dropdown values in a dropdown column. I have achieved this using the 'getusersbygroup' method on an active directory smartobject as the data source.
However, our organisation permissions sites and assigns actions via an AD 'Organisational Role' group as opposed to the direct individual user AD account. For example we assign a task to an 'IT Manager AD Group'. Inside this group we place the inidivdual user account of the person currently in this role. The reason for doing this makes it fluid to manage permissions when individuals move departments or new employees start, in that the tasks are automatically assigned to the new person in the IT Manager role without any manual intervention of reassigning tasks to individuals.
Issue:
When I use the 'getusersbygroup' method on my drop down it will only return 'individuals inside the group and not any of the 'oganisational role sub groups' that we have put inside the main group we are performaing the method on.
Is there any way of doing this? Or a smartobject out there that has a 'getgroupsingroups' method?
Thanks in advance for any suggestions, Julie