During user creation, I'd like to have an option to select a group from a list that is populated from all groups within a specific OU. Is that possible?
Hello Mandi,
As far as we understand, you need to select a group that the created user will be added to. If so, you can add a custom object attribute (e.g. CustomAttributeObject1) to the Create user form. The attribute can be configured to allow selecting objects of a specific type located in a certain container. For information on how to customize forms for user creation and editing, have a look at the following tutorial: https://www.adaxes.com/help/CustomizeFormsForUserCreationAndEditing. Then you can use a business rule triggering After creating a user to add the user to the group specified in the custom object attribute. The rule should look like this:
If you need to add a user to multiple groups, you can add a custom object multivalued attribute (e.g. CustomAttributeObjectMultivalue1) to the form. Then use the following script from our repository to add the user to the selected groups in a business rule triggering After creating a user: https://www.adaxes.com/script-repository/add-to-group-base-on-dn-property-s334.htm.
Hi, I would like to add a CSV file during my group creation form and add users from CSV to new created group. However the CSV file is converted into Binary file and I am ... help is really appreciated. Thanks! PS: What I tried so far and error message I got
Hello, When a user account is created, we would like for that user to be added to a group whose name is based on a certain naming convention. If the group doesn't yet exist ... If that group doesn't exist, it will first create the group and then add the user.
I need a group created based on %ipPhone% when ever a new user is provisioned. The group name has to match %ipPhone% and have email enabled and to be hidden from the address list. We are on Version 3.8.314823.0
Hi i have created a business role in that role if user is created a specific OU it will do everyting , generate password create email in specific DataBase , but i cannot find how to ... BA , according to this ou user should get @ba.com UPN , how can i do that?
Hi, I am currently working on an interface that allows our HR tool to create users in Adaxes. I got the whole thing to work up to that point where I want user creation to be ... it obviously won't find the user as it has not yet been created at that point...