Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Is it possible to create a package that contains only a specific document softtype (reference documents).
What I'm trying to achieve is the following:
I could achieve this by filtering during the collector stage using the type filter, but I'm looking for a way to achieve this as a default setting, so that when the custom package-type is selected only that specific softtype of documents is included as content.
I tried working with the package type-based properties, but couldn't get that to work, because the content-role-type for both reference and described-by documents is Primary.
Solved! Go to Solution.
One solution would be to create a custom action in the WTPart’s action menu named Create New Custom Package, or whatever.
When you select this action the action can run code that does EXACTLY what you have specified.
If you create these custom packaged a lot it’s probably worth doing.
Implementing this solution is simple and it’s very easily moved to other Windchill systems, including upgrades.
The of doing it this way also takes human error out of the package creation. There’s a lot to be said for automatic, bombproof solutions. 👍
Something to think about.
If interested send me a private message with exact specs and I’ll get it working.
David
One solution would be to create a custom action in the WTPart’s action menu named Create New Custom Package, or whatever.
When you select this action the action can run code that does EXACTLY what you have specified.
If you create these custom packaged a lot it’s probably worth doing.
Implementing this solution is simple and it’s very easily moved to other Windchill systems, including upgrades.
The of doing it this way also takes human error out of the package creation. There’s a lot to be said for automatic, bombproof solutions. 👍
Something to think about.
If interested send me a private message with exact specs and I’ll get it working.
David
Another way you could potentially achieve this is with a custom workflow:
Easier said than done to be sure. Some benefits here is that with the workflow already running, it could help with downstream business processes. Maybe you can assign tasks or send notifications, etc.