robertgarza
Tera Contributor

We have had to rename certain userid/emails in Active Directory. This creates a duplicate entry for the caller name in the sys user table due to the LDAP refresh. We found that if the old user record is deactivated we loose the caller's ticketing history. Is there a way to make the new account retain the old sysid before a deactivation is performed on the old account?

1 Comment
john_roberts
Mega Guru

You could coalesce on objectSid from AD to prevent rename issues. Add a new string field to sys_user, add an import mapping for objectSid to the new field and coalesce on this field instead of username.