We store all of our employee numbers in AD with a prefix of E-insert employee number.
Examples:
E-00348912
E-00561290
We have a mapping for Employee Number that states ‘E’ + ‘-’ + Employment.EmployeeNumber
When Connect to AD sends the value through to AD, it doesn’t do it correctly, it seems to handle the prefix as a HEX value and then adds the HEX value to the employee number to give us a number that is not the employee number.
I need to store it in the E- format and not something else.