Last modified by Eva Torken on 2024/03/01 13:30

From version 33.1
edited by Erik Bakker
on 2024/02/20 10:28
Change comment: There is no comment for this version
To version 34.1
edited by Erik Bakker
on 2024/02/27 08:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,8 +19,8 @@
19 19  * Make sure that the "OrderReference" attribute is filled with the constant value of **fixed-54321**
20 20  * Make sure that the "OrderID" is filled with the input value from the CDM but also make sure that when there is no input value a constant with the value **except-12345** is filled in
21 21  * Make sure that the incoming "Date" value is properly transformed from a dateTime value to a date value to prevent validation errors on the "OrderDate" attribute
22 -* Add the following custom Xpath for the "Country" attribute under "Order_PickupAddress/Address"
23 - ** if (Country = 'NL') then Country = 'NLD' else Country = 'FRA'
22 +* Add the following custom Xpath for the "Country" attribute under "Order_PickupAddress/Address" and "Order_DeliveryAddress/Address"
23 + ** if (Country = 'NL') then 'NL' else 'FR'
24 24  
25 25  == 3. Solution ==
26 26