Index: AX/Uitgaand/PM/Product/impl/ProductDixfGenerator.cls.xml =================================================================== diff -u -r44896 -r46346 --- AX/Uitgaand/PM/Product/impl/ProductDixfGenerator.cls.xml (.../ProductDixfGenerator.cls.xml) (revision 44896) +++ AX/Uitgaand/PM/Product/impl/ProductDixfGenerator.cls.xml (.../ProductDixfGenerator.cls.xml) (revision 46346) @@ -14,7 +14,7 @@ Do StartTimer^vhLib #dim ProductIterator As TECH.Iterator = ##class(AX.Uitgaand.PM.Product.impl.ProductIterator).%New() do ..Generate(ProductIterator) - Write !,"Csv voor migratie 0601 Producten is klaar. Aantal minuten: " + Write !,"Csv voor migratie 0601a Producten is klaar. Aantal minuten: " write $$TimeFromStart^vhLib()/60 } Catch { Write ##class(TECH.ExceptionHandler).Catch().ToString() @@ -44,7 +44,7 @@ Set AXProductData.ScheidingsTeken = ";" Set AXProductData.Iterator = ProductIterator - Set AXProductData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"0601Producten.csv") + Set AXProductData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"0601aProducten.csv") #dim BestandGenerator As APPS.common.Rapport.impl.BestandGenerator Set BestandGenerator = ##class(APPS.common.Rapport.impl.BestandGenerator).%New() Index: AXdixf/ProductMaster/ProductMaster.cls.xml =================================================================== diff -u -r46337 -r46346 --- AXdixf/ProductMaster/ProductMaster.cls.xml (.../ProductMaster.cls.xml) (revision 46337) +++ AXdixf/ProductMaster/ProductMaster.cls.xml (.../ProductMaster.cls.xml) (revision 46346) @@ -47,10 +47,6 @@ %String - -%String - - %String Index: AX/Uitgaand/PM/impl/RunAll2a.cls.xml =================================================================== diff -u -r46135 -r46346 --- AX/Uitgaand/PM/impl/RunAll2a.cls.xml (.../RunAll2a.cls.xml) (revision 46135) +++ AX/Uitgaand/PM/impl/RunAll2a.cls.xml (.../RunAll2a.cls.xml) (revision 46346) @@ -9,39 +9,39 @@ %Status 1 Index: AX/Uitgaand/PM/ProductMaster/impl/ProductMasterDixfConverter.cls.xml =================================================================== diff -u -r46337 -r46346 --- AX/Uitgaand/PM/ProductMaster/impl/ProductMasterDixfConverter.cls.xml (.../ProductMasterDixfConverter.cls.xml) (revision 46337) +++ AX/Uitgaand/PM/ProductMaster/impl/ProductMasterDixfConverter.cls.xml (.../ProductMasterDixfConverter.cls.xml) (revision 46346) @@ -24,7 +24,6 @@ Set ..AxProductMaster.EcoResStorageDimensionGroupName = "WMS" Set ..AxProductMaster.EcoResTrackingDimensionGroupName = "Batch" Set ..AxProductMaster.IsReuseConfigurationEnabled = "Ja" - Set ..AxProductMaster.IsSelected = "Nee" Set ..AxProductMaster.IsVariantGenerationEnabled = "Ja" Set ..AxProductMaster.ProductSubType = "ProductMaster" Set ..AxProductMaster.ProductType = "Artikel" Index: AX/Uitgaand/PM/ProductMaster/impl/ProductMasterDixfGenerator.cls.xml =================================================================== diff -u -r46337 -r46346 --- AX/Uitgaand/PM/ProductMaster/impl/ProductMasterDixfGenerator.cls.xml (.../ProductMasterDixfGenerator.cls.xml) (revision 46337) +++ AX/Uitgaand/PM/ProductMaster/impl/ProductMasterDixfGenerator.cls.xml (.../ProductMasterDixfGenerator.cls.xml) (revision 46346) @@ -37,7 +37,6 @@ Do AXProductMasterData.VoegToeVeld("AXdixf.ProductMaster.ProductMaster", "EcoResStorageDimensionGroupName","EcoResStorageDimensionGroup_Name") Do AXProductMasterData.VoegToeVeld("AXdixf.ProductMaster.ProductMaster", "EcoResTrackingDimensionGroupName","EcoResTrackingDimensionGroup_Name") Do AXProductMasterData.VoegToeVeld("AXdixf.ProductMaster.ProductMaster", "IsReuseConfigurationEnabled") - Do AXProductMasterData.VoegToeVeld("AXdixf.ProductMaster.ProductMaster", "IsSelected") Do AXProductMasterData.VoegToeVeld("AXdixf.ProductMaster.ProductMaster", "IsVariantGenerationEnabled") Do AXProductMasterData.VoegToeVeld("AXdixf.ProductMaster.ProductMaster", "ProductSubType") Do AXProductMasterData.VoegToeVeld("AXdixf.ProductMaster.ProductMaster", "ProductType")