PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

workdaytoSOAP saviynt mapping query

mbh_it
Regular Contributor II
Regular Contributor II

Hello All,

 

I am trying to store effective date during SOAP WD import I wrote like below

"CUSTOMPROPERTY13": "Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.Effective_Date",

But the value is not mapping and in postman response it is like below

<wd:Employment_Data>
<wd:Worker_Job_Data wd:Primary_Job="1">
<wd:Position_Data wd:Effective_Date="2024-04-25">
<wd:Position_Reference>

How can I read effective Date, please guide me

 

Thanks

Mahesh

1 REPLY 1

mbh_it
Regular Contributor II
Regular Contributor II

Hi All,

After few trials, I was able to resolve

mapping solution is  "CUSTOMPROPERTY13": "Worker_Data.Employment_Data.Worker_Job_Data.Position_Data.@Effective_Date",

 

Thanks

Mahesh