Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

Rename assignment group in AD

samirmeroua
Tera Contributor

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?

1 ACCEPTED SOLUTION

yashkamde
Giga Sage

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.

View solution in original post

2 REPLIES 2

Tanushree Maiti
Tera Patron

Hi @samirmeroua 

 

Check this post : https://www.servicenow.com/community/developer-forum/groups-syncing-with-active-directory/m-p/264537...

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

yashkamde
Giga Sage

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.