Index: AXimpl/Dynamics/InventoryOut/Converter/AxInventSyncCreator.cls.xml =================================================================== diff -u -r44366 -r44367 --- AXimpl/Dynamics/InventoryOut/Converter/AxInventSyncCreator.cls.xml (.../AxInventSyncCreator.cls.xml) (revision 44366) +++ AXimpl/Dynamics/InventoryOut/Converter/AxInventSyncCreator.cls.xml (.../AxInventSyncCreator.cls.xml) (revision 44367) @@ -34,10 +34,12 @@ #dim StockProduct As Prod.StockReservatie = ..StockReservatieRepository.GeefViaIdentNummer(IdentNummer) Set InventSyncProduct = ##class(AXif.Dynamics.InventoryOut.MessageParts.AxdEntityInventSync).%New() + Set InventSyncProduct.ConfigId = "" Set InventSyncProduct.ItemId = IdentNummer Set InventSyncProduct.QtyHLX = +StockProduct.WVStock Set InventSyncProduct.QtyVH = +StockProduct.FysStock Set InventSyncProduct.SequenceNr = ..SequenceNrGenerator.GeefVolgendProductVoorraadSyncBerichtId() + Set InventSyncProduct.SOPRContractId = "" Quit InventSyncProduct ]]>