Index: AX/Uitgaand/PM/Product/impl/ProductIterator.cls.xml =================================================================== diff -u -r47249 -r47259 --- AX/Uitgaand/PM/Product/impl/ProductIterator.cls.xml (.../ProductIterator.cls.xml) (revision 47249) +++ AX/Uitgaand/PM/Product/impl/ProductIterator.cls.xml (.../ProductIterator.cls.xml) (revision 47259) @@ -15,7 +15,7 @@ -AXimpl.InterneFirmaInitialen +%String ##class(AXimpl.InterneFirmaInitialen).VanHoeckeNv() 1 Index: AX/Uitgaand/PM/Product/impl/ProductDixfGenerator.cls.xml =================================================================== diff -u -r46551 -r47259 --- AX/Uitgaand/PM/Product/impl/ProductDixfGenerator.cls.xml (.../ProductDixfGenerator.cls.xml) (revision 46551) +++ AX/Uitgaand/PM/Product/impl/ProductDixfGenerator.cls.xml (.../ProductDixfGenerator.cls.xml) (revision 47259) @@ -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 0601a Product is klaar. Aantal minuten: " + Write !,"Csv voor migratie 0601a_VHBE_Product is klaar. Aantal minuten: " write $$TimeFromStart^vhLib()/60 } Catch { Write ##class(TECH.ExceptionHandler).Catch().ToString()