Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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.
