Drawing Parameters - the chicken and egg problem
The parameter "PTC_WM_Created_by:d" isn't created until the actual drawing for a part is created, preventing it's use in a drawing boarder (for a newly created drawing from a format). How have others tackled this conundrum?
The suggestions I've read are:
- Drive it from a part/assembly level parameter.
- Reapply the format after drawing creation.
- Add it to a table that gets inserted after drawing creation.
Up until recently, our drawings have been part/assembly attribute driven. We're working to correct that, and are driving much more of the content from Windchill. Our template parts now have very little in terms of parameters. This is one of the last hold outs. It seems it's easier to keep it as a parameter.

