cancel
Showing results for 
Search instead for 
Did you mean: 

IAS_IPS_Mapping Country Attribute from SF to update Company Country/Region under Company Information

VL1
Active Contributor
0 Kudos

Hi Team / @sushilgupta857 

Currently the attribute Country from User is not synced to IAS/IPS from successfactors.

Not the user country but the Company Country.

I want to map the country (office country) in UDF to be mapped to Company Country/Region under Company Information. I do not want to set a particular country as constant, whatever the value is in the office country field, the same should be updated in the user's Company Country/Region under company information.

I used the below transformation but this is not helping:

 

{          "targetPath": "$.addresses[0].country",
           "constant": "EN"
            },
      {
           "constant": "work",
           "targetPath": "$.addresses[0].type"
      },

Could you please help how should i bring the country value.

Regards,

 

Accepted Solutions (0)

Answers (0)