cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Translate the entire conversation x

how to create part for epm document using api

aashishramchand
12-Amethyst

how to create part for epm document using api

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.

ACCEPTED SOLUTION

Accepted Solutions


@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:

https://www.ptc.com/en/support/article?n=CS188209

View solution in original post

2 REPLIES 2


@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:

https://www.ptc.com/en/support/article?n=CS188209

yes got it , thanks. 

Announcements
Top Tags