Posted on 28/08/2023 13:03:09
Hi guys,
I am trying to add a functionality in the Manage Users functionality in Swift where the Company Admin User (that can create additional users) would create users in a company-specific group.
I have tried using the above rule by using a hidden checkbox with this code:
<input type="checkbox" id="UserManagement_Form_SelectableGroup_136" name="UserManagement_Form_SelectableGroup_136" value="True" />
In this case, 136 is the ID of the group.
No matter how I have set up the solution, I cannot add the user to another group than the one(s) mentioned in the "Groups for new users".
I have tested initially in a standard Swift where I have made visible the selectable groups checkboxes. The version I am testing with is 9.15.2.
Here is how my settings look like:
Thank you,
Adrian