Rename assignment group in AD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Good afternoon
We have bunch of assignment groups in AD ( Active directory) and we set LDAP sync.
Whenever I rename an assignment group.. in servicenow now another record/group is created, and the old group still exists. I check the transform maps.. all source and target fiels seems to be set properly..only sAmmaccount is coalesce
Any advise?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
23m ago
Hello @samirmeroua ,
I would recommend always coalesce on a stable, system-generated identifier (like objectGUID) rather than a human-readable field (sAMAccountName, cn), because those can and do change. This ensures your sync process is idempotent and prevents duplicate records.
Refer this :
Advice regarding LDAP import coalesce (ObjectGUID)
If my response helped mark as helpful and accept the solution.

