Solved
Parameters for operation and part to create MPMOperationToPartLink via API
Hello,
I need to create a link between operation and part with MPMOperationToPartLink. I used the method
com.ptc.windchill.mpml.processplan.operation.MPMOperationToPartLink.newMPMOperationToPartLink(MPMOperation operation, WTPartMaster partMaster)
howeveran error message apears that ComponentIdPath is null.
How to set ComponentIdPath? which parameters in the operation or the part are needed to create such link?
Thank you.

