Index: AX/Uitgaand/PM/GenVrijgegProduct/impl/GenVrijgegProductDixfConverter.cls.xml =================================================================== diff -u -r47566 -r47612 --- AX/Uitgaand/PM/GenVrijgegProduct/impl/GenVrijgegProductDixfConverter.cls.xml (.../GenVrijgegProductDixfConverter.cls.xml) (revision 47566) +++ AX/Uitgaand/PM/GenVrijgegProduct/impl/GenVrijgegProductDixfConverter.cls.xml (.../GenVrijgegProductDixfConverter.cls.xml) (revision 47612) @@ -8,6 +8,11 @@ 1 + +DOM.PM.LegacyProductAPI +1 + + AXimpl.Formatter 1 @@ -19,14 +24,15 @@ -AXimplFormatter:AXimpl.Formatter,ArtikelGroepBepaler:AX.Uitgaand.PM.VrijgegProduct.impl.ArtikelGroepBepaler +AXimplFormatter:AXimpl.Formatter,ArtikelGroepBepaler:AX.Uitgaand.PM.VrijgegProduct.impl.ArtikelGroepBepaler,ProductLegacyApi:DOM.PM.LegacyProductAPI 1 1 %Status 1 @@ -112,7 +118,7 @@ Set ..AxProduct.InventTableModulePurchUnderDeliveryPct = "0" Set ..AxProduct.InventTableModulePurchUnitId = "STK" Set ..AxProduct.InventTableModuleSalesEndDisc = "Ja" - Set ..AxProduct.InventTableModuleSalesPriceUnit = $Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr),"\",9) + Set ..AxProduct.InventTableModuleSalesPriceUnit = $Piece(..ProductLegacyApi.GeefPrijsGegevens(Product.Basis.ProductNr),"\",9) Set ..AxProduct.InventTableModuleSalesTaxItemGroupId = "G3" Set ..AxProduct.InventTableModuleSalesUnitId = "STK" Set ..AxProduct.ItemBuyerGroupId = "" Index: vhUnitTest/AX/Uitgaand/PM/GenVrijgegProduct/impl/GenVrijgegProductDixfConverter/Test.cls.xml =================================================================== diff -u -r47564 -r47612 --- vhUnitTest/AX/Uitgaand/PM/GenVrijgegProduct/impl/GenVrijgegProductDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 47564) +++ vhUnitTest/AX/Uitgaand/PM/GenVrijgegProduct/impl/GenVrijgegProductDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 47612) @@ -46,6 +46,7 @@ + + + + 1 AX.Uitgaand.PM.Product.impl.Product