We have the name structure as AZB, first letter is the first letter of the name in this case we can say Andy, last letter is the first letter of the surname in this scenario Bobby so we have a new user Andy Bobby, the middle letter is the alphabet in reverse this is our first user with the initials AB so we assign Z to them.
Now in ADManager Plus is allows us to add a number if the name exists on the end of the name. My question is if it is possible to search for duplicates of the username; so in the scenario our next new starter is Anna Bush we initials are AB also so we would want it to assign the next available letter of the alphabet (in reverse) so we have a naming format to put it as AZB (as default starts at Z) and then the username is checked if it is a duplicate (in this scenario it is) so we would want it to be applied as AYB and so on, this is can currently be done as a number at the end of the username but is it possible to change this middle character?
Sorry for the bulk of text i will try to simplify it below in quick snips;
We have a user with the initials AB, we have a naming format to assign it the last letter of the alphabet in the middle (AZB)
We have a new user with the same initials AB if too is assigned the last letter of the alphabet (AZB) however as this is now a duplicate we want a it to change this Z to the next available letter so AYB.
I assume this is easiest at the checking for duplicate level as this actively checks existing user accounts, if there is something i can do during the name formatting to assign it the next letter based on existing accounts that would be better but as far as i can tell it does not check existing accounts during this stage.
Many thanks.