Index: DOM/PM/impl/DataM/DataMProduct.cls.xml =================================================================== diff -u -r57107 -r57799 --- DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 57107) +++ DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 57799) @@ -318,11 +318,11 @@ { If ('IsSchaduw) { - Set Bouwsteen = ##class(DOM.PM.Bouwstenen.Bouwsteen).%OpenId(..ProductNummer_"||"_Key) + Set Bouwsteen = ##class(DOM.PM.Bouwstenen.Bouwsteen).%OpenId(..ProductNummer_"||"_Key, 0) } Else { - Set Bouwsteen = ##class(DOM.PM.Bouwstenen.SchBouwsteen).%OpenId(..ProductNummer_"||"_Key) + Set Bouwsteen = ##class(DOM.PM.Bouwstenen.SchBouwsteen).%OpenId(..ProductNummer_"||"_Key, 0) } If (Bouwsteen.Type = Type) {