Index: AXimpl/AifMessage/Converter/CustomerUpdatePart2Converter.cls.xml =================================================================== diff -u -r35503 -r35510 --- AXimpl/AifMessage/Converter/CustomerUpdatePart2Converter.cls.xml (.../CustomerUpdatePart2Converter.cls.xml) (revision 35503) +++ AXimpl/AifMessage/Converter/CustomerUpdatePart2Converter.cls.xml (.../CustomerUpdatePart2Converter.cls.xml) (revision 35510) @@ -157,7 +157,7 @@ while ContactInfoIterator.HasNext() { #dim ContactInfoViewCreate As AXaif.Customer.AxdEntityDirPartyContactInfoView = ContactInfoIterator.Next() #dim ContactInfoViewUpdate As AXaif.Customer.AxdEntityDirPartyContactInfoView = DirPartyTableUpdate.DirPartyContactInfoView.GetAt(ContactInfoIterator.Key()) - do ..MergePostalAddressView(ContactInfoViewCreate,.ContactInfoViewUpdate) + do ..MergeContactInfoView(ContactInfoViewCreate,.ContactInfoViewUpdate) } ]]>