Windchill Packages Automation creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Windchill Packages Automation creation
Hi,
In my last question, I was asking about export data from Windchill.
I choose Packages and I was faced with another problem. I want to export only prt and asm files in the latest version and iteration from the product context. What if I have thousands of files? We don't want to add all files manually one by one in Packages wizard.
The best way will be to write some customization for automatically creating a package from the product folder/context and then manually delivering a zip.
What customization should I write to add/collect many files to the package? It will be great if I can export them automatically to zip.
Unfortunately, I couldn't find anything useful for that on ptc support.
Thanks in advance
- Labels:
-
CAD Data Mgmt
-
Upgrade_Migration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In simple case, you can write Java application to:
- Query objects using Windchill API (what query do you plan to use?)
- Create link objects for Package
- Export content somewhere using ContentHolder API or manually from a package.
- Add action to WTPart context or workflow expression or invoke from console or create Rest API
