Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi All,
We have one folder "Released Drawings" which is been accessible by processing, manufacturing, supplier. It has Read & download access. We want the pdf drawing published by the worker to automatically dumped in Released Drawing folder.
What steps we may need to take.
Thank you in advance.
Regards,
Durga.
Hi
There is no functionality to export the result of a publish event to a folder. After publishing by the worker the files are stored back in Windchill. You need to write a Java program to export the contents of a viewable to a folder and run this program.You find plenty of examples on the knowledge base and on the web.
Hi Berny,
Thanks for the prompt reply.
Tried searching for may be not punching the correct key words. Any references for these would be appreciated.
Regards,
Durga
Durga
Take a look in this official PTC article: https://www.ptc.com/en/support/article/cs113634?language=en&posno=1&q=windchill%20get%20contents%20representation&source=search
Thanx Berny
@Durga wrote:
We want the pdf drawing published by the worker to automatically dumped in Released Drawing folder.
This knowledge base article provides sample code and instructions on how to do this exact thing:
https://www.ptc.com/en/support/article/CS348848