Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Guru's
I have been seeing it more and more lately where the CAD Document is being accosicated to the wrong version of the WT Part or no association at all. This mean I have to manually go in and dis-associate any incorrect wt parts from the CAD doc, which checks out the cad doc and wt part, so I have to check them back in and maybe go through this process several timesand then re-associate to the correct one, or create and associate to the correct one
Does any know of better/easier/quicker way of doing this.
I beleive the cause is users doing revise and check out outside of the Creo/ProE environment and not ensuring the WT parts are included in their revise and check outs
Thanks All
What's the benefit of revising the Windchill Part along with the component, when the drawing is not revised? For this reason, we can't allow people to use the revise and checkout in the fly.
Regards, Hugo.
Steve,
I think we have all struggled with this. My conclusion is the only way to do this is to police it your workflow.
I wrote code for our workflow that first looks at the WTPart's related docs.
If it finds the correct number, revision EPMDocs are associated with th ecorrect link type (passive/active) all is fine and workflow keeps going.
If either model or drawing are not found the workflow searches the dB for them. If they don't exist the workflow keeps going.
If they do exist a task, Add EPMDOc to WTPart, is sent to the user point out their error.
This task has a default routing option of "Automatic" and accompaning transition code which will automatically associate the model (active link) and drawing (passive link) to the WTPart.
This linking could be done without sending the task to the user but if I did that they would never learn. This way the association is a no brainer for the user, they learn what is expected and dB is sound.
David
In Reply to Chris Collinson:
Guru's
I have been seeing it more and more lately where the CAD Document is being accosicated to the wrong version of the WT Part or no association at all. This mean I have to manually go in and dis-associate any incorrect wt parts from the CAD doc, which checks out the cad doc and wt part, so I have to check them back in and maybe go through this process several timesand then re-associate to the correct one, or create and associate to the correct one
Does any know of better/easier/quicker way of doing this.
I beleive the cause is users doing revise and check out outside of the Creo/ProE environment and not ensuring the WT parts are included in their revise and check outs
Thanks All