Skip to main content
1-Visitor
September 2, 2014
Solved

PDMLink customization

  • September 2, 2014
  • 1 reply
  • 1954 views

Hi everybody!

I need to customize some functionalities of Windchill with my own code. What programming language can I use? Where could I found reference documents?

Best answer by JarrettOberg

Hi Robson,

Here are the Customizer Guides for Windchill:

https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS60345

Most of Windchill is Java and JSPs, but it depends what your are looking to customize. The Customizers Guide is a good place to start.

You can find further information (info*engine/ adapter guides) from our support portal:

https://support.ptc.com/appserver/cs/portal/

Good luck with your implementations!!

Thanks,

Jarrett

1 reply

1-Visitor
September 2, 2014

Hi Robson,

Here are the Customizer Guides for Windchill:

https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS60345

Most of Windchill is Java and JSPs, but it depends what your are looking to customize. The Customizers Guide is a good place to start.

You can find further information (info*engine/ adapter guides) from our support portal:

https://support.ptc.com/appserver/cs/portal/

Good luck with your implementations!!

Thanks,

Jarrett

rboneti1-VisitorAuthor
1-Visitor
September 2, 2014

Thank you Jarrett!

It's helping a lot!