- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 01:07 AM
Hi,
I need to add another Field map.
Source table is this table only. Target table is sys_user table. I know the Target Field. How do select/create the source field?
I see only two "Active" Transform Maps. 1 is only for Groups
2nd is this one,
Where I only see 1 field map. Here only "User Name" is there, But in everyday sync all the values of the fields that are in sys_user table appear in ServiceNow not sure how this is working.
I need to verify if a particular field value is being Updated or not?
This is for LDAP Sync into servicenow.
Thanks,
Vaishnavi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 02:44 AM
Hi,
Is this LDAP data source?
what all fields are you importing from LDAP?
if you wish to import extra then give that in attributes; then when data loads that source field will get created
then you can create field map for that
Below is the screenshot from Ldap form for the attributes you wish to bring
Add that extra one here
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 01:18 AM
Hi,
You would need to create source field in source table first then you would be able to select the same field while creating map.
However, you have to make sure that you will be getting the data in source field from LDAP then only it will reflect in target field.
Let me know if you have any further queries.
Please mark this as Correct or Helpful if it helps.
Thanks and Regards,
Abhijit
Regards,
Abhijit
ServiceNow MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 01:29 AM
How do I make sure the data is getting in the source field from LDAP?
I can connect with the resource handling the LDAP but how do I confirm this?
I have modified the question, can you please check?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 02:37 AM
Hi,
Apologies, I do not have expertise in LDAP integration part. Hope someone who has expertise will help you.
However, Normally in integration target system throws data at source table (import set table) and if you have its payload then payload field name should match with your newly created field name then it gets automatically mapped. but, not sure which type of integration LDAP uses.
Thanks and Regards,
Abhijit
Regards,
Abhijit
ServiceNow MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2022 02:11 AM
Hello,
I see a Transform script can you check what is written in the transform script.
Thanks,