Index: AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter.cls.xml =================================================================== diff -u -r42263 -r42347 --- AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter.cls.xml (.../VrijgegProductDixfConverter.cls.xml) (revision 42263) +++ AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter.cls.xml (.../VrijgegProductDixfConverter.cls.xml) (revision 42347) @@ -227,7 +227,7 @@ Set AxProduct.DefaultDimension = ..PrimaryVendorIdVH Set AxProduct.ItemBuyerGroupId = ..BepaalItemBuyerGroupIdVH(Product) Set AxProduct.standardPalletQuantity = Product.Basis.PalletAantal - Set AxProduct.ABCValue = Product.Basis.ABCWaarde + Set AxProduct.ABCValue = Product.Basis.ABCTransport Set AxProduct.PdsVendorCheckItem = ..BepaalPdsVendorCheckItemVH(Product) /*Set AxProduct.IntraUnit = ..BepaalIntraUnit(Product)*/ // Eerstvolgend veld is niet nodig voor migratie, dient enkel ter controle voor ASP'ers @@ -351,7 +351,7 @@ Set AxProduct.ADUPriceContrMargineId = ..BepaalADUPriceContrMargineId(Product) Set AxProduct.DefaultDimension = ..PrimaryVendorIdHLX Set AxProduct.standardPalletQuantity = Product.Basis.PalletAantal - Set AxProduct.ABCValue = Product.Basis.ABCWaarde + Set AxProduct.ABCValue = Product.Basis.ABCTransport Set AxProduct.PdsVendorCheckItem = ..BepaalPdsVendorCheckItemHLX(Product) /*Set AxProduct.IntraUnit = ..BepaalIntraUnit(Product)*/ // Eerstvolgend veld is niet nodig voor migratie, dient enkel ter controle voor ASP'ers