- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2022 11:09 PM
how do we update "company" for user records coming from active directory in servicenow as the field is not getting updated automatically when pushed from Active directory. The company name is also different in servicenow as compared to AD. For example company name is "ABC" in servicenow and "ABC Pvt ltd" in Active Directory. We are not using LDAP or orchestration as of now for updating user records. Also is it possible to add Class as "contact" in user record automatically when the user record is pushed from AD.
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 02:03 AM
So if the records are being pushed by the AD to Servicenow, you must be able to decide what information/values should be pushed? Include some value for company to set on the user.
If that's not a possibility, I would try to set up a LDAP integration, that only updates the users based on input from your AD. That way you could look at the company value on the AD, and use a field transform script to set the company according to your requirements.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2022 11:19 PM
Hi,
Your image isn't showing, please reattach it.
How are you updating the user records from your AD, if not using LDAP?
Regarding the company issue, I was thinking somewhere is the lines of making a field mapping transform, if the company always starts with the same letters, and the company names are unique, then you could try something like it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2022 11:26 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2022 11:35 PM
Thank you, but you didn't answer my question. How do you create/update user records in your ServiceNow instance, if not using an LDAP integration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 12:17 AM