Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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.