Index: AXimpl/BizTalkMessage/Converter/GeolocationUpsertConverter.cls.xml =================================================================== diff -u -r42162 -r42163 --- AXimpl/BizTalkMessage/Converter/GeolocationUpsertConverter.cls.xml (.../GeolocationUpsertConverter.cls.xml) (revision 42162) +++ AXimpl/BizTalkMessage/Converter/GeolocationUpsertConverter.cls.xml (.../GeolocationUpsertConverter.cls.xml) (revision 42163) @@ -13,7 +13,7 @@ Do ##class(TECH.Exceptions).Throw(##class(AX.common.impl.NoConversionNeededException).%New(##this.%ClassName(),Command.SubjectId)) } - Set Location=##class(AXif.Crm.GeolocationOut.Location).%New() + Set Location=##class(AXif.Crm.GeolocationOut.MessageParts.Location).%New() Do Location.Fill(Agenda) Set MessageParts = ##class(AXif.Crm.GeolocationOut.MessageParts).%New()