Index: AX/Uitgaand/VKP/CustomerCodexRelation/impl/CustomerCodexRelationDixfGenerator.cls.xml =================================================================== diff -u -r46119 -r47293 --- AX/Uitgaand/VKP/CustomerCodexRelation/impl/CustomerCodexRelationDixfGenerator.cls.xml (.../CustomerCodexRelationDixfGenerator.cls.xml) (revision 46119) +++ AX/Uitgaand/VKP/CustomerCodexRelation/impl/CustomerCodexRelationDixfGenerator.cls.xml (.../CustomerCodexRelationDixfGenerator.cls.xml) (revision 47293) @@ -14,7 +14,7 @@ Do StartTimer^vhLib #dim CustomerCodexRelationIterator As TECH.Iterator = ##class(AX.Uitgaand.VKP.CustomerCodexRelation.impl.CustomerCodexRelationIterator).%New() do ..Generate(CustomerCodexRelationIterator) - Write !,"Csv voor migratie 0615 CustomerCodexRelation is klaar. Aantal minuten: " + Write !,"Csv voor migratie 0615_VHBE_CustomerCodexRelation is klaar. Aantal minuten: " write $$TimeFromStart^vhLib()/60 } Catch { Write ##class(TECH.ExceptionHandler).Catch().ToString() @@ -32,7 +32,7 @@ Set AXCustomerCodexRelationData.ScheidingsTeken = ";" Set AXCustomerCodexRelationData.Iterator = CustomerCodexRelationIterator - Set AXCustomerCodexRelationData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"0615CustomerCodexRelation.csv") + Set AXCustomerCodexRelationData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"0615_VHBE_CustomerCodexRelation.csv") #dim BestandGenerator As APPS.common.Rapport.impl.BestandGenerator Set BestandGenerator = ##class(APPS.common.Rapport.impl.BestandGenerator).%New() Index: AX/Uitgaand/PM/impl/RunAll2a.cls.xml =================================================================== diff -u -r47290 -r47293 --- AX/Uitgaand/PM/impl/RunAll2a.cls.xml (.../RunAll2a.cls.xml) (revision 47290) +++ AX/Uitgaand/PM/impl/RunAll2a.cls.xml (.../RunAll2a.cls.xml) (revision 47293) @@ -38,7 +38,7 @@ Do ##class(AX.Uitgaand.PM.KostPrijs.impl.KostPrijsDixfGenerator).%New().GenerateAll("HLX") // 0612_HLX_KOSTPRIJZEN * Do ##class(AX.Uitgaand.PM.LijstPrijs.impl.LijstPrijsDixfGenerator).%New().GenerateAll("VHBE") // 0613_VHBE_LIJSTPRIJZEN * Do ##class(AX.Uitgaand.PM.LijstPrijs.impl.LijstPrijsDixfGenerator).%New().GenerateAll("HLX") // 0613_HLX_LIJSTPRIJZEN * - Do ##class(AX.Uitgaand.VKP.CustomerCodexRelation.impl.CustomerCodexRelationDixfGenerator).%New().GenerateAll() // 0615 - CUSTOMERCODEXRELATION + Do ##class(AX.Uitgaand.VKP.CustomerCodexRelation.impl.CustomerCodexRelationDixfGenerator).%New().GenerateAll() // 0615_VHBE_CUSTOMERCODEXRELATION Do ##class(AX.Uitgaand.PM.ProductVertaling.impl.ProductVertalingDixfGenerator).%New().GenerateAll() // 0617_VHBE_PRODUCT VERTALINGEN * Do ##class(AX.Uitgaand.PM.ProductAfbeeldingen.impl.ProductAfbeeldingenGenerator).%New().GenerateAll() // 0618 - PRODUCT AFBEELDINGEN Do ##class(AX.Uitgaand.PM.GtinCode.impl.GtinCodeDixfGenerator).%New().GenerateAll() // 0620_VHBE_GTIN CODES *