Index: AX/Uitgaand/PM/impl/SoprIteratorFilter.cls.xml =================================================================== diff -u -r43027 -r46082 --- AX/Uitgaand/PM/impl/SoprIteratorFilter.cls.xml (.../SoprIteratorFilter.cls.xml) (revision 43027) +++ AX/Uitgaand/PM/impl/SoprIteratorFilter.cls.xml (.../SoprIteratorFilter.cls.xml) (revision 46082) @@ -37,6 +37,9 @@ If (((ConvertedAxProduct.IsSoprInAx = 1) && (ConvertedAxProduct.IsSoprInCache = 1)) || ((ConvertedAxProduct.IsSoprInAx = 0) && (ConvertedAxProduct.IsSoprInCache = 0))){ Set IsValid = $$$True } + If ConvertedAxProduct.IsSOPRKindInCache { + Set IsValid = $$$False + } } Else { Set IsValid = $$$True }