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 ]]> Index: vhUnitTest/AXimpl/Dynamics/InventoryOut/Converter/AxInventSyncCreator/Test.cls.xml =================================================================== diff -u -r44366 -r44367 --- vhUnitTest/AXimpl/Dynamics/InventoryOut/Converter/AxInventSyncCreator/Test.cls.xml (.../Test.cls.xml) (revision 44366) +++ vhUnitTest/AXimpl/Dynamics/InventoryOut/Converter/AxInventSyncCreator/Test.cls.xml (.../Test.cls.xml) (revision 44367) @@ -22,6 +22,23 @@ ]]> + + + + + + + + 1 AXimpl.Dynamics.InventoryOut.Converter.AxInventSyncCreator