Hi all,
as AD user creation is a critical step in the onboarding process, I want to avoid any technical limitations. Here espacially the samAccountName is limited to 20 characters. In the onboarding process, which will start at HR, the given name and surname is filled in without any restrictions.
As an additional challange in German language we have special characters like: ä, ö, ü and ß.
I would like somehow to use the expression builder to check the name for the charachters and replace them. Also check the lenght of given name + surname in the format: GivenName.SurName < 20 chars
Any idea how to create such expression?