Index: AXdixf/BehoeftePlanning/BehoeftePlanning.cls.xml =================================================================== diff -u -r42549 -r43350 --- AXdixf/BehoeftePlanning/BehoeftePlanning.cls.xml (.../BehoeftePlanning.cls.xml) (revision 42549) +++ AXdixf/BehoeftePlanning/BehoeftePlanning.cls.xml (.../BehoeftePlanning.cls.xml) (revision 43350) @@ -9,7 +9,7 @@ @@ -18,6 +18,10 @@ %String + +%String + + %String Index: AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfGenerator.cls.xml =================================================================== diff -u -r42800 -r43350 --- AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfGenerator.cls.xml (.../BehoeftePlanningDixfGenerator.cls.xml) (revision 42800) +++ AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfGenerator.cls.xml (.../BehoeftePlanningDixfGenerator.cls.xml) (revision 43350) @@ -41,6 +41,7 @@ Do AXBehoefteData.VoegToeVeld("AXdixf.BehoeftePlanning.BehoeftePlanning", "MinInventOnhand") Do AXBehoefteData.VoegToeVeld("AXdixf.BehoeftePlanning.BehoeftePlanning", "ReqGroupId") //Do AXBehoefteData.VoegToeVeld("AXdixf.BehoeftePlanning.BehoeftePlanning", "NameAlias") // Veld is niet nodig voor migratie, dient enkel ter controle voor ASP'ers + //Do AXBehoefteData.VoegToeVeld("AXdixf.BehoeftePlanning.BehoeftePlanning", "LeverancierNaam") // Veld is niet nodig voor migratie, dient enkel ter controle voor ASP'ers Set AXBehoefteData.ScheidingsTeken = ";" Set AXBehoefteData.Iterator = BehoefteIterator Index: AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfConverter.cls.xml =================================================================== diff -u -r43224 -r43350 --- AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfConverter.cls.xml (.../BehoeftePlanningDixfConverter.cls.xml) (revision 43224) +++ AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfConverter.cls.xml (.../BehoeftePlanningDixfConverter.cls.xml) (revision 43350) @@ -71,8 +71,8 @@ Set ..AXBehoeftePlanning.ItemId = ProductBehoefte.Basis.IdentNummer Set ..AXBehoeftePlanning.MaxInventOnhand = ..MinInventOnhand Set ..AXBehoeftePlanning.MinInventOnhand = ..MinInventOnhand - Set ..AXBehoeftePlanning.NameAlias = ##class(TECH.StringUtils).StringStrippenVanLeestekensSpatiesTabs(ProductBehoefte.Basis.KortTekst) - //Set ..AXBehoeftePlanning. = "" + Set ..AXBehoeftePlanning.NameAlias = ##class(TECH.StringUtils).StringStrippenVanLeestekensSpatiesTabs(ProductBehoefte.Basis.KortTekst) // Voor ASP'ers + Set ..AXBehoeftePlanning.LeverancierNaam = ProductBehoefte.Prijs.Leverancier.Naam // Voor ASP'ers ]]>