-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdev53616-69ae84224fa23300ad404a10a310c7cf.xml
604 lines (532 loc) · 202 KB
/
dev53616-69ae84224fa23300ad404a10a310c7cf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
<?xml version="1.0" encoding="UTF-8"?><unload unload_date="2019-07-12 18:01:04"><sys_remote_update_set action="INSERT_OR_UPDATE"><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><application_name>Human Resources: Integrations</application_name><application_scope>sn_hr_integrations</application_scope><application_version>4.0.53</application_version><collisions/><commit_date/><deleted/><description/><inserted/><name>Workday Integration - Configured in London 1.0 [sn_hr_integrations]</name><origin_sys_id/><parent/><release_date/><remote_base_update_set/><remote_parent_id/><remote_sys_id>69ae84224fa23300ad404a10a310c7cf</remote_sys_id><state>loaded</state><summary/><sys_class_name>sys_remote_update_set</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>d53ed06e4fa23300ad404a10a310c74d</sys_id><sys_mod_count>0</sys_mod_count><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><update_set/><update_source/><updated/></sys_remote_update_set><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_245ee6419f1132003be01050a57fcf35</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>false</mandatory><service_mapping>3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
var helper = new HRIntegrationsWorkdayPushContactHelper();
if (source.getDisplayValue('work_mobile'))
return helper.createPhoneData("work", 'mobile', source.getDisplayValue('work_mobile'), 'work_mobile', source);
var user = new GlideRecord("sys_user");
user.get(source.getValue("user"));
if (user.getDisplayValue('mobile_phone'))
return helper.createPhoneData("work", 'mobile', user.getDisplayValue('mobile_phone'), 'work_mobile', source);
return "";
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-03-03 00:36:44</sys_created_on><sys_domain>global</sys_domain><sys_id>245ee6419f1132003be01050a57fcf35</sys_id><sys_mod_count>1</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_245ee6419f1132003be01050a57fcf35</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-03 00:39:55</sys_updated_on><target_column>work_mobile</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>-120805517</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>113ed06e4fa23300ad404a10a310c74f</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72550a50000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca284a23300acb60e3c703f3b7d</update_guid><update_guid_history>e2619ca284a23300acb60e3c703f3b7d:-120805517,6a60dc6256a233003f96d4d37ef683c2:-120805517</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_8111c4679f7032003be01050a57fcf8e</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>c58bde449fb032003be01050a57fcfbe,3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column>employee_number</source_column><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
// Add your code here
return ""; // return the value to be put into the target field
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-13 10:31:10</sys_created_on><sys_domain>global</sys_domain><sys_id>8111c4679f7032003be01050a57fcf8e</sys_id><sys_mod_count>1</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_8111c4679f7032003be01050a57fcf8e</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-22 20:06:38</sys_updated_on><target_column>employee_number</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>-788843995</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>113ed06e4fa23300ad404a10a310c7ce</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be725519a0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca26fa233001259086e20f5db8b</update_guid><update_guid_history>e2619ca26fa233001259086e20f5db8b:-788843995,438f0c2276a23300b40bae9ca4a82150:-788843995</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_service_mapping_c58bde449fb032003be01050a57fcfbe</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_service_mapping"><sn_hr_integrations_service_mapping action="INSERT_OR_UPDATE"><active>true</active><hr_external_source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</hr_external_source><hr_integration_outbound_service display_value="Change Legal Name">2441afe59f3832003be01050a57fcfc8</hr_integration_outbound_service><hr_integration_service/><hr_service/><name>Workday - Change Legal Name</name><outbound_request_type>soap</outbound_request_type><outbound_service display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</outbound_service><outbound_service_function display_value="Change_Legal_Name_Request">fd7173879f6032003be01050a57fcff7</outbound_service_function><outbound_service_function_all/><response_content_type>xml</response_content_type><response_current_page/><response_has_more_data/><response_page_results/><response_root/><response_total_pages/><response_total_results/><rest_outbound_service/><rest_outbound_service_function/><rest_outbound_service_function_all/><sys_class_name>sn_hr_integrations_service_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-03 00:09:55</sys_created_on><sys_domain>global</sys_domain><sys_id>c58bde449fb032003be01050a57fcfbe</sys_id><sys_mod_count>2</sys_mod_count><sys_name>Workday - Change Legal Name</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_service_mapping_c58bde449fb032003be01050a57fcfbe</sys_update_name><sys_updated_by>system</sys_updated_by><sys_updated_on>2019-04-12 12:27:42</sys_updated_on></sn_hr_integrations_service_mapping></record_update>]]></payload><payload_hash>1187370403</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>113ed06e4fa23300ad404a10a310c7d1</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71d5cee0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Workday - Change Legal Name</target_name><type>HR Integrations Service Mapping</type><update_domain>global</update_domain><update_guid>9b6f4062d1a2330034e8fe1fef704d31</update_guid><update_guid_history>9b6f4062d1a2330034e8fe1fef704d31:1187370403</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_function_4039a57e9fc072003be01050a57fcf7d</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message_function"><sys_soap_message_function action="INSERT_OR_UPDATE"><authentication_type/><basic_auth_password/><basic_auth_profile/><basic_auth_user/><certificate/><enable_mutual_auth>false</enable_mutual_auth><envelope><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bsvc="urn:com.workday/bsvc">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-7">
<wsse:Username>${username_inbound}</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">${password_inbound}</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<bsvc:Server_Timestamp_Get bsvc:version="${api_version}"/>
</soapenv:Body>
</soapenv:Envelope>]]></envelope><function_name>Get_Server_Timestamp</function_name><key_store/><key_store_alias/><key_store_password/><lock>false</lock><protocol_profile/><qualified_name>Workday HR Web Service [ Get_Server_Timestamp ]</qualified_name><soap_action/><soap_endpoint/><soap_message display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</soap_message><strip_whitespace>false</strip_whitespace><sys_class_name>sys_soap_message_function</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-05 02:45:55</sys_created_on><sys_id>4039a57e9fc072003be01050a57fcf7d</sys_id><sys_mod_count>1</sys_mod_count><sys_name>Get_Server_Timestamp</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_function_4039a57e9fc072003be01050a57fcf7d</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-03 06:28:33</sys_updated_on><use_basic_auth>false</use_basic_auth><use_mid_server/><use_ws_security>false</use_ws_security><ws_security_type/><ws_security_username_profile/><ws_security_x509_profile/></sys_soap_message_function></record_update></payload><payload_hash>-122031334</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>113ed06e4fa23300ad404a10a310c7d4</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72703fd0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Get_Server_Timestamp</target_name><type>SOAP Message Function</type><update_domain>global</update_domain><update_guid>b5d194e211a2330087c9c785e9b1ca1c</update_guid><update_guid_history>b5d194e211a2330087c9c785e9b1ca1c:-122031334</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_12db2b4d9f3032003be01050a57fcf54</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>false</mandatory><service_mapping>57cb9bb60b1032001c252c7885673a27</service_mapping><source_column>prev_sync_date</source_column><source_script/><staging_table>sn_hr_integrations_job_tracker</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-06 08:34:08</sys_created_on><sys_domain>global</sys_domain><sys_id>12db2b4d9f3032003be01050a57fcf54</sys_id><sys_mod_count>1</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_12db2b4d9f3032003be01050a57fcf54</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-06 19:32:31</sys_updated_on><target_column>startDate</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update>]]></payload><payload_hash>160612760</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>153ed06e4fa23300ad404a10a310c74e</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72550690000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca2cca23300ac43328ece947879</update_guid><update_guid_history>e2619ca2cca23300ac43328ece947879:160612760,0a7010a2c6a23300455f24723f3b9363:160612760</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_7b032caa9f4532003be01050a57fcfe6</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
// Add your code here
return new GlideDateTime().getLocalDate().toString(); // return the value to be put into the target field
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-22 20:05:52</sys_created_on><sys_domain>global</sys_domain><sys_id>7b032caa9f4532003be01050a57fcfe6</sys_id><sys_mod_count>4</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_7b032caa9f4532003be01050a57fcfe6</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-23 19:05:14</sys_updated_on><target_column>effective_date</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>434354990</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>153ed06e4fa23300ad404a10a310c751</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72551770000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca20da2330006fea1872e6d8589</update_guid><update_guid_history>e2619ca20da2330006fea1872e6d8589:434354990,2a60dc624da23300f8f6973dc9ab3aca:434354990</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_service_mapping_57cb9bb60b1032001c252c7885673a27</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_service_mapping"><sn_hr_integrations_service_mapping action="INSERT_OR_UPDATE"><active>true</active><hr_external_source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</hr_external_source><hr_integration_outbound_service/><hr_integration_service display_value="Worker Profiles">6b09f2660b1032001c252c7885673a76</hr_integration_service><hr_service/><name>Workday - Worker Profiles</name><outbound_request_type>soap</outbound_request_type><outbound_service display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</outbound_service><outbound_service_function display_value="Get_Updated_Workers">c82ab3f59f2032003be01050a57fcf18</outbound_service_function><outbound_service_function_all display_value="Get_All_Workers">12e973f59f2032003be01050a57fcf60</outbound_service_function_all><response_content_type>xml</response_content_type><response_current_page>//wd:Response_Results/wd:Page</response_current_page><response_has_more_data/><response_page_results>//wd:Response_Results/wd:Page_Results</response_page_results><response_root>//wd:Response_Data</response_root><response_total_pages>//wd:Response_Results/wd:Total_Pages</response_total_pages><response_total_results>//wd:Response_Results/wd:Total_Results</response_total_results><rest_outbound_service/><rest_outbound_service_function/><rest_outbound_service_function_all/><sys_class_name>sn_hr_integrations_service_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-17 21:27:26</sys_created_on><sys_domain>global</sys_domain><sys_id>57cb9bb60b1032001c252c7885673a27</sys_id><sys_mod_count>11</sys_mod_count><sys_name>Workday - Worker Profiles</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_service_mapping_57cb9bb60b1032001c252c7885673a27</sys_update_name><sys_updated_by>system</sys_updated_by><sys_updated_on>2019-04-12 12:27:42</sys_updated_on></sn_hr_integrations_service_mapping></record_update>]]></payload><payload_hash>-40619767</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>153ed06e4fa23300ad404a10a310c7d0</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71d5db90000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Workday - Worker Profiles</target_name><type>HR Integrations Service Mapping</type><update_domain>global</update_domain><update_guid>1f6f4062fba233009f4c9b6d6f78703b</update_guid><update_guid_history>1f6f4062fba233009f4c9b6d6f78703b:-40619767</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_e678617e9fc072003be01050a57fcfb0</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message"><sys_soap_message action="INSERT_OR_UPDATE"><access>public</access><authentication_type/><basic_auth_password>PrGZdAcjK2J7MaSa+EyjGA==</basic_auth_password><basic_auth_profile/><basic_auth_user/><description>This webservice uses the Human_Resources WSDL to create two separate version of the Get_Workers Method.&#13;
Get_All_Workers:&#13;
Loads all the data from Workday. Parameters are defined in the Workday Properties Page&#13;
Get_Updated_Workers:&#13;
Gets data that has been created or updated since the last successful run. Parameters are defined in the Workday Properties Page.&#13;
&#13;
Here's the WSDL for different versions&#13;
https://community.workday.com/custom/developer/API/Human_Resources/v24.1/Human_Resources.wsdl&#13;
https://community.workday.com/custom/developer/API/Human_Resources/v28.2/Human_Resources.wsdl&#13;
</description><download_wsdl>false</download_wsdl><enable_mutual_auth>false</enable_mutual_auth><name>Workday HR Web Service</name><protocol_profile/><sys_class_name>sys_soap_message</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-05 02:42:27</sys_created_on><sys_id>e678617e9fc072003be01050a57fcfb0</sys_id><sys_mod_count>4</sys_mod_count><sys_name>Workday HR Web Service</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_e678617e9fc072003be01050a57fcfb0</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-09-05 14:13:38</sys_updated_on><use_basic_auth>false</use_basic_auth><wsdl/><wsdl_xml><![CDATA[<xml/>]]></wsdl_xml></sys_soap_message></record_update></payload><payload_hash>1905912439</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>153ed06e4fa23300ad404a10a310c7d3</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be749848f0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Workday HR Web Service</target_name><type>SOAP Message</type><update_domain>global</update_domain><update_guid>7d7a5c6a77a233003b9e0fba8c750bc9</update_guid><update_guid_history>7d7a5c6a77a233003b9e0fba8c750bc9:1905912439,c8d150e23ca233000406fd1f91a08f16:1905912439</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_6b0649629f8532003be01050a57fcf06</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column>zip</source_column><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
// Add your code here
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-22 22:36:21</sys_created_on><sys_domain>global</sys_domain><sys_id>6b0649629f8532003be01050a57fcf06</sys_id><sys_mod_count>1</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_6b0649629f8532003be01050a57fcf06</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-02 19:32:18</sys_updated_on><target_column>zip</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>-788739754</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>193ed06e4fa23300ad404a10a310c750</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be725512d0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca250a23300d06d39d865905f85</update_guid><update_guid_history>e2619ca250a23300d06d39d865905f85:-788739754,6660dc620ca233002f272cc607eca2c8:-788739754</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_ef748a599f7032003be01050a57fcfa6</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>26acf9d49f3432003be01050a57fcf90</service_mapping><source_column>current_external_server_time</source_column><source_script/><staging_table>sn_hr_integrations_job_tracker</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-06 19:41:03</sys_created_on><sys_domain>global</sys_domain><sys_id>ef748a599f7032003be01050a57fcfa6</sys_id><sys_mod_count>1</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_ef748a599f7032003be01050a57fcfa6</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-06 19:41:18</sys_updated_on><target_column>endDate</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update>]]></payload><payload_hash>-2095937252</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>193ed06e4fa23300ad404a10a310c7cf</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72552290000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca27da233007c6f82506ca12b93</update_guid><update_guid_history>e2619ca27da233007c6f82506ca12b93:-2095937252,fcafc062aba233002b5b1f98592095da:-2095937252</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_source_version_0ac853e39fb803003be01050a57fcf60</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_source_version"><sn_hr_integrations_source_version action="INSERT_OR_UPDATE"><active>false</active><source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</source><sys_class_name>sn_hr_integrations_source_version</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-08-31 21:46:59</sys_created_on><sys_domain>global</sys_domain><sys_id>0ac853e39fb803003be01050a57fcf60</sys_id><sys_mod_count>9</sys_mod_count><sys_name>v28.2</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_source_version_0ac853e39fb803003be01050a57fcf60</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2018-03-16 18:42:31</sys_updated_on><version>v28.2</version></sn_hr_integrations_source_version></record_update>]]></payload><payload_hash>-156524255</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>193ed06e4fa23300ad404a10a310c7d2</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71ba5ed0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>v28.2</target_name><type>HR Integrations Source Version</type><update_domain>global</update_domain><update_guid>bbfe04222fa233001039cfb398cacc7a</update_guid><update_guid_history>bbfe04222fa233001039cfb398cacc7a:-156524255</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_function_fd7173879f6032003be01050a57fcff7</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message_function"><sys_soap_message_function action="INSERT_OR_UPDATE"><authentication_type/><basic_auth_password/><basic_auth_profile/><basic_auth_user/><certificate/><enable_mutual_auth>false</enable_mutual_auth><envelope><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bsvc="urn:com.workday/bsvc">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-7">
<wsse:Username>${username_outbound}</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">${password_outbound}</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<bsvc:Change_Legal_Name_Request bsvc:version="${api_version}">
<!--Optional:-->
<bsvc:Business_Process_Parameters>
<!--Optional:-->
<bsvc:Auto_Complete>true</bsvc:Auto_Complete>
<!--Optional:-->
<bsvc:Run_Now>1</bsvc:Run_Now>
</bsvc:Business_Process_Parameters>
<bsvc:Change_Legal_Name_Data>
<bsvc:Worker_Reference bsvc:Descriptor="?">
<!--Zero or more repetitions:-->
<bsvc:ID bsvc:type="${employee_type}">${employee_number}</bsvc:ID>
<!-- <bsvc:ID bsvc:type="Employee_ID">{employee_number}</bsvc:ID>
<bsvc:ID bsvc:type="Contingent_Worker_ID">{employee_number}</bsvc:ID> -->
</bsvc:Worker_Reference>
<bsvc:Name_Data bsvc:Formatted_Name="Basic" bsvc:Reporting_Name="0">
<bsvc:Country_Reference bsvc:Descriptor="?">
<!--Zero or more repetitions:-->
<bsvc:ID bsvc:type="ISO_3166-1_Alpha-3_Code">${country}</bsvc:ID>
</bsvc:Country_Reference>
<!--Optional:-->
<bsvc:First_Name>${first_name}</bsvc:First_Name>
<!--Optional:-->
<bsvc:Middle_Name>${middle_name}</bsvc:Middle_Name>
<!--Optional:-->
<bsvc:Last_Name>${last_name}</bsvc:Last_Name>
</bsvc:Name_Data>
</bsvc:Change_Legal_Name_Data>
</bsvc:Change_Legal_Name_Request>
</soapenv:Body>
</soapenv:Envelope>]]></envelope><function_name>Change_Legal_Name_Request</function_name><key_store/><key_store_alias/><key_store_password/><lock>false</lock><protocol_profile/><qualified_name>Workday HR Web Service [ Change_Legal_Name_Request ]</qualified_name><soap_action/><soap_endpoint/><soap_message display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</soap_message><strip_whitespace>false</strip_whitespace><sys_class_name>sys_soap_message_function</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-31 03:52:35</sys_created_on><sys_id>fd7173879f6032003be01050a57fcff7</sys_id><sys_mod_count>4</sys_mod_count><sys_name>Change_Legal_Name_Request</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_function_fd7173879f6032003be01050a57fcff7</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-03 06:30:59</sys_updated_on><use_basic_auth>false</use_basic_auth><use_mid_server/><use_ws_security>false</use_ws_security><ws_security_type/><ws_security_username_profile/><ws_security_x509_profile/></sys_soap_message_function></record_update></payload><payload_hash>1722586253</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>193ed06e4fa23300ad404a10a310c7d5</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72704a40000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Change_Legal_Name_Request</target_name><type>SOAP Message Function</type><update_domain>global</update_domain><update_guid>79d194e250a2330042597f16a4723725</update_guid><update_guid_history>79d194e250a2330042597f16a4723725:1722586253</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_4f9d60fa9fc532003be01050a57fcfb1</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
var hrIntHelper = new HRIntegrationsHelper();
var enableAutoUpdate = hrIntHelper.getSourceProperty(externalSourceId , hrIntegrations.HR_ENABLE_AUTO_UPDATE );
if (enableAutoUpdate == "true")
return "1";
return "0";
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-23 15:28:03</sys_created_on><sys_domain>global</sys_domain><sys_id>4f9d60fa9fc532003be01050a57fcfb1</sys_id><sys_mod_count>1</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_4f9d60fa9fc532003be01050a57fcfb1</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-10 00:02:21</sys_updated_on><target_column>auto_complete</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>1570245835</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>1d3ed06e4fa23300ad404a10a310c74f</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72550e30000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca26da23300edb224c9a2336f81</update_guid><update_guid_history>e2619ca26da23300edb224c9a2336f81:1570245835,2e60dc6296a2330047073a6b401d6ac3:1570245835</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_c6f405629f8532003be01050a57fcf85</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column>city</source_column><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
// Add your code here
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-22 22:31:37</sys_created_on><sys_domain>global</sys_domain><sys_id>c6f405629f8532003be01050a57fcf85</sys_id><sys_mod_count>1</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_c6f405629f8532003be01050a57fcf85</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-02 19:30:56</sys_updated_on><target_column>city</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>-1684915492</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>1d3ed06e4fa23300ad404a10a310c7ce</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72551df0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca229a233008595f14d6d6d2f8f</update_guid><update_guid_history>e2619ca229a233008595f14d6d6d2f8f:-1684915492,ae60dc6203a23300b8207c14ba66b5cd:-1684915492</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_source_properties_2e27b4829f7432003be01050a57fcf40</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_source_properties"><sn_hr_integrations_source_properties action="INSERT_OR_UPDATE"><active>true</active><description>HR Integrations -Enable the debug log. Note: this will print lot of information to logs.</description><name>sn_hr_integrations.debug</name><source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</source><sys_class_name>sn_hr_integrations_source_properties</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-08 21:58:39</sys_created_on><sys_domain>global</sys_domain><sys_id>2e27b4829f7432003be01050a57fcf40</sys_id><sys_mod_count>2</sys_mod_count><sys_name>sn_hr_integrations.debug</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_source_properties_2e27b4829f7432003be01050a57fcf40</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-09 23:57:20</sys_updated_on><value>false</value></sn_hr_integrations_source_properties><sys_translated_text action="delete_multiple" query="documentkey=2e27b4829f7432003be01050a57fcf40"/></record_update>]]></payload><payload_hash>-435460689</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>1d3ed06e4fa23300ad404a10a310c7d1</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71c0b1d0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>sn_hr_integrations.debug</target_name><type>HR Integrations Source Property</type><update_domain>global</update_domain><update_guid>0e1fc02243a233006b706729f788788e</update_guid><update_guid_history>0e1fc02243a233006b706729f788788e:-435460689</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_function_c259e57e9fc072003be01050a57fcf0c</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message_function"><sys_soap_message_function action="INSERT_OR_UPDATE"><authentication_type/><basic_auth_password/><basic_auth_profile/><basic_auth_user/><certificate/><enable_mutual_auth>false</enable_mutual_auth><envelope><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bsvc="urn:com.workday/bsvc">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-7">
<wsse:Username>${username_inbound}</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">${password_inbound}</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<bsvc:Get_Organizations_Request bsvc:version="${api_version}">
<bsvc:Request_Criteria>
<bsvc:Include_Inactive>false</bsvc:Include_Inactive>
</bsvc:Request_Criteria>
<bsvc:Response_Filter>
<bsvc:As_Of_Entry_DateTime>${entryDateTime}</bsvc:As_Of_Entry_DateTime>
<bsvc:Page>${pageNumber}</bsvc:Page>
</bsvc:Response_Filter>
</bsvc:Get_Organizations_Request>
</soapenv:Body>
</soapenv:Envelope>]]></envelope><function_name>Get_All_Departments</function_name><key_store/><key_store_alias/><key_store_password/><lock>false</lock><protocol_profile/><qualified_name>Workday HR Web Service [ Get_All_Departments ]</qualified_name><soap_action/><soap_endpoint/><soap_message display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</soap_message><strip_whitespace>false</strip_whitespace><sys_class_name>sys_soap_message_function</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-05 02:46:31</sys_created_on><sys_id>c259e57e9fc072003be01050a57fcf0c</sys_id><sys_mod_count>1</sys_mod_count><sys_name>Get_All_Departments</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_function_c259e57e9fc072003be01050a57fcf0c</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-03 06:28:54</sys_updated_on><use_basic_auth>false</use_basic_auth><use_mid_server/><use_ws_security>false</use_ws_security><ws_security_type/><ws_security_username_profile/><ws_security_x509_profile/></sys_soap_message_function></record_update></payload><payload_hash>1542128267</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>1d3ed06e4fa23300ad404a10a310c7d4</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be727045b0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Get_All_Departments</target_name><type>SOAP Message Function</type><update_domain>global</update_domain><update_guid>b9d194e27ba23300fffe2f5aac6c6d21</update_guid><update_guid_history>b9d194e27ba23300fffe2f5aac6c6d21:1542128267</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_06d4c1629f8532003be01050a57fcf64</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column>address</source_column><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
// Add your code here
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-22 22:31:04</sys_created_on><sys_domain>global</sys_domain><sys_id>06d4c1629f8532003be01050a57fcf64</sys_id><sys_mod_count>1</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_06d4c1629f8532003be01050a57fcf64</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-02 19:26:49</sys_updated_on><target_column>address</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>2078717814</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>513ed06e4fa23300ad404a10a310c74e</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be725505a0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>6a6154a28aa233004f3073d912db18a0</update_guid><update_guid_history>6a6154a28aa233004f3073d912db18a0:2078717814,2e601c62caa233007850ec1769244397:2078717814</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_7828535e9fa722003be01050a57fcf65</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>6c749a519f1032003be01050a57fcfa1</service_mapping><source_column>estimated_last_day_of_leave</source_column><source_script/><staging_table>sn_hr_core_case_total_rewards</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-12-10 01:01:57</sys_created_on><sys_domain>global</sys_domain><sys_id>7828535e9fa722003be01050a57fcf65</sys_id><sys_mod_count>2</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_7828535e9fa722003be01050a57fcf65</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-06 18:50:39</sys_updated_on><target_column>end_date</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update>]]></payload><payload_hash>-415029054</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>513ed06e4fa23300ad404a10a310c751</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72551630000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca2c5a23300f60b9aa52adfc488</update_guid><update_guid_history>e2619ca2c5a23300f60b9aa52adfc488:-415029054,0720986280a23300b467031bda842c3b:-415029054</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_service_mapping_547dae6e9fd032003be01050a57fcf10</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_service_mapping"><sn_hr_integrations_service_mapping action="INSERT_OR_UPDATE"><active>true</active><hr_external_source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</hr_external_source><hr_integration_outbound_service/><hr_integration_service display_value="Job Profiles">ab5d6e6e9fd032003be01050a57fcffd</hr_integration_service><hr_service/><name>Workday - Job Profiles</name><outbound_request_type>soap</outbound_request_type><outbound_service display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</outbound_service><outbound_service_function display_value="Get_All_Job_Profiles">157742a69fd032003be01050a57fcf7b</outbound_service_function><outbound_service_function_all/><response_content_type>xml</response_content_type><response_current_page>//wd:Response_Results/wd:Page</response_current_page><response_has_more_data/><response_page_results>//wd:Response_Results/wd:Page_Results</response_page_results><response_root>//wd:Response_Data</response_root><response_total_pages>//wd:Response_Results/wd:Total_Pages</response_total_pages><response_total_results>//wd:Response_Results/wd:Total_Results</response_total_results><rest_outbound_service/><rest_outbound_service_function/><rest_outbound_service_function_all/><sys_class_name>sn_hr_integrations_service_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-16 23:21:49</sys_created_on><sys_domain>global</sys_domain><sys_id>547dae6e9fd032003be01050a57fcf10</sys_id><sys_mod_count>10</sys_mod_count><sys_name>Workday - Job Profiles</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_service_mapping_547dae6e9fd032003be01050a57fcf10</sys_update_name><sys_updated_by>system</sys_updated_by><sys_updated_on>2019-04-12 12:27:42</sys_updated_on></sn_hr_integrations_service_mapping></record_update>]]></payload><payload_hash>913316181</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>513ed06e4fa23300ad404a10a310c7d0</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71d5d620000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Workday - Job Profiles</target_name><type>HR Integrations Service Mapping</type><update_domain>global</update_domain><update_guid>976f40620da233000bd1bbcc1fbbd937</update_guid><update_guid_history>976f40620da233000bd1bbcc1fbbd937:913316181</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sysauto_script_2c658b6d9f1032003be01050a57fcf43</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sysauto_script"><sysauto_script action="INSERT_OR_UPDATE"><active>false</active><condition><![CDATA[//Only run the script when it's not already running
var jobName = hrIntegrations.WORKDAY_JOB_NAME;
var gr = new GlideRecord(hrIntegrations.JOB_TRACKER_TABLE);
gr.addNotNullQuery("job_started_at");
gr.addNullQuery("job_ended_at");
gr.addQuery("job_name", jobName);
gr.query();
var result = true;
if(gr.next()) {
gs.info(jobName + "is already running" ,hrIntegrations.HR_INT_SCHEDULER_LOG);
result = false;
}
result;]]></condition><conditional>true</conditional><name>HR Integrations-Workday Sync</name><run_as display_value="System Administrator">6816f79cc0a8016401c5a33be04be441</run_as><run_as_tz/><run_dayofmonth>1</run_dayofmonth><run_dayofweek>1</run_dayofweek><run_period/><run_start>2017-01-13 22:31:39</run_start><run_time>1970-01-01 08:00:00</run_time><run_type>daily</run_type><script><![CDATA[//insert a GlideRecord with job name and job start date
var date = new GlideDateTime().getDisplayValue();
var jobTracker = new GlideRecord(hrIntegrations.JOB_TRACKER_TABLE);
var jobName = hrIntegrations.WORKDAY_JOB_NAME;
jobTracker.setValue("job_started_at",date);
jobTracker.setValue("job_name",jobName);
jobTracker.setValue("state","running");
var sourceId = new GlideRecord(hrIntegrations.HR_INT_SOURCE);
sourceId.addQuery('name',hrIntegrations.WORKDAY_SOURCE_NAME);
sourceId.query();
if(sourceId.next()){
jobTracker.setValue('source',sourceId.sys_id);
jobTracker.setValue('source_version',new sn_hr_integrations.HRIntegrationsHelper().getActiveSourceVersion(sourceId.sys_id));
}
var jobId = jobTracker.insert();
var source = hrIntegrations.HR_INT_SCHEDULER_LOG + "_" +hrIntegrations.WORKDAY_SOURCE_NAME;
gs.info(jobName +" - Starting the sync ", source );
var hrSyncHandler = new HRIntegrationsSyncHandler();
hrSyncHandler.startSync(hrIntegrations.WORKDAY_SOURCE_NAME, jobId);
]]></script><sys_class_name>sysauto_script</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-13 22:44:13</sys_created_on><sys_id>2c658b6d9f1032003be01050a57fcf43</sys_id><sys_mod_count>24</sys_mod_count><sys_name>HR Integrations-Workday Sync</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sysauto_script_2c658b6d9f1032003be01050a57fcf43</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-09-15 23:18:25</sys_updated_on><upgrade_safe>false</upgrade_safe></sysauto_script></record_update></payload><payload_hash>-1254565500</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>513ed06e4fa23300ad404a10a310c7d3</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be7265ebc0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>HR Integrations-Workday Sync</target_name><type>Scheduled Script Execution</type><update_domain>global</update_domain><update_guid>dfa158a290a2330069f966bd8c2031bf</update_guid><update_guid_history>dfa158a290a2330069f966bd8c2031bf:-1254565500</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_69e5c1629f8532003be01050a57fcf65</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
var state = source.getValue('state');
var country = source.getValue('country');
if (!state || state == '' || !country || country == '')
return state;
var country_iso_code;
var isoCountry = new GlideRecord('core_country');
if (isoCountry.get(country)){
country_iso_code = isoCountry.getValue('iso3166_3');
if(gs.nil(country_iso_code))
country_iso_code = isoCountry.getValue("name");
}else
country_iso_code = "";
if(state.indexOf('-') == 3){
var country_code = state.substring(0, 3);
if (country_code == country_iso_code)
return state;
}
state = country_iso_code+'-'+state;
return state;
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-22 22:35:41</sys_created_on><sys_domain>global</sys_domain><sys_id>69e5c1629f8532003be01050a57fcf65</sys_id><sys_mod_count>3</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_69e5c1629f8532003be01050a57fcf65</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-03 00:07:47</sys_updated_on><target_column>state</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>-1891444573</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>553ed06e4fa23300ad404a10a310c750</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72551190000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca229a23300696ee694b2f0a784</update_guid><update_guid_history>e2619ca229a23300696ee694b2f0a784:-1891444573,a260dc6278a23300ab65f4e62e7336c7:-1891444573</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_eb38135e9fa722003be01050a57fcf4c</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>6c749a519f1032003be01050a57fcfa1</service_mapping><source_column>leave_type.leave_type_id</source_column><source_script/><staging_table>sn_hr_core_case_total_rewards</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-12-10 01:02:24</sys_created_on><sys_domain>global</sys_domain><sys_id>eb38135e9fa722003be01050a57fcf4c</sys_id><sys_mod_count>3</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_eb38135e9fa722003be01050a57fcf4c</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-06 18:50:49</sys_updated_on><target_column>leave_type</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update>]]></payload><payload_hash>-2085596358</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>553ed06e4fa23300ad404a10a310c7cf</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72552150000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca21fa23300158c6b9b16aafc92</update_guid><update_guid_history>e2619ca21fa23300158c6b9b16aafc92:-2085596358,8b20986234a23300820325038bc7463d:-2085596358</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_source_properties_f25674829f7432003be01050a57fcf72</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_source_properties"><sn_hr_integrations_source_properties action="INSERT_OR_UPDATE"><active>true</active><description>HR Integration: Number of days to look ahead for getting on-boarding and off-boarding events.</description><name>sn_hr_integrations.future.lookahead</name><source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</source><sys_class_name>sn_hr_integrations_source_properties</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-08 21:57:02</sys_created_on><sys_domain>global</sys_domain><sys_id>f25674829f7432003be01050a57fcf72</sys_id><sys_mod_count>1</sys_mod_count><sys_name>sn_hr_integrations.future.lookahead</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_source_properties_f25674829f7432003be01050a57fcf72</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-10 00:03:13</sys_updated_on><value>28</value></sn_hr_integrations_source_properties><sys_translated_text action="delete_multiple" query="documentkey=f25674829f7432003be01050a57fcf72"/></record_update>]]></payload><payload_hash>1531875865</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>553ed06e4fa23300ad404a10a310c7d2</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71c0b780000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>sn_hr_integrations.future.lookahead</target_name><type>HR Integrations Source Property</type><update_domain>global</update_domain><update_guid>ce1f0c22bba23300743b04be24f29d39</update_guid><update_guid_history>ce1f0c22bba23300743b04be24f29d39:1531875865</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_function_f5cc13f60b1032001c252c7885673a64</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message_function"><sys_soap_message_function action="INSERT_OR_UPDATE"><authentication_type/><basic_auth_password/><basic_auth_profile/><basic_auth_user/><certificate/><enable_mutual_auth>false</enable_mutual_auth><envelope><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bsvc="urn:com.workday/bsvc">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><wsse:UsernameToken wsu:Id="UsernameToken-7">
<wsse:Username>${username_inbound}</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">${password_inbound}</wsse:Password>
</wsse:UsernameToken></wsse:Security></soapenv:Header>
<soapenv:Body>
<bsvc:Get_Workers_Request bsvc:version="${api_version}">
<bsvc:Request_Criteria>
<!--Zero or more repetitions:-->
<bsvc:Transaction_Log_Criteria_Data>
<!--Optional:-->
<bsvc:Transaction_Date_Range_Data>
<!--Optional:-->
<bsvc:Effective_From>${startDate}</bsvc:Effective_From>
<!--Optional:-->
<bsvc:Effective_Through>${endDate}</bsvc:Effective_Through>
</bsvc:Transaction_Date_Range_Data>
</bsvc:Transaction_Log_Criteria_Data>
</bsvc:Request_Criteria>
<bsvc:Response_Filter>
<bsvc:Page>${pageNumber}</bsvc:Page>
<bsvc:Count>50</bsvc:Count>
<bsvc:As_Of_Effective_Date>${endDate}</bsvc:As_Of_Effective_Date>
</bsvc:Response_Filter>
<bsvc:Response_Group>
<bsvc:Include_Personal_Information>true</bsvc:Include_Personal_Information>
<bsvc:Include_Employment_Information>true</bsvc:Include_Employment_Information>
<bsvc:Include_Management_Chain_Data>true</bsvc:Include_Management_Chain_Data>
<bsvc:Include_Organizations>true</bsvc:Include_Organizations>
<bsvc:Include_Transaction_Log_Data>true</bsvc:Include_Transaction_Log_Data>
</bsvc:Response_Group>
</bsvc:Get_Workers_Request>
</soapenv:Body>
</soapenv:Envelope>]]></envelope><function_name>Get_Effective_Workers</function_name><key_store/><key_store_alias/><key_store_password/><lock>false</lock><protocol_profile/><qualified_name>Workday HR Web Service [ Get_Effective_Workers ]</qualified_name><soap_action/><soap_endpoint/><soap_message display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</soap_message><strip_whitespace>false</strip_whitespace><sys_class_name>sys_soap_message_function</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-17 21:26:45</sys_created_on><sys_id>f5cc13f60b1032001c252c7885673a64</sys_id><sys_mod_count>3</sys_mod_count><sys_name>Get_Effective_Workers</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_function_f5cc13f60b1032001c252c7885673a64</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-10 17:03:03</sys_updated_on><use_basic_auth>false</use_basic_auth><use_mid_server/><use_ws_security>false</use_ws_security><ws_security_type/><ws_security_username_profile/><ws_security_x509_profile/></sys_soap_message_function></record_update></payload><payload_hash>-2114851311</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>553ed06e4fa23300ad404a10a310c7d5</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be727048a0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Get_Effective_Workers</target_name><type>SOAP Message Function</type><update_domain>global</update_domain><update_guid>35d194e246a23300b8cd831d5cd1cc24</update_guid><update_guid_history>35d194e246a23300b8cd831d5cd1cc24:-2114851311</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_4319f1d59f7032003be01050a57fcfbb</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>26acf9d49f3432003be01050a57fcf90,ed5df1a89f7032003be01050a57fcf70</service_mapping><source_column>prev_sync_date</source_column><source_script/><staging_table>sn_hr_integrations_job_tracker</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-06 18:51:20</sys_created_on><sys_domain>global</sys_domain><sys_id>4319f1d59f7032003be01050a57fcfbb</sys_id><sys_mod_count>2</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_4319f1d59f7032003be01050a57fcfbb</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-06 19:32:27</sys_updated_on><target_column>startDate</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update>]]></payload><payload_hash>920957524</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>593ed06e4fa23300ad404a10a310c74f</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72550d40000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca298a23300e3378f2c83081880</update_guid><update_guid_history>e2619ca298a23300e3378f2c83081880:920957524,3cafc0620da2330053ce2df7a56fe7d9:920957524</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_c29b2b4d9f3032003be01050a57fcf7e</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>false</mandatory><service_mapping>ed5df1a89f7032003be01050a57fcf70</service_mapping><source_column>current_external_server_time</source_column><source_script/><staging_table>sn_hr_integrations_job_tracker</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-06 08:33:02</sys_created_on><sys_domain>global</sys_domain><sys_id>c29b2b4d9f3032003be01050a57fcf7e</sys_id><sys_mod_count>2</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_c29b2b4d9f3032003be01050a57fcf7e</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-06 19:43:07</sys_updated_on><target_column>updateEndDate</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update>]]></payload><payload_hash>-1767639467</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>593ed06e4fa23300ad404a10a310c7ce</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72551cc0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca2dca23300151d67e955c6bd8e</update_guid><update_guid_history>e2619ca2dca23300151d67e955c6bd8e:-1767639467,9c00586289a23300d551cfb15046a582:-1767639467</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_source_properties_0657b4829f7432003be01050a57fcf42</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_source_properties"><sn_hr_integrations_source_properties action="INSERT_OR_UPDATE"><active>true</active><description>If checked then the transform will run without any data being persisted. The potential changes that will occur without this flag will be written to logs (Script Logs)</description><name>sn_hr_integrations.dryrun</name><source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</source><sys_class_name>sn_hr_integrations_source_properties</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-08 21:59:26</sys_created_on><sys_domain>global</sys_domain><sys_id>0657b4829f7432003be01050a57fcf42</sys_id><sys_mod_count>6</sys_mod_count><sys_name>sn_hr_integrations.dryrun</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_source_properties_0657b4829f7432003be01050a57fcf42</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-10 00:03:06</sys_updated_on><value>false</value></sn_hr_integrations_source_properties><sys_translated_text action="delete_multiple" query="documentkey=0657b4829f7432003be01050a57fcf42"/></record_update>]]></payload><payload_hash>-123112094</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>593ed06e4fa23300ad404a10a310c7d1</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71c0b350000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>sn_hr_integrations.dryrun</target_name><type>HR Integrations Source Property</type><update_domain>global</update_domain><update_guid>821fc02288a23300385000431c38f190</update_guid><update_guid_history>821fc02288a23300385000431c38f190:-123112094</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_function_b989297e9fc072003be01050a57fcf61</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message_function"><sys_soap_message_function action="INSERT_OR_UPDATE"><authentication_type/><basic_auth_password/><basic_auth_profile/><basic_auth_user/><certificate/><enable_mutual_auth>false</enable_mutual_auth><envelope><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bsvc="urn:com.workday/bsvc">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-7">
<wsse:Username>${username_inbound}</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">${password_inbound}</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<bsvc:Get_Locations_Request bsvc:version="${api_version}">
<bsvc:Request_Criteria>
<bsvc:Exclude_Inactive_Locations>true</bsvc:Exclude_Inactive_Locations>
</bsvc:Request_Criteria>
<bsvc:Response_Filter>
<bsvc:As_Of_Entry_DateTime>${entryDateTime}</bsvc:As_Of_Entry_DateTime>
<bsvc:Page>${pageNumber}</bsvc:Page>
</bsvc:Response_Filter>
</bsvc:Get_Locations_Request>
</soapenv:Body>
</soapenv:Envelope>]]></envelope><function_name>Get_All_Locations</function_name><key_store/><key_store_alias/><key_store_password/><lock>false</lock><protocol_profile/><qualified_name>Workday HR Web Service [ Get_All_Locations ]</qualified_name><soap_action/><soap_endpoint/><soap_message display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</soap_message><strip_whitespace>false</strip_whitespace><sys_class_name>sys_soap_message_function</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-05 02:47:21</sys_created_on><sys_id>b989297e9fc072003be01050a57fcf61</sys_id><sys_mod_count>1</sys_mod_count><sys_name>Get_All_Locations</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_function_b989297e9fc072003be01050a57fcf61</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-03 06:28:43</sys_updated_on><use_basic_auth>false</use_basic_auth><use_mid_server/><use_ws_security>false</use_ws_security><ws_security_type/><ws_security_username_profile/><ws_security_x509_profile/></sys_soap_message_function></record_update></payload><payload_hash>-1221908915</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>593ed06e4fa23300ad404a10a310c7d4</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72704480000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Get_All_Locations</target_name><type>SOAP Message Function</type><update_domain>global</update_domain><update_guid>75d194e233a2330028e390c358e24320</update_guid><update_guid_history>75d194e233a2330028e390c358e24320:-1221908915</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_1f3ba74d9f3032003be01050a57fcff2</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>false</mandatory><service_mapping>57cb9bb60b1032001c252c7885673a27</service_mapping><source_column>current_external_server_time</source_column><source_script/><staging_table>sn_hr_integrations_job_tracker</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-06 08:32:28</sys_created_on><sys_domain>global</sys_domain><sys_id>1f3ba74d9f3032003be01050a57fcff2</sys_id><sys_mod_count>0</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_1f3ba74d9f3032003be01050a57fcff2</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-06 08:32:28</sys_updated_on><target_column>endDate</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update>]]></payload><payload_hash>1765064970</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>5d3ed06e4fa23300ad404a10a310c74e</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72550960000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca26aa2330006a4df782429cb7c</update_guid><update_guid_history>e2619ca26aa2330006a4df782429cb7c:1765064970,0e7010a2b6a23300e039ab340db61b65:1765064970</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_service_mapping_c54316519f1032003be01050a57fcf4f</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_service_mapping"><sn_hr_integrations_service_mapping action="INSERT_OR_UPDATE"><active>true</active><hr_external_source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</hr_external_source><hr_integration_outbound_service/><hr_integration_service display_value="Departments">d6c999959f1032003be01050a57fcf42</hr_integration_service><hr_service/><name>Workday - Departments</name><outbound_request_type>soap</outbound_request_type><outbound_service display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</outbound_service><outbound_service_function display_value="Get_All_Departments">c259e57e9fc072003be01050a57fcf0c</outbound_service_function><outbound_service_function_all/><response_content_type>xml</response_content_type><response_current_page>//wd:Response_Results/wd:Page</response_current_page><response_has_more_data/><response_page_results>//wd:Response_Results/wd:Page_Results</response_page_results><response_root>//wd:Response_Data</response_root><response_total_pages>//wd:Response_Results/wd:Total_Pages</response_total_pages><response_total_results>//wd:Response_Results/wd:Total_Results</response_total_results><rest_outbound_service/><rest_outbound_service_function/><rest_outbound_service_function_all/><sys_class_name>sn_hr_integrations_service_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-13 00:14:47</sys_created_on><sys_domain>global</sys_domain><sys_id>c54316519f1032003be01050a57fcf4f</sys_id><sys_mod_count>8</sys_mod_count><sys_name>Workday - Departments</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_service_mapping_c54316519f1032003be01050a57fcf4f</sys_update_name><sys_updated_by>system</sys_updated_by><sys_updated_on>2019-04-12 12:27:42</sys_updated_on></sn_hr_integrations_service_mapping></record_update>]]></payload><payload_hash>-2046544438</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>5d3ed06e4fa23300ad404a10a310c7d0</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71d5d0c0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Workday - Departments</target_name><type>HR Integrations Service Mapping</type><update_domain>global</update_domain><update_guid>536f406247a2330041d937dca9fe4933</update_guid><update_guid_history>536f406247a2330041d937dca9fe4933:-2046544438</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_function_157742a69fd032003be01050a57fcf7b</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message_function"><sys_soap_message_function action="INSERT_OR_UPDATE"><authentication_type/><basic_auth_password/><basic_auth_profile/><basic_auth_user/><certificate/><enable_mutual_auth>false</enable_mutual_auth><envelope><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bsvc="urn:com.workday/bsvc">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-7">
<wsse:Username>${username_inbound}</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">${password_inbound}</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<bsvc:Get_Job_Profiles_Request bsvc:version="${api_version}">
<bsvc:Response_Filter>
<bsvc:As_Of_Entry_DateTime>${entryDateTime}</bsvc:As_Of_Entry_DateTime>
<bsvc:Page>${pageNumber}</bsvc:Page>
</bsvc:Response_Filter>
</bsvc:Get_Job_Profiles_Request>
</soapenv:Body>
</soapenv:Envelope>]]></envelope><function_name>Get_All_Job_Profiles</function_name><key_store/><key_store_alias/><key_store_password/><lock>false</lock><protocol_profile/><qualified_name>Workday HR Web Service [ Get_All_Job_Profiles ]</qualified_name><soap_action/><soap_endpoint/><soap_message display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</soap_message><strip_whitespace>false</strip_whitespace><sys_class_name>sys_soap_message_function</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-16 20:35:43</sys_created_on><sys_id>157742a69fd032003be01050a57fcf7b</sys_id><sys_mod_count>1</sys_mod_count><sys_name>Get_All_Job_Profiles</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_function_157742a69fd032003be01050a57fcf7b</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-03 06:28:11</sys_updated_on><use_basic_auth>false</use_basic_auth><use_mid_server/><use_ws_security>false</use_ws_security><ws_security_type/><ws_security_username_profile/><ws_security_x509_profile/></sys_soap_message_function></record_update></payload><payload_hash>-1768461913</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>5d3ed06e4fa23300ad404a10a310c7d3</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72703e80000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Get_All_Job_Profiles</target_name><type>SOAP Message Function</type><update_domain>global</update_domain><update_guid>71d194e265a2330048a62de0b126ad1b</update_guid><update_guid_history>71d194e265a2330048a62de0b126ad1b:-1768461913</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_6494343e9fc532003be01050a57fcf04</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>false</mandatory><service_mapping>3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
var user = new GlideRecord("sys_user");
user.get(source.user.sys_id);
if(user.getValue("email")){
var helper = new HRIntegrationsWorkdayPushContactHelper();
return helper.createEmailTag("work", user.getValue("email"));
}
return "";
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-23 15:58:28</sys_created_on><sys_domain>global</sys_domain><sys_id>6494343e9fc532003be01050a57fcf04</sys_id><sys_mod_count>7</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_6494343e9fc532003be01050a57fcf04</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-03 23:35:43</sys_updated_on><target_column>work_email</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>359796157</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>913ed06e4fa23300ad404a10a310c750</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72551060000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca2a2a23300930416075904b483</update_guid><update_guid_history>e2619ca2a2a23300930416075904b483:359796157,ee60dc62b9a233004bc031dec2e73bc5:359796157</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_d747df1e9fa722003be01050a57fcf14</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>6c749a519f1032003be01050a57fcfa1</service_mapping><source_column>first_day_of_leave</source_column><source_script/><staging_table>sn_hr_core_case_total_rewards</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-12-10 00:59:47</sys_created_on><sys_domain>global</sys_domain><sys_id>d747df1e9fa722003be01050a57fcf14</sys_id><sys_mod_count>2</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_d747df1e9fa722003be01050a57fcf14</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-06 18:50:42</sys_updated_on><target_column>start_date</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update>]]></payload><payload_hash>-1634776036</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>913ed06e4fa23300ad404a10a310c7cf</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72552020000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca2eca233000973aed8c531fe91</update_guid><update_guid_history>e2619ca2eca233000973aed8c531fe91:-1634776036,c720986274a23300896024609ba80c3c:-1634776036</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_source_properties_5c28ec7a9fc532003be01050a57fcfab</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_source_properties"><sn_hr_integrations_source_properties action="INSERT_OR_UPDATE"><active>true</active><description>HR Integrations -Enable Push of changes to the workday</description><name>sn_hr_integrations.enable_push</name><source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</source><sys_class_name>sn_hr_integrations_source_properties</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-23 15:04:05</sys_created_on><sys_domain>global</sys_domain><sys_id>5c28ec7a9fc532003be01050a57fcfab</sys_id><sys_mod_count>2</sys_mod_count><sys_name>sn_hr_integrations.enable_push</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_source_properties_5c28ec7a9fc532003be01050a57fcfab</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-10 00:02:56</sys_updated_on><value>true</value></sn_hr_integrations_source_properties><sys_translated_text action="delete_multiple" query="documentkey=5c28ec7a9fc532003be01050a57fcfab"/></record_update>]]></payload><payload_hash>-313482770</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>913ed06e4fa23300ad404a10a310c7d2</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71c0b620000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>sn_hr_integrations.enable_push</target_name><type>HR Integrations Source Property</type><update_domain>global</update_domain><update_guid>8a1f0c22c6a2330006a1c468e6684d38</update_guid><update_guid_history>8a1f0c22c6a2330006a1c468e6684d38:-313482770</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_function_ebe8e18c9f2322003be01050a57fcf26</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message_function"><sys_soap_message_function action="INSERT_OR_UPDATE"><authentication_type/><basic_auth_password/><basic_auth_profile/><basic_auth_user/><certificate/><enable_mutual_auth>false</enable_mutual_auth><envelope><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bsvc="urn:com.workday/bsvc">
<SOAP-ENV:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" SOAP-ENV:mustUnderstand="1">
<wsse:UsernameToken wsu:Id="UsernameToken-7">
<wsse:Username>${username_outbound}</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">${password_outbound}</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<bsvc:Request_Leave_of_Absence_Request bsvc:version="v21.1">
<!--Optional:-->
<bsvc:Business_Process_Parameters>
<!--Optional:-->
<bsvc:Auto_Complete>true</bsvc:Auto_Complete>
<!--Optional:-->
<bsvc:Run_Now>1</bsvc:Run_Now>
</bsvc:Business_Process_Parameters>
<bsvc:Request_Leave_of_Absence_Data>
<bsvc:Employee_Reference bsvc:Descriptor="?">
<!--Zero or more repetitions:-->
<bsvc:ID bsvc:type="Employee_ID">${employee_number}</bsvc:ID>
</bsvc:Employee_Reference>
<bsvc:Leave_Request_Data>
<!--Optional:-->
<!--bsvc:Request_Leave_of_Absence_ID>?</bsvc:Request_Leave_of_Absence_ID-->
<bsvc:Leave_of_Absence_Type_Reference bsvc:Descriptor="?">
<bsvc:ID bsvc:type="Leave_of_Absence_Type_ID">${leave_type}</bsvc:ID>
</bsvc:Leave_of_Absence_Type_Reference>
<bsvc:First_Day_of_Leave>${start_date}</bsvc:First_Day_of_Leave>
<bsvc:Estimated_Last_Day_of_Leave>${end_date}</bsvc:Estimated_Last_Day_of_Leave>
</bsvc:Leave_Request_Data>
</bsvc:Request_Leave_of_Absence_Data>
</bsvc:Request_Leave_of_Absence_Request>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>]]></envelope><function_name>Request_Leave_of_Absence</function_name><key_store/><key_store_alias/><key_store_password/><lock>false</lock><protocol_profile/><qualified_name>Workday Absent Management [ Request_Leave_of_Absence ]</qualified_name><soap_action/><soap_endpoint/><soap_message display_value="Workday Absent Management">f9f7ed4c9f2322003be01050a57fcff3</soap_message><strip_whitespace>false</strip_whitespace><sys_class_name>sys_soap_message_function</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-12-02 17:10:41</sys_created_on><sys_id>ebe8e18c9f2322003be01050a57fcf26</sys_id><sys_mod_count>5</sys_mod_count><sys_name>Request_Leave_of_Absence</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_function_ebe8e18c9f2322003be01050a57fcf26</sys_update_name><sys_updated_by>tim_deniston</sys_updated_by><sys_updated_on>2019-07-12 17:06:46</sys_updated_on><use_basic_auth>false</use_basic_auth><use_mid_server/><use_ws_security>false</use_ws_security><ws_security_type/><ws_security_username_profile/><ws_security_x509_profile/></sys_soap_message_function></record_update></payload><payload_hash>148549651</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>913ed06e4fa23300ad404a10a310c7d5</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be726c7be0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Request_Leave_of_Absence</target_name><type>SOAP Message Function</type><update_domain>global</update_domain><update_guid>4ec154e202a23300527311863d046311</update_guid><update_guid_history>4ec154e202a23300527311863d046311:148549651,82c154e2b1a233003dc4c6c6507cc510:148549651</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_424c006b9f7032003be01050a57fcf43</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>false</mandatory><service_mapping>c58bde449fb032003be01050a57fcfbe</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
var sysUserGr = new GlideRecord("sys_user");
if(sysUserGr.get(source.user))
return sysUserGr.getValue("middle_name"); // return the value to be put into the target field
else
return "";
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-13 10:42:11</sys_created_on><sys_domain>global</sys_domain><sys_id>424c006b9f7032003be01050a57fcf43</sys_id><sys_mod_count>10</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_424c006b9f7032003be01050a57fcf43</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2018-03-16 22:39:43</sys_updated_on><target_column>middle_name</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>-1605048341</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>953ed06e4fa23300ad404a10a310c74f</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72550c40000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca22aa2330097dd05f1de530c7f</update_guid><update_guid_history>e2619ca22aa2330097dd05f1de530c7f:-1605048341,078f0c2293a233001ecdf7d99416a94b:-1605048341</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_bb3c006b9f7032003be01050a57fcf41</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>c58bde449fb032003be01050a57fcfbe</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
var sysUserGr = new GlideRecord("sys_user");
if(sysUserGr.get(source.user))
return sysUserGr.getValue("first_name");
return "";
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-13 10:42:02</sys_created_on><sys_domain>global</sys_domain><sys_id>bb3c006b9f7032003be01050a57fcf41</sys_id><sys_mod_count>5</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_bb3c006b9f7032003be01050a57fcf41</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2018-03-16 22:54:38</sys_updated_on><target_column>first_name</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>630451742</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>953ed06e4fa23300ad404a10a310c7ce</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72551bb0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca294a23300ed02f10080549c8d</update_guid><update_guid_history>e2619ca294a23300ed02f10080549c8d:630451742,078f0c22d5a2330065640448e3fd7e51:630451742</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_source_5e43a10c9f2322003be01050a57fcfcf</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_source"><sn_hr_integrations_source action="INSERT_OR_UPDATE"><active>true</active><basic_auth_profile_list/><endpoint_url/><name>Workday</name><oauth_entity_profile_list/><rest>false</rest><soap>true</soap><sys_class_name>sn_hr_integrations_source</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-12-02 16:48:25</sys_created_on><sys_domain>global</sys_domain><sys_id>5e43a10c9f2322003be01050a57fcfcf</sys_id><sys_mod_count>6</sys_mod_count><sys_name>Workday</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_source_5e43a10c9f2322003be01050a57fcfcf</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2018-03-14 01:40:54</sys_updated_on><use_session_token>false</use_session_token><user_password_inbound/><user_password_outbound/><username_inbound/><username_outbound/><version/></sn_hr_integrations_source></record_update>]]></payload><payload_hash>-1482650942</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>953ed06e4fa23300ad404a10a310c7d1</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71b85900000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Workday</target_name><type>HR Integrations Source</type><update_domain>global</update_domain><update_guid>f1fe442257a23300a1c504a481527dda</update_guid><update_guid_history>f1fe442257a23300a1c504a481527dda:-1482650942</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_function_94a2a8aa9f4532003be01050a57fcf5e</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message_function"><sys_soap_message_function action="INSERT_OR_UPDATE"><authentication_type/><basic_auth_password/><basic_auth_profile/><basic_auth_user/><certificate/><enable_mutual_auth>false</enable_mutual_auth><envelope><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bsvc="urn:com.workday/bsvc">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-7">
<wsse:Username>${username_outbound}</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">${password_outbound}</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<bsvc:Maintain_Contact_Information_for_Person_Event_Request bsvc:Add_Only="0" bsvc:version="${api_version}">
<!--Optional:-->
<bsvc:Business_Process_Parameters>
<!--Optional:-->
<bsvc:Auto_Complete>${auto_complete}</bsvc:Auto_Complete>
<!--Optional:-->
<bsvc:Run_Now>true</bsvc:Run_Now>
<!--Optional:-->
</bsvc:Business_Process_Parameters>
<!--Optional:-->
<bsvc:Maintain_Contact_Information_Data>
<bsvc:Worker_Reference bsvc:Descriptor="?">
<!--Zero or more repetitions:-->
<bsvc:ID bsvc:type="${employee_type}">${employee_number}</bsvc:ID>
</bsvc:Worker_Reference>
<!--Optional:-->
<bsvc:Effective_Date>${effective_date}</bsvc:Effective_Date>
<bsvc:Worker_Contact_Information_Data>
<bsvc:Address_Data bsvc:Formatted_Address="?" bsvc:Address_Format_Type="Basic" bsvc:Defaulted_Business_Site_Address="0" bsvc:Do_Not_Replace_All="true" bsvc:Effective_Date="${effective_date}">
<!--Optional:-->
<bsvc:Country_Reference bsvc:Descriptor="?">
<!--Zero or more repetitions:-->
<bsvc:ID bsvc:type="ISO_3166-1_Alpha-3_Code">${country}</bsvc:ID>
</bsvc:Country_Reference>
<!--Zero or more repetitions:-->
<bsvc:Address_Line_Data bsvc:Descriptor="Address Line 1" bsvc:Type="ADDRESS_LINE_1">${address}</bsvc:Address_Line_Data>
<!--Optional:-->
<bsvc:Municipality>${city}</bsvc:Municipality>
<!--Optional:-->
<bsvc:Country_Region_Reference bsvc:Descriptor="?">
<!--Zero or more repetitions:-->
<bsvc:ID bsvc:type="Country_Region_ID">${state}</bsvc:ID>
</bsvc:Country_Region_Reference>
<!--Optional:-->
<bsvc:Postal_Code>${zip}</bsvc:Postal_Code>
<!--Zero or more repetitions:-->
<bsvc:Usage_Data bsvc:Public="0">
<!--1 or more repetitions:-->
<bsvc:Type_Data bsvc:Primary="0">
<bsvc:Type_Reference bsvc:Descriptor="home">
<!--Zero or more repetitions:-->
<bsvc:ID bsvc:type="Communication_Usage_Type_ID">home</bsvc:ID>
</bsvc:Type_Reference>
</bsvc:Type_Data>
<!--Zero or more repetitions:-->
</bsvc:Usage_Data>
</bsvc:Address_Data>
${home_mobile}
${home_phone}
${work_mobile}
${work_phone}
${work_email}
${personal_email}
</bsvc:Worker_Contact_Information_Data>
</bsvc:Maintain_Contact_Information_Data>
</bsvc:Maintain_Contact_Information_for_Person_Event_Request>
</soapenv:Body>
</soapenv:Envelope>]]></envelope><function_name>Maintain_Contact_Information</function_name><key_store/><key_store_alias/><key_store_password/><lock>false</lock><protocol_profile/><qualified_name>Workday HR Web Service [ Maintain_Contact_Information ]</qualified_name><soap_action/><soap_endpoint/><soap_message display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</soap_message><strip_whitespace>false</strip_whitespace><sys_class_name>sys_soap_message_function</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-22 20:02:11</sys_created_on><sys_id>94a2a8aa9f4532003be01050a57fcf5e</sys_id><sys_mod_count>24</sys_mod_count><sys_name>Maintain_Contact_Information</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_function_94a2a8aa9f4532003be01050a57fcf5e</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-03 21:14:02</sys_updated_on><use_basic_auth>false</use_basic_auth><use_mid_server/><use_ws_security>false</use_ws_security><ws_security_type/><ws_security_username_profile/><ws_security_x509_profile/></sys_soap_message_function></record_update></payload><payload_hash>-965643382</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>953ed06e4fa23300ad404a10a310c7d4</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be727042e0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Maintain_Contact_Information</target_name><type>SOAP Message Function</type><update_domain>global</update_domain><update_guid>31d194e239a23300344977e89e50e71f</update_guid><update_guid_history>31d194e239a23300344977e89e50e71f:-965643382</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_14e4f83e9fc532003be01050a57fcfaf</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>false</mandatory><service_mapping>3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
if(source.getValue("personal_email")){
var helper = new HRIntegrationsWorkdayPushContactHelper();
return helper.createEmailTag("home",source.getValue("personal_email"));
}
return "";
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-23 15:59:48</sys_created_on><sys_domain>global</sys_domain><sys_id>14e4f83e9fc532003be01050a57fcfaf</sys_id><sys_mod_count>3</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_14e4f83e9fc532003be01050a57fcfaf</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-03 04:55:21</sys_updated_on><target_column>personal_email</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>-2054682238</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>993ed06e4fa23300ad404a10a310c74e</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72550870000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca286a233000dfa98080427d17b</update_guid><update_guid_history>e2619ca286a233000dfa98080427d17b:-2054682238,a660dc6229a2330021c99ef9f7174bc1:-2054682238</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_service_mapping_860e96aa9fd032003be01050a57fcfee</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_service_mapping"><sn_hr_integrations_service_mapping action="INSERT_OR_UPDATE"><active>true</active><hr_external_source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</hr_external_source><hr_integration_outbound_service/><hr_integration_service display_value="Locations">6ba45e519f1032003be01050a57fcf8b</hr_integration_service><hr_service/><name>Workday - Locations</name><outbound_request_type>soap</outbound_request_type><outbound_service display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</outbound_service><outbound_service_function display_value="Get_All_Locations">b989297e9fc072003be01050a57fcf61</outbound_service_function><outbound_service_function_all/><response_content_type>xml</response_content_type><response_current_page>//wd:Response_Results/wd:Page</response_current_page><response_has_more_data/><response_page_results>//wd:Response_Results/wd:Page_Results</response_page_results><response_root>//wd:Response_Data</response_root><response_total_pages>//wd:Response_Results/wd:Total_Pages</response_total_pages><response_total_results>//wd:Response_Results/wd:Total_Results</response_total_results><rest_outbound_service/><rest_outbound_service_function/><rest_outbound_service_function_all/><sys_class_name>sn_hr_integrations_service_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-16 22:14:15</sys_created_on><sys_domain>global</sys_domain><sys_id>860e96aa9fd032003be01050a57fcfee</sys_id><sys_mod_count>8</sys_mod_count><sys_name>Workday - Locations</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_service_mapping_860e96aa9fd032003be01050a57fcfee</sys_update_name><sys_updated_by>system</sys_updated_by><sys_updated_on>2019-04-12 12:27:42</sys_updated_on></sn_hr_integrations_service_mapping></record_update>]]></payload><payload_hash>450317971</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>993ed06e4fa23300ad404a10a310c7d0</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71d5d880000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Workday - Locations</target_name><type>HR Integrations Service Mapping</type><update_domain>global</update_domain><update_guid>5f6f4062f9a23300926b3d4301bc9238</update_guid><update_guid_history>5f6f4062f9a23300926b3d4301bc9238:450317971</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_function_12e973f59f2032003be01050a57fcf60</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message_function"><sys_soap_message_function action="INSERT_OR_UPDATE"><authentication_type/><basic_auth_password/><basic_auth_profile/><basic_auth_user/><certificate/><enable_mutual_auth>false</enable_mutual_auth><envelope><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bsvc="urn:com.workday/bsvc">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><wsse:UsernameToken wsu:Id="UsernameToken-7">
<wsse:Username>${username_inbound}</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">${password_inbound}</wsse:Password>
</wsse:UsernameToken></wsse:Security></soapenv:Header>
<soapenv:Body>
<bsvc:Get_Workers_Request bsvc:version="${api_version}">
<bsvc:Request_Criteria>
<bsvc:Exclude_Inactive_Workers>true</bsvc:Exclude_Inactive_Workers>
</bsvc:Request_Criteria>
<bsvc:Response_Filter>
<bsvc:As_Of_Entry_DateTime>${entryDateTime}</bsvc:As_Of_Entry_DateTime>
<bsvc:Page>${pageNumber}</bsvc:Page>
<bsvc:Count>50</bsvc:Count>
</bsvc:Response_Filter>
<bsvc:Response_Group>
<bsvc:Include_Personal_Information>true</bsvc:Include_Personal_Information>
<bsvc:Include_Employment_Information>true</bsvc:Include_Employment_Information>
<bsvc:Include_Management_Chain_Data>true</bsvc:Include_Management_Chain_Data>
<bsvc:Include_Organizations >true</bsvc:Include_Organizations >
<bsvc:Include_Transaction_Log_Data>true</bsvc:Include_Transaction_Log_Data>
</bsvc:Response_Group>
</bsvc:Get_Workers_Request>
</soapenv:Body>
</soapenv:Envelope>]]></envelope><function_name>Get_All_Workers</function_name><key_store/><key_store_alias/><key_store_password/><lock>false</lock><protocol_profile/><qualified_name>Workday HR Web Service [ Get_All_Workers ]</qualified_name><soap_action/><soap_endpoint/><soap_message display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</soap_message><strip_whitespace>false</strip_whitespace><sys_class_name>sys_soap_message_function</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-27 07:15:42</sys_created_on><sys_id>12e973f59f2032003be01050a57fcf60</sys_id><sys_mod_count>2</sys_mod_count><sys_name>Get_All_Workers</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_function_12e973f59f2032003be01050a57fcf60</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-07 22:23:26</sys_updated_on><use_basic_auth>false</use_basic_auth><use_mid_server/><use_ws_security>false</use_ws_security><ws_security_type/><ws_security_username_profile/><ws_security_x509_profile/></sys_soap_message_function></record_update></payload><payload_hash>-1044782573</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>993ed06e4fa23300ad404a10a310c7d3</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72703ce0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Get_All_Workers</target_name><type>SOAP Message Function</type><update_domain>global</update_domain><update_guid>fdd114e27da23300df5c9f56a7c2b859</update_guid><update_guid_history>fdd114e27da23300df5c9f56a7c2b859:-1044782573</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_011faa419f1132003be01050a57fcfe1</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>false</mandatory><service_mapping>3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
var helper = new HRIntegrationsWorkdayPushContactHelper();
if (source.getDisplayValue('work_phone'))
return helper.createPhoneData("work", 'phone', source.getDisplayValue('work_phone'), 'work_phone', source);
var user = new GlideRecord("sys_user");
user.get(source.getValue("user"));
if (user.getDisplayValue('phone'))
return helper.createPhoneData( "work", 'phone', user.getDisplayValue('phone'), 'work_phone', source);
return "";
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-03-03 00:40:02</sys_created_on><sys_domain>global</sys_domain><sys_id>011faa419f1132003be01050a57fcfe1</sys_id><sys_mod_count>2</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_011faa419f1132003be01050a57fcfe1</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-03 00:44:43</sys_updated_on><target_column>work_phone</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>1511062271</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>9d3ed06e4fa23300ad404a10a310c74d</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72550480000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>2a6154a2b5a2330073824c99c77cab9f</update_guid><update_guid_history>2a6154a2b5a2330073824c99c77cab9f:1511062271,2a601c6276a23300da74c93627643c96:1511062271</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_74d6bed19fb032003be01050a57fcf88</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>ed5df1a89f7032003be01050a57fcf70</service_mapping><source_column>current_external_server_time</source_column><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId , source) {
// set default look ahead days
var lookAheadDays = 25;
//get the value from the source property
var extSourcePropertiesGr = new GlideRecord(hrIntegrations.HR_INT_SOURCE_PROPERTIES);
extSourcePropertiesGr.addQuery("source", externalSourceId);
extSourcePropertiesGr.addQuery("name", "sn_hr_integrations.future.lookahead");
extSourcePropertiesGr.query();
if(extSourcePropertiesGr.next())
lookAheadDays = parseInt(extSourcePropertiesGr.getValue("value"));
//get the current time stamp
var workdayServerTimestamp = source.getValue("current_external_server_time");
//get the date from the time stamp
var dateValue = workdayServerTimestamp.substring(0, workdayServerTimestamp.indexOf('.')).replace('T', ' ');
// generate end date
var forwardDateTime = new GlideDateTime(dateValue);
forwardDateTime.addDaysUTC(lookAheadDays);
var futureDate = new Date(forwardDateTime.getNumericValue());
var endDate = futureDate.getFullYear() + "-"
+ getPadded(futureDate.getMonth()+1) + "-"
+ getPadded(futureDate.getDate()) + "T"
+ getPadded(futureDate.getHours()) + ":"
+ getPadded(futureDate.getMinutes()) + ":"
+ getPadded(futureDate.getSeconds()) + "-07:00";
gs.info('Input ['+workdayServerTimestamp + ']. Returning Future date as: '+endDate);
return endDate; // return the value to be put into the target field
})(externalSourceId , source);
function getPadded(givenValue) {
return (givenValue < 10) ? "0"+givenValue : givenValue;
}]]></source_script><staging_table>sn_hr_integrations_job_tracker</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-06 23:20:57</sys_created_on><sys_domain>global</sys_domain><sys_id>74d6bed19fb032003be01050a57fcf88</sys_id><sys_mod_count>5</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_74d6bed19fb032003be01050a57fcf88</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2018-03-25 17:48:12</sys_updated_on><target_column>endDate</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>1863883804</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>9d3ed06e4fa23300ad404a10a310c750</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72551520000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca201a2330091b8302344f18687</update_guid><update_guid_history>e2619ca201a2330091b8302344f18687:1863883804,d800586284a2330094de3810c0e54b81:1863883804</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_service_mapping_3ad2e8aa9f4532003be01050a57fcfaf</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_service_mapping"><sn_hr_integrations_service_mapping action="INSERT_OR_UPDATE"><active>true</active><hr_external_source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</hr_external_source><hr_integration_outbound_service display_value="Maintain Contact Information ">6248dbf49fc532003be01050a57fcf6d</hr_integration_outbound_service><hr_integration_service/><hr_service/><name>Workday - Maintain Contact Information </name><outbound_request_type>soap</outbound_request_type><outbound_service display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</outbound_service><outbound_service_function display_value="Maintain_Contact_Information">94a2a8aa9f4532003be01050a57fcf5e</outbound_service_function><outbound_service_function_all/><response_content_type>xml</response_content_type><response_current_page/><response_has_more_data/><response_page_results/><response_root/><response_total_pages/><response_total_results/><rest_outbound_service/><rest_outbound_service_function/><rest_outbound_service_function_all/><sys_class_name>sn_hr_integrations_service_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-22 20:02:34</sys_created_on><sys_domain>global</sys_domain><sys_id>3ad2e8aa9f4532003be01050a57fcfaf</sys_id><sys_mod_count>1</sys_mod_count><sys_name>Workday - Maintain Contact Information </sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_service_mapping_3ad2e8aa9f4532003be01050a57fcfaf</sys_update_name><sys_updated_by>system</sys_updated_by><sys_updated_on>2019-04-12 12:27:42</sys_updated_on></sn_hr_integrations_service_mapping></record_update>]]></payload><payload_hash>-593680025</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>9d3ed06e4fa23300ad404a10a310c7cf</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71d5da00000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Workday - Maintain Contact Information </target_name><type>HR Integrations Service Mapping</type><update_domain>global</update_domain><update_guid>176f406215a23300f48cccba7a98103a</update_guid><update_guid_history>176f406215a23300f48cccba7a98103a:-593680025</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_source_version_edcf850bc3f013007923d73bf3d3aeff</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_source_version"><sn_hr_integrations_source_version action="INSERT_OR_UPDATE"><active>true</active><source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</source><sys_class_name>sn_hr_integrations_source_version</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2018-03-16 18:42:31</sys_created_on><sys_domain>global</sys_domain><sys_id>edcf850bc3f013007923d73bf3d3aeff</sys_id><sys_mod_count>1</sys_mod_count><sys_name>v30.0</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_source_version_edcf850bc3f013007923d73bf3d3aeff</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2018-03-16 18:43:40</sys_updated_on><version>v30.0</version></sn_hr_integrations_source_version></record_update>]]></payload><payload_hash>-1279793140</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>9d3ed06e4fa23300ad404a10a310c7d2</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71ba6010000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>v30.0</target_name><type>HR Integrations Source Version</type><update_domain>global</update_domain><update_guid>7ffe042299a23300ce1aa7ae17e6367b</update_guid><update_guid_history>7ffe042299a23300ce1aa7ae17e6367b:-1279793140</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_2588d35e9fa722003be01050a57fcf62</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>6c749a519f1032003be01050a57fcfa1</service_mapping><source_column>subject_person.employee_number</source_column><source_script/><staging_table>sn_hr_core_case_total_rewards</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-12-10 01:03:38</sys_created_on><sys_domain>global</sys_domain><sys_id>2588d35e9fa722003be01050a57fcf62</sys_id><sys_mod_count>2</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_2588d35e9fa722003be01050a57fcf62</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-06 18:50:36</sys_updated_on><target_column>employee_number</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update>]]></payload><payload_hash>-167711442</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>d13ed06e4fa23300ad404a10a310c74f</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72550b50000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca2a4a233008d10751a8bd3b67e</update_guid><update_guid_history>e2619ca2a4a233008d10751a8bd3b67e:-167711442,0320986228a23300eec7c2804abf4d3a:-167711442</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_a67862459f5532003be01050a57fcfa0</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>false</mandatory><service_mapping>3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
if(source.getDisplayValue('home_phone')){
var helper = new HRIntegrationsWorkdayPushContactHelper();
return helper.createPhoneData("home", 'phone',source.getDisplayValue('home_phone'), 'home_phone', source);
}
return "";
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-03-03 00:11:11</sys_created_on><sys_domain>global</sys_domain><sys_id>a67862459f5532003be01050a57fcfa0</sys_id><sys_mod_count>2</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_a67862459f5532003be01050a57fcfa0</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-03 04:31:06</sys_updated_on><target_column>home_phone</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>-1953998267</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>d13ed06e4fa23300ad404a10a310c7ce</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72551aa0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca2a9a233001d080f97bcf32a8c</update_guid><update_guid_history>e2619ca2a9a233001d080f97bcf32a8c:-1953998267,ea60dc6257a23300c29a143c9fe44fcc:-1953998267</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_service_mapping_ed5df1a89f7032003be01050a57fcf70</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_service_mapping"><sn_hr_integrations_service_mapping action="INSERT_OR_UPDATE"><active>true</active><hr_external_source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</hr_external_source><hr_integration_outbound_service/><hr_integration_service display_value="Future_Worker_Profiles">aadc71a89f7032003be01050a57fcfdc</hr_integration_service><hr_service/><name>Workday - Future_Worker_Profiles</name><outbound_request_type>soap</outbound_request_type><outbound_service display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</outbound_service><outbound_service_function display_value="Get_Updated_Future_Workers">638df1189f3432003be01050a57fcf49</outbound_service_function><outbound_service_function_all/><response_content_type>xml</response_content_type><response_current_page>//wd:Response_Results/wd:Page</response_current_page><response_has_more_data/><response_page_results>//wd:Response_Results/wd:Page_Results</response_page_results><response_root>//wd:Response_Data</response_root><response_total_pages>//wd:Response_Results/wd:Total_Pages</response_total_pages><response_total_results>//wd:Response_Results/wd:Total_Results</response_total_results><rest_outbound_service/><rest_outbound_service_function/><rest_outbound_service_function_all/><sys_class_name>sn_hr_integrations_service_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-04 11:14:21</sys_created_on><sys_domain>global</sys_domain><sys_id>ed5df1a89f7032003be01050a57fcf70</sys_id><sys_mod_count>8</sys_mod_count><sys_name>Workday - Future_Worker_Profiles</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_service_mapping_ed5df1a89f7032003be01050a57fcf70</sys_update_name><sys_updated_by>system</sys_updated_by><sys_updated_on>2019-04-12 12:27:42</sys_updated_on></sn_hr_integrations_service_mapping></record_update>]]></payload><payload_hash>-1874673935</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>d13ed06e4fa23300ad404a10a310c7d1</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71d5d3e0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Workday - Future_Worker_Profiles</target_name><type>HR Integrations Service Mapping</type><update_domain>global</update_domain><update_guid>df6f406208a23300236e53d5ec03be35</update_guid><update_guid_history>df6f406208a23300236e53d5ec03be35:-1874673935</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_function_638df1189f3432003be01050a57fcf49</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message_function"><sys_soap_message_function action="INSERT_OR_UPDATE"><authentication_type/><basic_auth_password/><basic_auth_profile/><basic_auth_user/><certificate/><enable_mutual_auth>false</enable_mutual_auth><envelope><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bsvc="urn:com.workday/bsvc">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><wsse:UsernameToken wsu:Id="UsernameToken-7">
<wsse:Username>${username_inbound}</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">${password_inbound}</wsse:Password>
</wsse:UsernameToken></wsse:Security></soapenv:Header>
<soapenv:Body>
<bsvc:Get_Workers_Request bsvc:version="${api_version}">
<bsvc:Request_Criteria>
<!--Zero or more repetitions:-->
<bsvc:Transaction_Log_Criteria_Data>
<!--Optional:-->
<bsvc:Transaction_Date_Range_Data>
<!--Optional:-->
<bsvc:Effective_From>${startDate}</bsvc:Effective_From>
<bsvc:Effective_Through>${endDate}</bsvc:Effective_Through>
<!--Update interval-->
<bsvc:Updated_From>${startDate}</bsvc:Updated_From>
<bsvc:Updated_Through>${updateEndDate}</bsvc:Updated_Through>
</bsvc:Transaction_Date_Range_Data>
</bsvc:Transaction_Log_Criteria_Data>
</bsvc:Request_Criteria>
<bsvc:Response_Filter>
<bsvc:Page>${pageNumber}</bsvc:Page>
<bsvc:Count>50</bsvc:Count>
<bsvc:As_Of_Effective_Date>${endDate}</bsvc:As_Of_Effective_Date>
</bsvc:Response_Filter>
<bsvc:Response_Group>
<bsvc:Include_Personal_Information>true</bsvc:Include_Personal_Information>
<bsvc:Include_Employment_Information>true</bsvc:Include_Employment_Information>
<bsvc:Include_Management_Chain_Data>true</bsvc:Include_Management_Chain_Data>
<bsvc:Include_Organizations>true</bsvc:Include_Organizations>
<bsvc:Include_Transaction_Log_Data>true</bsvc:Include_Transaction_Log_Data>
</bsvc:Response_Group>
</bsvc:Get_Workers_Request>
</soapenv:Body>
</soapenv:Envelope>]]></envelope><function_name>Get_Updated_Future_Workers</function_name><key_store/><key_store_alias/><key_store_password/><lock>false</lock><protocol_profile/><qualified_name>Workday HR Web Service [ Get_Updated_Future_Workers ]</qualified_name><soap_action/><soap_endpoint/><soap_message display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</soap_message><strip_whitespace>false</strip_whitespace><sys_class_name>sys_soap_message_function</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-03 16:37:20</sys_created_on><sys_id>638df1189f3432003be01050a57fcf49</sys_id><sys_mod_count>2</sys_mod_count><sys_name>Get_Updated_Future_Workers</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_function_638df1189f3432003be01050a57fcf49</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-09-18 19:14:55</sys_updated_on><use_basic_auth>false</use_basic_auth><use_mid_server/><use_ws_security>false</use_ws_security><ws_security_type/><ws_security_username_profile/><ws_security_x509_profile/></sys_soap_message_function></record_update></payload><payload_hash>-235430229</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>d13ed06e4fa23300ad404a10a310c7d4</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72704140000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Get_Updated_Future_Workers</target_name><type>SOAP Message Function</type><update_domain>global</update_domain><update_guid>f9d194e2eca2330075d43fc32d7eca1d</update_guid><update_guid_history>f9d194e2eca2330075d43fc32d7eca1d:-235430229</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_14bb6b4d9f3032003be01050a57fcf38</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>57cb9bb60b1032001c252c7885673a27,26acf9d49f3432003be01050a57fcf90,ed5df1a89f7032003be01050a57fcf70,860e96aa9fd032003be01050a57fcfee,c54316519f1032003be01050a57fcf4f,547dae6e9fd032003be01050a57fcf10</service_mapping><source_column>current_external_server_time</source_column><source_script/><staging_table>sn_hr_integrations_job_tracker</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-06 08:33:27</sys_created_on><sys_domain>global</sys_domain><sys_id>14bb6b4d9f3032003be01050a57fcf38</sys_id><sys_mod_count>4</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_14bb6b4d9f3032003be01050a57fcf38</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-06 19:44:42</sys_updated_on><target_column>entryDateTime</target_column><use_source_script>false</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update>]]></payload><payload_hash>761711747</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>d53ed06e4fa23300ad404a10a310c74e</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72550790000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca25aa233004f060ade5e62167a</update_guid><update_guid_history>e2619ca25aa233004f060ade5e62167a:761711747,f8afcc221aa23300cdbb16215897216c:761711747</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_805ccc2b9f7032003be01050a57fcf42</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>c58bde449fb032003be01050a57fcfbe</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
var sysUserGr = new GlideRecord("sys_user");
if(sysUserGr.get(source.user))
return sysUserGr.getValue("last_name");
return "";
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-13 10:42:19</sys_created_on><sys_domain>global</sys_domain><sys_id>805ccc2b9f7032003be01050a57fcf42</sys_id><sys_mod_count>6</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_805ccc2b9f7032003be01050a57fcf42</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2018-03-16 22:54:46</sys_updated_on><target_column>last_name</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>-107925683</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>d53ed06e4fa23300ad404a10a310c751</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72551880000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca2f2a2330066c3ea59b553568a</update_guid><update_guid_history>e2619ca2f2a2330066c3ea59b553568a:-107925683,8f8f0c22b4a2330095bfeb4bcf30304e:-107925683</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_service_mapping_6c749a519f1032003be01050a57fcfa1</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_service_mapping"><sn_hr_integrations_service_mapping action="INSERT_OR_UPDATE"><active>true</active><hr_external_source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</hr_external_source><hr_integration_outbound_service/><hr_integration_service/><hr_service display_value="Leave Of Absence">680a02079f1322003be01050a57fcf85</hr_service><name>Workday - Leave Of Absence</name><outbound_request_type>soap</outbound_request_type><outbound_service display_value="Workday Absent Management">f9f7ed4c9f2322003be01050a57fcff3</outbound_service><outbound_service_function display_value="Request_Leave_of_Absence">ebe8e18c9f2322003be01050a57fcf26</outbound_service_function><outbound_service_function_all/><response_content_type>xml</response_content_type><response_current_page/><response_has_more_data/><response_page_results/><response_root/><response_total_pages/><response_total_results/><rest_outbound_service/><rest_outbound_service_function/><rest_outbound_service_function_all/><sys_class_name>sn_hr_integrations_service_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-13 00:19:49</sys_created_on><sys_domain>global</sys_domain><sys_id>6c749a519f1032003be01050a57fcfa1</sys_id><sys_mod_count>6</sys_mod_count><sys_name>Workday - Leave Of Absence</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_service_mapping_6c749a519f1032003be01050a57fcfa1</sys_update_name><sys_updated_by>tim_deniston</sys_updated_by><sys_updated_on>2019-07-12 16:56:29</sys_updated_on></sn_hr_integrations_service_mapping></record_update>]]></payload><payload_hash>-1742207134</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>d53ed06e4fa23300ad404a10a310c7d0</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71d5cd10000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Workday - Leave Of Absence</target_name><type>HR Integrations Service Mapping</type><update_domain>global</update_domain><update_guid>176f4062a4a23300e05176fd24aa2b30</update_guid><update_guid_history>176f4062a4a23300e05176fd24aa2b30:-1742207134,936f4062c7a233005f9d1e5c3879482f:-1742207134,176f406210a23300e9a66293f715112e:1254375557</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_f9f7ed4c9f2322003be01050a57fcff3</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message"><sys_soap_message action="INSERT_OR_UPDATE"><access>public</access><authentication_type/><basic_auth_password/><basic_auth_profile/><basic_auth_user/><description/><download_wsdl>true</download_wsdl><enable_mutual_auth>false</enable_mutual_auth><name>Workday Absent Management</name><protocol_profile/><sys_class_name>sys_soap_message</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2016-12-02 17:09:34</sys_created_on><sys_id>f9f7ed4c9f2322003be01050a57fcff3</sys_id><sys_mod_count>6</sys_mod_count><sys_name>Workday Absent Management</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_f9f7ed4c9f2322003be01050a57fcff3</sys_update_name><sys_updated_by>tim_deniston</sys_updated_by><sys_updated_on>2019-07-12 17:53:07</sys_updated_on><use_basic_auth>false</use_basic_auth><wsdl>https://community.workday.com/custom/developer/API/Absence_Management/v24.1/Absence_Management.wsdl</wsdl><wsdl_xml/></sys_soap_message></record_update>]]></payload><payload_hash>-394669514</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>d53ed06e4fa23300ad404a10a310c7d3</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be75135d00000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Workday Absent Management</target_name><type>SOAP Message</type><update_domain>global</update_domain><update_guid>b06c50aab2a23300a51f76e2b74c8da6</update_guid><update_guid_history>b06c50aab2a23300a51f76e2b74c8da6:-394669514,9f5c14aa4da23300842408e25fb0c704:-1578712547,70c190e249a23300711695c6e1898801:-1001225686</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_6c0c006b9f7032003be01050a57fcf3e</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>c58bde449fb032003be01050a57fcfbe,3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
var isoCountry = new GlideRecord('core_country');
var country ="";
if (isoCountry.get(source.country)){
if(!gs.nil(isoCountry.getValue('iso3166_3')))
country = isoCountry.getValue("iso3166_3");
else
country = isoCountry.getValue("name");
}
return country;
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-13 10:40:59</sys_created_on><sys_domain>global</sys_domain><sys_id>6c0c006b9f7032003be01050a57fcf3e</sys_id><sys_mod_count>8</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_6c0c006b9f7032003be01050a57fcf3e</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-22 20:16:58</sys_updated_on><target_column>country</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>-292441592</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>d93ed06e4fa23300ad404a10a310c750</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be725513f0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca287a23300983a7167287b4c86</update_guid><update_guid_history>e2619ca287a23300983a7167287b4c86:-292441592,cb8f0c220ea2330043f6419caaf0ec4d:-292441592</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_service_mapping_26acf9d49f3432003be01050a57fcf90</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_service_mapping"><sn_hr_integrations_service_mapping action="INSERT_OR_UPDATE"><active>true</active><hr_external_source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</hr_external_source><hr_integration_outbound_service/><hr_integration_service display_value="Effective_Worker_Profiles">553db1a89f7032003be01050a57fcffc</hr_integration_service><hr_service/><name>Workday - Effective_Worker_Profiles</name><outbound_request_type>soap</outbound_request_type><outbound_service display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</outbound_service><outbound_service_function display_value="Get_Effective_Workers">f5cc13f60b1032001c252c7885673a64</outbound_service_function><outbound_service_function_all/><response_content_type>xml</response_content_type><response_current_page>//wd:Response_Results/wd:Page</response_current_page><response_has_more_data/><response_page_results>//wd:Response_Results/wd:Page_Results</response_page_results><response_root>//wd:Response_Data</response_root><response_total_pages>//wd:Response_Results/wd:Total_Pages</response_total_pages><response_total_results>//wd:Response_Results/wd:Total_Results</response_total_results><rest_outbound_service/><rest_outbound_service_function/><rest_outbound_service_function_all/><sys_class_name>sn_hr_integrations_service_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-03 16:32:56</sys_created_on><sys_domain>global</sys_domain><sys_id>26acf9d49f3432003be01050a57fcf90</sys_id><sys_mod_count>9</sys_mod_count><sys_name>Workday - Effective_Worker_Profiles</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_service_mapping_26acf9d49f3432003be01050a57fcf90</sys_update_name><sys_updated_by>system</sys_updated_by><sys_updated_on>2019-04-12 12:27:41</sys_updated_on></sn_hr_integrations_service_mapping></record_update>]]></payload><payload_hash>1538791591</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>d93ed06e4fa23300ad404a10a310c7cf</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71d5d270000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Workday - Effective_Worker_Profiles</target_name><type>HR Integrations Service Mapping</type><update_domain>global</update_domain><update_guid>1b6f406296a233001ae743adec836934</update_guid><update_guid_history>1b6f406296a233001ae743adec836934:1538791591</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_source_version_edb853e39fb803003be01050a57fcf27</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_source_version"><sn_hr_integrations_source_version action="INSERT_OR_UPDATE"><active>false</active><source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</source><sys_class_name>sn_hr_integrations_source_version</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-08-31 21:46:37</sys_created_on><sys_domain>global</sys_domain><sys_id>edb853e39fb803003be01050a57fcf27</sys_id><sys_mod_count>6</sys_mod_count><sys_name>v24.1</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_source_version_edb853e39fb803003be01050a57fcf27</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-09-14 19:40:45</sys_updated_on><version>v24.1</version></sn_hr_integrations_source_version></record_update>]]></payload><payload_hash>-845857215</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>d93ed06e4fa23300ad404a10a310c7d2</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71ba5d40000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>v24.1</target_name><type>HR Integrations Source Version</type><update_domain>global</update_domain><update_guid>b7fe04224da23300caa680e54027b779</update_guid><update_guid_history>b7fe04224da23300caa680e54027b779:-845857215</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_512b082b9f7032003be01050a57fcfe3</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>true</mandatory><service_mapping>c58bde449fb032003be01050a57fcfbe,3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
var contingent_type = ['consultant','contractor','vendor'];
var isContingent = false;
for (var i in contingent_type) {
if (!gs.nil(source.getValue('position_type')) && (source.getValue('position_type') == contingent_type[i]))
isContingent = true;
}
if (!isContingent)
return "Employee_ID";
else
return "Contingent_Worker_ID";
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-13 10:37:13</sys_created_on><sys_domain>global</sys_domain><sys_id>512b082b9f7032003be01050a57fcfe3</sys_id><sys_mod_count>6</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_512b082b9f7032003be01050a57fcfe3</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-22 20:06:58</sys_updated_on><target_column>employee_type</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>-1576604432</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>dd3ed06e4fa23300ad404a10a310c74f</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72550f40000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca253a233002b4476a524a35582</update_guid><update_guid_history>e2619ca253a233002b4476a524a35582:-1576604432,0b8f0c22e6a23300836da8887864184c:-1576604432</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_outbound_schema_mapping_d23e62419f1132003be01050a57fcf4b</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_outbound_schema_mapping"><sn_hr_integrations_outbound_schema_mapping action="INSERT_OR_UPDATE"><mandatory>false</mandatory><service_mapping>3ad2e8aa9f4532003be01050a57fcfaf</service_mapping><source_column/><source_script><![CDATA[answer = (function getValueForTarget(externalSourceId, source) {
if(source.getDisplayValue('mobile_phone')){
var helper = new HRIntegrationsWorkdayPushContactHelper();
return helper.createPhoneData("home", 'mobile', source.getDisplayValue('mobile_phone'), 'mobile_phone', source);
}
return "";
})(externalSourceId, source);]]></source_script><staging_table>sn_hr_core_profile</staging_table><sys_class_name>sn_hr_integrations_outbound_schema_mapping</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-03-03 00:36:18</sys_created_on><sys_domain>global</sys_domain><sys_id>d23e62419f1132003be01050a57fcf4b</sys_id><sys_mod_count>1</sys_mod_count><sys_name/><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_outbound_schema_mapping_d23e62419f1132003be01050a57fcf4b</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-03 04:30:28</sys_updated_on><target_column>mobile_phone</target_column><use_source_script>true</use_source_script></sn_hr_integrations_outbound_schema_mapping></record_update></payload><payload_hash>-1854780961</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>dd3ed06e4fa23300ad404a10a310c7ce</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72551ef0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name/><type>HR Integrations Outbound Schema Mapping</type><update_domain>global</update_domain><update_guid>e2619ca2a7a233006cbaa8e6bb7c2290</update_guid><update_guid_history>e2619ca2a7a233006cbaa8e6bb7c2290:-1854780961,6260dc62eda23300ba0b3627595bf2cf:-1854780961</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sn_hr_integrations_source_properties_456ae4ba9fc532003be01050a57fcf5f</name><payload><![CDATA[<?xml version="1.0" encoding="UTF-8"?><record_update sys_domain="global" table="sn_hr_integrations_source_properties"><sn_hr_integrations_source_properties action="INSERT_OR_UPDATE"><active>true</active><description>Auto update the contact information and name change by turning off the Workday business process.</description><name>sn_hr_integrations.enable_auto_update</name><source display_value="Workday">5e43a10c9f2322003be01050a57fcfcf</source><sys_class_name>sn_hr_integrations_source_properties</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-02-23 15:13:59</sys_created_on><sys_domain>global</sys_domain><sys_id>456ae4ba9fc532003be01050a57fcf5f</sys_id><sys_mod_count>1</sys_mod_count><sys_name>sn_hr_integrations.enable_auto_update</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sn_hr_integrations_source_properties_456ae4ba9fc532003be01050a57fcf5f</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-03-10 00:02:52</sys_updated_on><value>true</value></sn_hr_integrations_source_properties><sys_translated_text action="delete_multiple" query="documentkey=456ae4ba9fc532003be01050a57fcf5f"/></record_update>]]></payload><payload_hash>863561833</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>dd3ed06e4fa23300ad404a10a310c7d1</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be71c0b4a0000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>sn_hr_integrations.enable_auto_update</target_name><type>HR Integrations Source Property</type><update_domain>global</update_domain><update_guid>c61fc02297a233003f6853d846a01d91</update_guid><update_guid_history>c61fc02297a233003f6853d846a01d91:863561833</update_guid_history><update_set/><view/></sys_update_xml><sys_update_xml action="INSERT_OR_UPDATE"><action>INSERT_OR_UPDATE</action><application display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</application><category>customer</category><comments/><name>sys_soap_message_function_c82ab3f59f2032003be01050a57fcf18</name><payload><?xml version="1.0" encoding="UTF-8"?><record_update table="sys_soap_message_function"><sys_soap_message_function action="INSERT_OR_UPDATE"><authentication_type/><basic_auth_password/><basic_auth_profile/><basic_auth_user/><certificate/><enable_mutual_auth>false</enable_mutual_auth><envelope><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:bsvc="urn:com.workday/bsvc">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><wsse:UsernameToken wsu:Id="UsernameToken-7">
<wsse:Username>${username_inbound}</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">${password_inbound}</wsse:Password>
</wsse:UsernameToken></wsse:Security></soapenv:Header>
<soapenv:Body>
<bsvc:Get_Workers_Request bsvc:version="${api_version}">
<bsvc:Request_Criteria>
<!--Zero or more repetitions:-->
<bsvc:Transaction_Log_Criteria_Data>
<!--Optional:-->
<bsvc:Transaction_Date_Range_Data>
<!--Optional:-->
<bsvc:Updated_From>${startDate}</bsvc:Updated_From>
<!--Optional:-->
<bsvc:Updated_Through>${endDate}</bsvc:Updated_Through>
</bsvc:Transaction_Date_Range_Data>
</bsvc:Transaction_Log_Criteria_Data>
</bsvc:Request_Criteria>
<bsvc:Response_Filter>
<bsvc:As_Of_Entry_DateTime>${entryDateTime}</bsvc:As_Of_Entry_DateTime>
<bsvc:Page>${pageNumber}</bsvc:Page>
<bsvc:Count>50</bsvc:Count>
</bsvc:Response_Filter>
<bsvc:Response_Group>
<bsvc:Include_Personal_Information>true</bsvc:Include_Personal_Information>
<bsvc:Include_Employment_Information>true</bsvc:Include_Employment_Information>
<bsvc:Include_Management_Chain_Data>true</bsvc:Include_Management_Chain_Data>
<bsvc:Include_Organizations>true</bsvc:Include_Organizations>
<bsvc:Include_Transaction_Log_Data>true</bsvc:Include_Transaction_Log_Data>
</bsvc:Response_Group>
</bsvc:Get_Workers_Request>
</soapenv:Body>
</soapenv:Envelope>]]></envelope><function_name>Get_Updated_Workers</function_name><key_store/><key_store_alias/><key_store_password/><lock>false</lock><protocol_profile/><qualified_name>Workday HR Web Service [ Get_Updated_Workers ]</qualified_name><soap_action/><soap_endpoint/><soap_message display_value="Workday HR Web Service">e678617e9fc072003be01050a57fcfb0</soap_message><strip_whitespace>false</strip_whitespace><sys_class_name>sys_soap_message_function</sys_class_name><sys_created_by>admin</sys_created_by><sys_created_on>2017-01-27 07:16:29</sys_created_on><sys_id>c82ab3f59f2032003be01050a57fcf18</sys_id><sys_mod_count>2</sys_mod_count><sys_name>Get_Updated_Workers</sys_name><sys_package display_value="Human Resources: Integrations" source="sn_hr_integrations">aaa655c19f0322003be01050a57fcf65</sys_package><sys_policy/><sys_scope display_value="Human Resources: Integrations">aaa655c19f0322003be01050a57fcf65</sys_scope><sys_update_name>sys_soap_message_function_c82ab3f59f2032003be01050a57fcf18</sys_update_name><sys_updated_by>admin</sys_updated_by><sys_updated_on>2017-02-10 17:02:51</sys_updated_on><use_basic_auth>false</use_basic_auth><use_mid_server/><use_ws_security>false</use_ws_security><ws_security_type/><ws_security_username_profile/><ws_security_x509_profile/></sys_soap_message_function></record_update></payload><payload_hash>-1122490011</payload_hash><remote_update_set display_value="Workday Integration - Configured in London 1.0 [sn_hr_integrations]">d53ed06e4fa23300ad404a10a310c74d</remote_update_set><replace_on_upgrade>false</replace_on_upgrade><sys_created_by>admin</sys_created_by><sys_created_on>2019-07-12 18:01:04</sys_created_on><sys_id>dd3ed06e4fa23300ad404a10a310c7d4</sys_id><sys_mod_count>0</sys_mod_count><sys_recorded_at>16be72704720000001</sys_recorded_at><sys_updated_by>admin</sys_updated_by><sys_updated_on>2019-07-12 18:01:04</sys_updated_on><table/><target_name>Get_Updated_Workers</target_name><type>SOAP Message Function</type><update_domain>global</update_domain><update_guid>fdd194e2d9a233006c3dd32012c24e22</update_guid><update_guid_history>fdd194e2d9a233006c3dd32012c24e22:-1122490011</update_guid_history><update_set/><view/></sys_update_xml></unload>