Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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.