Index: AXimpl/Crm/GeolocationOut/Converter/GeolocationUpsertConverter.cls.xml =================================================================== diff -u -r42505 -r42603 --- AXimpl/Crm/GeolocationOut/Converter/GeolocationUpsertConverter.cls.xml (.../GeolocationUpsertConverter.cls.xml) (revision 42505) +++ AXimpl/Crm/GeolocationOut/Converter/GeolocationUpsertConverter.cls.xml (.../GeolocationUpsertConverter.cls.xml) (revision 42603) @@ -13,10 +13,10 @@ Do ##class(TECH.Exceptions).Throw(##class(AX.common.impl.NoConversionNeededException).%New(##this.%ClassName(),Command.SubjectId)) } - Set Location=##class(AXBizTalk.Crm.Geolocation.Location).%New() + Set Location=##class(AXif.Crm.GeolocationOut.MessageParts.Location).%New() Do Location.FillTrip(Trip) - Set MessageParts = ##class(AXBizTalk.Crm.Geolocation.MessageParts).%New() + Set MessageParts = ##class(AXif.Crm.GeolocationOut.MessageParts).%New() Set MessageParts.Location = Location Quit MessageParts