ServiceNow User name change help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2017 07:13 AM
Hello, all. Newbie here. Just went live with ServiceNow over here at Arlington ISD. We're trying to figure out the best way to deal with users that change last name and thus change their user ID. We synch with Active Directory managed by another department, so we just get a new record added to our user's table without any notice when AD changes an employee's name. We have an Employee ID number that is always unique, so is there a way to set up the synch to look at both the user ID and the Emp ID number before making a new record? Or any other way to manage these changes? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2017 07:26 AM
hi @richard_sutterfield,
As you are using AD Services, if you have already created LDAP Transform maps for User Data, you can use Coalesce of multiple columns. More help can be found at below links:
With Regards,
Damodar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2017 07:56 AM
We'll investigate this. We were told in our set up training that we shouldn't change the coalesce value from the User ID to another value. That's why I think using the Emp ID number in conjunction with the User ID sounds reasonable. I'll share with our team and see what we can figure out. Thank you to everyone for your quick response and offers of assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2017 07:59 AM
You can't coalesce on two different fields though unfortunately. The most you can do is coalesce on one and on the Transform logic of the LDAP sync you can have it check something else.
-Alan Lowrance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2017 08:02 AM
Is the User ID field Unique? If so then it shouldn't matter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2017 08:12 AM
While you were advised not to change your coalesce field, you're kind of going to have to unless you want this behavior to be repeated. The only way you get around this is if you are part of the process or are notified when the employee name changes and you go in and manually update it before LDAP has a chance to create a new one. If the security is a concern with the AD guid, you can always hide it and nobody needs to see it. If you continue to coalesce on the user ID and they are OK with changing it in AD, then you will continue to get a new account when they change someones user name