Is sys_id is equivalent to ObjectGUID in active directory?

khail
Kilo Contributor

It doesn't matter if sys_id is not GUID formatted but I just want to know if that is correct.

The goal is to integrate the other site into servicenow. I wanted to know if the sys_id is matched to ObjectGUID in active directory. If also possible if there is a SID property available in servicenow that match same on SID attribute in active directory.

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

sys_id is concept of ServiceNow which is unique for every record and has no relationship with objectGUID I guess since objectGUID is specific to Active directory.

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hello,

 

Thank you for the answer and found it a helpful information but is there a way in servicenow to get information in LDAP? Like ObjectGUID and etc?

Akash4
Kilo Sage
Kilo Sage

Hi Khail,

I guess your problem might be in synchronizing the records. This can only be done in one way from other site to ServiceNow. You may use Coalesce as True to make one particular field as unique, so that the record will be pushed to ServiceNow verifying with this Coalesce field(say Email), if found already SN will update the record else it will create a new record.

Sys_id is only created after the record got inserted in the system. Hence you may not be sure to cross sync this with ObjectGUID. Though you could find few other ways to reverse sync your ServiceNow records to Active Directory, but I have less knowledge here. May be Ankur can help on this. @Ankur.

Hope this helped your case.

Regards, Akash

Regards, Akash
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.

Mike Patel
Tera Sage

If you want to import AD GUID in SN than you need to create a field on User table and create transform field map.