Skip to main content
1-Visitor
October 25, 2018
Solved

how to create part for epm document using api

  • October 25, 2018
  • 1 reply
  • 3656 views

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.

Best answer by RandyJones

@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

1 reply

20-Turquoise
October 25, 2018

@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

1-Visitor
October 29, 2018

yes got it , thanks.