Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi, I was successfully able to create a wtpart and epm document using java api.
Now i want to know how to create a link between them.
Solved! Go to Solution.
@aashishramchand wrote:
Hi, I was successfully able to create a wtpart and epm document using java api.
Now i want to know how to create a link between them.
Use EPMBuildRule.newEPMBuildRule(EPMDocument source, WTPart target, int buildType)
See article CS188209:
@aashishramchand wrote:
Hi, I was successfully able to create a wtpart and epm document using java api.
Now i want to know how to create a link between them.
Use EPMBuildRule.newEPMBuildRule(EPMDocument source, WTPart target, int buildType)
See article CS188209:
yes got it , thanks.