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

We are happy to announce the new Windchill Customization board! Learn more.

how to create part for epm document using api

aashishramchand
7-Bedrock

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.

1 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. 

Top Tags