Index: vhUnitTest/AX/Uitgaand/PM/Product/impl/ProductDixfConverter/Test.cls.xml =================================================================== diff -u -r46387 -r46389 --- vhUnitTest/AX/Uitgaand/PM/Product/impl/ProductDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 46387) +++ vhUnitTest/AX/Uitgaand/PM/Product/impl/ProductDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 46389) @@ -281,7 +281,7 @@ ]]> - + - + - + - + + + + + + + + + + + + + + + + + 1 AX.Uitgaand.PM.Product.impl.Product Index: AX/Uitgaand/PM/Product/impl/ProductDixfConverter.cls.xml =================================================================== diff -u -r46387 -r46389 --- AX/Uitgaand/PM/Product/impl/ProductDixfConverter.cls.xml (.../ProductDixfConverter.cls.xml) (revision 46387) +++ AX/Uitgaand/PM/Product/impl/ProductDixfConverter.cls.xml (.../ProductDixfConverter.cls.xml) (revision 46389) @@ -37,10 +37,10 @@ Set AxProduct.EcoResTrackingDimensionGroupName = ..BepaalEcoResTrackingDimensionGroupName(Product) Set AxProduct.IsReuseConfigurationEnabled = $$$If(..GenerischOrgaluxProductFilter.IsGenerischOrgaluxProduct(Product),"Ja","Nee") Set AxProduct.IsVariantGenerationEnabled = $$$If(..GenerischOrgaluxProductFilter.IsGenerischOrgaluxProduct(Product),"Ja","Nee") - Set AxProduct.ProductSubType = "Product" + Set AxProduct.ProductSubType = $$$If(..GenerischOrgaluxProductFilter.IsGenerischOrgaluxProduct(Product),"ProductMaster","Product") Set AxProduct.ProductType = ..BepaalProductType(Product) Set AxProduct.SearchName = ##class(TECH.StringUtils).StringStrippenVanLeestekensSpatiesTabs(Product.Basis.KortTekst) - Set AxProduct.VariantConfigurationTechnology = "" + Set AxProduct.VariantConfigurationTechnology = $$$If(..GenerischOrgaluxProductFilter.IsGenerischOrgaluxProduct(Product),"Vooraf gedefinieerde variant","") Quit AxProduct ]]>