Index: WSimpl/AX/CalculatedProduct/InterneFirmaBepaler.cls.xml =================================================================== diff -u -r43198 -r43324 --- WSimpl/AX/CalculatedProduct/InterneFirmaBepaler.cls.xml (.../InterneFirmaBepaler.cls.xml) (revision 43198) +++ WSimpl/AX/CalculatedProduct/InterneFirmaBepaler.cls.xml (.../InterneFirmaBepaler.cls.xml) (revision 43324) @@ -31,6 +31,8 @@ Set InterneFirma = ##class(AXimpl.InterneFirmaInitialen).HaluxNv() } ElseIf (..ProductTypeApi.IsOrgaluxProduct(ProductId)) { Set InterneFirma = ##class(AXimpl.InterneFirmaInitialen).VanHoeckeNv() + } Else { + Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.UnimplementedException).%New("Geen ProductType gevonden voor '" _ ProductId _ "'. De InterneFirmaBepaler moet mogelijks nog worden uitgebreid.")) } Quit InterneFirma