Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
We are creating baselines in Windchill upon check-in of our different revisions once the change orders are released in our data management system. Is there a way to capture the name of the baseline (we have a specific naming convention) parametrically and add it to our drawing formats? Right now I'm using the parameter: "PTC_WM_VERSION" for both the drawing and the model that was active when the format was placed. I thing the baseline would be good as an addition or a replacement for that.
Is this a parameter that can be used, or is the baseline name just a text string that can't be accessed in this fashion?
Thanks!
Hello
In 10 (and may be in 9, I do not remember)
You've got a class where you'are able to implement custom logic to retrieve any datas in Windchill and add it as Parameters when downloading the CADDoc in a workspace .
Have a look to the PTC guide "Using Creo with Windchill ", chapter : Customizing the Parameters in the Download Service
http://www.ptc.com/WCMS/files/124995/en/ProEWCInteg.pdf
regards