Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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.