I want to create a Field map in the existing Transform map. Can I do that?

Vaishnavi35
Tera Guru

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,

find_real_file.png

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

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

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

find_real_file.png

Regards
Ankur

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

View solution in original post

8 REPLIES 8

Abhijit4
Mega Sage

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

By marking my response as correct or helpful, you contribute to helping future readers with similar issues.
Regards,
Abhijit
ServiceNow MVP

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?

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

By marking my response as correct or helpful, you contribute to helping future readers with similar issues.
Regards,
Abhijit
ServiceNow MVP

Saurav11
Kilo Patron
Kilo Patron

Hello,

I see a Transform script can you check what is written in the transform script.

Thanks,