Operations does not show up in the MPP ProcessPlan page. Thanks!

Hi All,

In  MPP (Process Plan) module, we did change to select an existing operation instead of  inserting an operation manually in MPP.  The operation I selected has been saved into relationship Itemtype MPP_ProcessPlanOperation which I created, but the operation does not show up in the MPP process plan page. Any ideas? Thanks a lot. 

I am looking forward to hearing from you. Thanks.

Best,Jen

Parents Reply Children
  • Hi Jenli,

    you´re are doing an interesting MPP customization. I am curious. How did you customize the ItemTypes to make Operation reusable? OOTB Operations are only Null-relationships that are directly linked to the ProcessPlan. At which level does your custom ItemType "MPP_ProcessPlanOperation" show up? Does your ItemType replace the original Operation ItemType?

    I have done a lot of MPP customization in the past. I expect a customization like this may need some customization in various positions, like

    - Render Methods
    - Document Type
    - Codetree

    Have you customized any Method so far?

  • Hi Angelalp,

    Thanks for your info. and exploration on my question. I created the MPP_ProcessPlanOperation as an relationship type of MPP_Operation, meanwhile added MPP_ProcessPlanOperation into the ModelEnums and updated a few code over there, finally you will see the MPP_ProcessPlanOperation showing up.

    For my issue, I took  a look at the  mpp_OperationElementRenderer method,  the Object " schemaElement " which actually has no data in  there (please see the screenshot), which cause the issue that selected operation does not show.  Any thoughts for this? Thank you Angelalp.

    Best, Jen