We are getting data from LDAP to ServiceNow instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2024 09:21 AM
Hi,
We are getting data from LDAP to ServiceNow instance. When one record is getting deleted in LDAP(staging table) then that record should be inactive in ServiceNow instance.
We are getting data like UserID, Name, email, location from LDAP to ServiceNow.
Can anyone please help me to achieve that.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 04:36 AM
Hi @Community Alums,
We need to check first record is created through LDAP or manually that we can check with field source which is available in 'sys_user' table if source field is not empty then record is created through LDAP and then we get all record which gets created through LDAP after that we can check user record which is available in 'sys_user' table but not in LDAP it mean record get deleted in LDAP and we need to made that record inactive in 'sys_user' table.
Can you please help me to achieve that.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 07:24 AM
Hi,
I have to check user which source is not empty and active in 'sys_user' table using transform script. I have never written transform script.
Can anyone please help me to print all user which source is not empty and that is active in 'sys_user' table and source is field in 'sys_user' table.
code :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2024 08:43 AM
Hi @Ankur Bawiskar, @Harish KM,
Can you please help me with my OnComplete transform script.