How I can ignore a part of the lastname in username composition?
Example: In the fullname "John da Silva", "da Silva", is the lastname, so, I need ignore the "da " in the composition of username, when I create the new user.
Hello,
This is something that can only be handled using a script in a business rule triggering Before creating a user. For details and examples, have a look at the following tutorial: https://www.adaxes.com/help/ValidateModifyUserInputWithScript/.
Hi, the link is pointing to the question itself : )
Sorry for the confusion, here is the correct link: https://www.adaxes.com/help/ValidateModifyUserInputWithScript. We also corrected it in the reply above.
Using this built in function: There is no option to change the domain on the user account, however this is not the domain we use for UPN. However after creating a user, you can change it but trying to avoid going back into the object.
Currently, when I disable a user account in Adaxes, the group memberships of the user remain intact. I'd like to automate the removal of group memberships such as distribution ... a list of groups/DL that the user was previously in and removed from. Thanks!
for example i add a form "create user for France" in the left pane, how can i translate it automatically when the UI in in French ? thank you
Hi all, I've created a 'View User' command via the Web Interface Configurator. I don't want users to be able to make any changes, so I've created a Custom ... there any way to remove this, short of removing the entire Exchange section itself? Thanks, David
Hi, In the SDK I find information on how to use Powershell to read and create scripts in custom commands and business rules, but I can not find the same for ... information like the embedded scripts for the report and custom columns? -- Morten A. Steien