Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
The parameter PTC_WM_CREATED_ON updates each time the revision increases (which I believe is the way it is supposed to behave). Is there another parameter that maintains the original creation data for the file regardless of the revision? Or some work around to keep the date the original creation date?
Thanks,
Colleen
Hi Collen,
On the drawing formats we use the following parameters:
You can refer to the documentations that I sent. I also use the doc_name and PTC_COMMON_NAME in the drawing formats that ties directly to Windchil Number and Name respectively. You should create aNOTE for the drawing title box and place the ProEapplicaitonparameter PTC_COMMON_NAME into it.
Good luck and I hope this helps,
Patrick
Hey Mike,
It really depends on what you define as state. We define the lifecycle state as the state of the actual object as it goes through the release cycle like INWORK, UNDER REVIEW, RELEASED, CANCELLED and OBSOLETE. These states get changed with ECNs. This you can use the following wt.proerties in your site.xconf.
<property name="publish.republishondocumentchange" overridable="true"</p">
targetFile="codebase/wvs.properties"
value="true"/>
<property name="publish.republishonepmdocumentchange" overridable="true"</p">
targetFile="codebase/wvs.properties"
value="true"/>
For watermarks, we use securityclearance levelsor project states like CONFIDENTIAL, TOP SECURITY, PUBLIC, FOR YOUR EYES ONLY, INTERNAL, Prototype1, SSL1, SSL2, TOOLING1, TOOLING2,etc. These change with based on the overall project timelne and security of timeline. For this I suggest Najanaja Framework to generate the watermarks based on your project timeline.
But, it is really up to you guys,
Patrick
David,
The parameter is:
PTC_WM_CREATED_ON
David,
Take a look at the example of format and drawing template I included in my previous post to with the parameters.
David,
Also look at my previous attached ProE WF 2 to 4 guides to place the formats, templates and start files in Windchill to obtain the Windchill system attributes within the files. You will only see these attributes if these ProE stds files were created/updated while connected to the server registry of Windchill. If you do this, you have to make sure that all the registry names are the fully qualified name of the server.
Patrick,
I think you are misunderstanding the issue. The parameter PTC_WM_CREATED_ON does not store the original creation date once the revision is updated. I received an email response which I think will work but I'm not sure how to write the relation. The email is below, if anyone has suggestions on how to write the relations that would be helpful.
"You are trying to preserve an original creation date for the original release of a drawing, if I understand your question right. The default PTC_WM_CREATED _ON date changes when the revision is rolled, but you want the first release date in the drawing.
We used a relation in our start parts that reformatted PTC_WM_CREATED_ON to the way we wanted andassignedit a company specific parameter which was used in the drawing format for the original creation date of the drawing."
Thanks,
Colleen