Index: AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningIteratorFilter.cls.xml =================================================================== diff -u -r42546 -r42613 --- AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningIteratorFilter.cls.xml (.../BehoeftePlanningIteratorFilter.cls.xml) (revision 42546) +++ AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningIteratorFilter.cls.xml (.../BehoeftePlanningIteratorFilter.cls.xml) (revision 42613) @@ -3,6 +3,16 @@ TECH.RegisteredObject,TECH.Filter + +%Boolean +1 + + + +AX.Uitgaand.PM.impl.Convertor.Sopr.ProductConvertor +1 + + AXimpl.Utils 1 @@ -27,6 +37,7 @@ @@ -58,9 +69,36 @@ Set IsValid = $$$False } + If (IsValid = $$$True){ + Do ..BepaalIsValidSopr(ProductBehoefte) + If (..IsValidSopr '= $$$True){ + Set IsValid = $$$False + }} + Quit IsValid ]]> + + +ProductBehoefte:AX.Uitgaand.PM.Product.impl.Product +%Boolean + +