Manufacturing Process Planning Error on action="get"

オフライン
Hello, I have discovered a small bug in the Manufacturing Process Planning module. I know this isn't a bug report form, but I wanted to see if other users or the developers had encountered this because I have isolated the culpable method and I suspect the fix is fairly simple. I am using MPP version 11.0R2 and Innovator 11.0 SP9 (Build 6549). I don't typically use substitutes or alternates so I didn't notice this issue for a while, but I recently added a substitute to a BOM. When you load or save the Process Plan that consumes that part, you get an error in the client: "Wrong internal structure of the 'this' item; e.g. item's "dom" is not set; or item's "node" doesn't belong to the item's "dom"; or both "node" and "nodeList" are null; etc." If you remove the part with a substitute from the process plan, the error goes away, so it's definitely related to substitutes/alternates. The problem appears to lie in the method "mpp_getPartAlterSubs". If I bypass the method by commenting it out and using "return this;" at the end, the error no longer appears. Of course, it doesn't display the substitute in the Process Plan either, so this isn't really a fix. Has anyone run into this issue before? I'm keen to hear from the Aras developers if this happens to have been addressed in a later release. Thanks, Mike
Parents
  • Hi, I used both 11SP9 with MPP 11.0R2 and 11SP11 and MPP 11.0R3. I haven´t seen this error message yet. But I have to admit we didn´t use Alternates and Substitutes very often. In 11SP11 and MPP 11.0R3 I can confirm that Alts and subs are displayed but sometimes the table rendering of the ProcessPlan makes some trouble when using more than one Alternate Part. But I think this is more related to my customized renderings and stylesheet. The Method mpp_getPartAlterSubs defenitely changed from R2 to R3. The R2 version has 54 lines of code, the R3 version only 21. Best regards Angela
Reply
  • Hi, I used both 11SP9 with MPP 11.0R2 and 11SP11 and MPP 11.0R3. I haven´t seen this error message yet. But I have to admit we didn´t use Alternates and Substitutes very often. In 11SP11 and MPP 11.0R3 I can confirm that Alts and subs are displayed but sometimes the table rendering of the ProcessPlan makes some trouble when using more than one Alternate Part. But I think this is more related to my customized renderings and stylesheet. The Method mpp_getPartAlterSubs defenitely changed from R2 to R3. The R2 version has 54 lines of code, the R3 version only 21. Best regards Angela
Children
No Data