Index: AX/Uitgaand/PM/ExtArtOmschrLev/impl/ExtArtOmschrLevDixfGenerator.cls.xml =================================================================== diff -u -r47283 -r48013 --- AX/Uitgaand/PM/ExtArtOmschrLev/impl/ExtArtOmschrLevDixfGenerator.cls.xml (.../ExtArtOmschrLevDixfGenerator.cls.xml) (revision 47283) +++ AX/Uitgaand/PM/ExtArtOmschrLev/impl/ExtArtOmschrLevDixfGenerator.cls.xml (.../ExtArtOmschrLevDixfGenerator.cls.xml) (revision 48013) @@ -26,7 +26,7 @@ Do StartTimer^vhLib #dim ProductIterator As TECH.Iterator = ##class(AX.Uitgaand.PM.ExtArtOmschrLev.impl.ExtArtOmschrLevIterator).%New(,Vestiging) do ..Generate(ProductIterator) - Write !,"Csv voor migratie 0605_"_Vestiging_"_ExtArtOmschrLev is klaar. Aantal minuten: " + Write !,"Csv voor migratie 0605a_"_Vestiging_"_ExtArtOmschrLev is klaar. Aantal minuten: " write $$TimeFromStart^vhLib()/60 } Catch { Write ##class(TECH.ExceptionHandler).Catch().ToString() @@ -47,16 +47,9 @@ Do AXProductData.VoegToeVeld("AXdixf.ExtArtOmschr.ExtArtOmschr", "ItemId") Do AXProductData.VoegToeVeld("AXdixf.ExtArtOmschr.ExtArtOmschr", "ModuleType") - // OPGELET: Volgende "VoegToeVeld"-lijnen moeten voor import in AX in comment staan, maar kunnen daarbuiten gebruikt worden ter controle: - /* - Do AXProductData.VoegToeVeld("AXdixf.ExtArtOmschr.ExtArtOmschr", "DefaultOrderType") - Do AXProductData.VoegToeVeld("AXdixf.ExtArtOmschr.ExtArtOmschr", "LeverancierNummer") - Do AXProductData.VoegToeVeld("AXdixf.ExtArtOmschr.ExtArtOmschr", "LinkType") - */ - Set AXProductData.ScheidingsTeken = ";" Set AXProductData.Iterator = ProductIterator - Set AXProductData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"0605_"_..Vestiging_"_ExtArtOmschrLev.csv") + Set AXProductData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"0605a_"_..Vestiging_"_ExtArtOmschrLev.csv") #dim BestandGenerator As APPS.common.Rapport.impl.BestandGenerator Set BestandGenerator = ##class(APPS.common.Rapport.impl.BestandGenerator).%New()