Removing address 2 does not update customer record (2 replies and 1 comment)
This is by design.
If you wish to clear a value, send a single character string to the field.
In a map transform prior to the Customer connector, have a formula such as....
IIf(%Address2 = "", " ", %Address2)
IIf(%Address2 = "", " ", %Address2)
Perfect. This does exactly what I want it to do. Thank you.
Great fast help
We have a transform that updates customer records from another database. If Address line 2 becomes null in the other database, Iman/Sage does not see this as a change and therefore does not update the customer record accordingly. This causes issues since the address information from the customer appears to be overwriting the information on the order. Unless I am missing something in the transform to force the information from the sales order.