0 votes

Is it possible to transliterate the specified first and last name before creating an account so that the correct username, upn etc are formed based on the transliteration?

by (100 points)
0

Hello,

Sorry for the confusion, but we are not sure what exactly you mean. Please, describe the desired behaviour in all the possible details with live examples.

0

I want that when filling in the First Name and Last Name fields in the user creation form, if certain characters are specified, the script will replace them with the necessary ones and generate a logon name based on the corrected data, as specified in user pattern (% firstname: lower, 1%% lastname:lower%)

1 Answer

0 votes
by (270k points)

Hello,

Thank you for clarifying. Unfortunately, there is no such possibility right on the form. However, you can use a script in a business rule triggering Before creating a user. It will make the necessary adjustments. For details, have a look at the following tutorial: https://www.adaxes.com/help/ValidateModifyUserInputWithScript.

Related questions

0 votes
0 answers

I used this script from the repository https://www.adaxes.com/script-repository/check-if-number-of-unused-microsoft-365-licenses-is-below-limit-s594.htm I have amended to include ... count is below what I specify. Please can you advise what I am doing wrong.

asked Jan 31 by MikeBeattie (90 points)
0 votes
1 answer

I've tried the following script to adapt the UPN to the country, the step will be processed in "before user creation" but the UPN stays ... # Save changes $Context.TargetObject.Put("userPrincipalName", $userPrincipalName) $Context.TargetObject.SetInfo()

asked Oct 12, 2022 by boris (450 points)
0 votes
1 answer

I want to check if an alias exists in google via using a GAM command before user creation. So far Create a "Before User Creation" Business Rule with the condition ... work once is on the Before User Createion Business Rule. Anybody doing something similar.

asked Aug 26, 2022 by dotz8 (20 points)
0 votes
1 answer

Hi, Was wondering if there's a nice way to manually or automatically check if a username or an extension is in use before creating a user? What do other people do? ... in the results, deleting the user and starting again - but would rather the checks first.

asked Feb 25, 2016 by AdamFowlerIT (120 points)
0 votes
1 answer

Hi Team, We are using a set of form/business rules/custom commands for user creation that move user account to the right OU given the Office attribute value. I would ... , but can't find valuable information on the web site. Thanks in advance Regards Stephen

asked Dec 12, 2012 by sroux (800 points)
3,326 questions
3,025 answers
7,723 comments
544,675 users