Email Content
Has anyone been able to edit the workflow emails that Windchill sends out to add information pertinent to the change? If so, how should I go about doing just that?
View ArticleRe: How to LocalizedMessage from ResourceBundle file using code ?
Thank you. I'd give Patrick the Correct and me the Helpful though. :-) He did the work for ya, I just happened to run across the thread.
View ArticleRe: Email Content
Hello, Ian, If you haven't already seen it, the following topic in the Windchill Help Center should help you get started:...
View ArticleRe: CAD Documents - Tips on how to only set and show File Name
Hi Jennifer, I am looking to make the number simply autogenerated, I don't want it to inherit the file name. Is this possible?
View ArticleRe: I need to use the previous version from my workspace
Frames are pretty much your only means of reverting back to a previous change of a particular file when working in Windchill. While not ideal, you could revert back to the previous frame that...
View ArticleWorkflow variable containing HTML tags are not rendered correctly in...
I want a workflow variable to be showed a link ,and open in a new window when click the link. So the value is "<a href='url' target='_blank'>displayName</a>" , and the value...
View ArticleHow to Install Windchill on Windows (Host) with Oracle 10g on Solaris (VM)?
Hello. I have recently installed Oracle 10g on my Virtual Machine (Solaris). But When I tried to login through root user again, the VM threw an error saying that the file system was full and enters...
View ArticleHow can I test for a checked out wt.document in a workflow?
Is there any simple method I can use in a workflow to test the checked in/checked out state of my pbo(wt.Document) so I can route accordingly? (I've got a feeling it'll require reams of java!!!) Many...
View ArticleRe: How to Install Windchill on Windows (Host) with Oracle 10g on Solaris (VM)?
Windchill doesn't know or care what machine/OS the database is installed on, as long as it can be accessed over the network. So, from that standpoint, there's no problem with what you're suggesting....
View ArticleRe: How can I test for a checked out wt.document in a workflow?
if(wt.vc.wip.WorkInProgressHelper.isCheckedOut((wt.vc.wip.Workable)primaryBusinessObject)){ System.out.println("primaryBusinessObject checked out");} else{...
View ArticleRe: How can I test for a checked out wt.document in a workflow?
Thank you very much Yogeshi!!
View ArticleRenaming in WindChill Cabinets.
Greetings, We have an situations, where there is two names for the same file.. We have a two naming system since we have a back up system. We have accidentally named a simple single part file two...
View ArticleHow to rearrange variables in WF task page ?
I tried with editing default task form template which is not working for me. Suggest me the right procedure to do.
View ArticleHow to get physical file size from an EPMDocument using Java code?
Hello! Does anyone happen to know how to get the file size of an EPMDocument or more precise the file size of the primary content?I'm looking for the value presented under the Content Tab -> File...
View ArticleWindchill 8 rehosting
Hello Experts, I am in the process of upgrading my WIndchill 8 system.During that, I am preparing a clone of the production system by doing a Rehost.During the rehost, I am executing the following...
View ArticleInformation about Publishing in Windchill PDMLink 10.1
Can anyone direct me to some information on how publishing works within Windchill PDMLink 10.1? We have recently upgraded from Intralink 3.4 and would liek to take advantage of some of the automatic...
View ArticleRe: Information about Publishing in Windchill PDMLink 10.1
I do not know the procedue to do it, once you associate creo cad part to windchill part , pdf of drafting is automatically generated. Some macro/code may be running which publishes drafting to pdf...
View ArticleRe: How to get physical file size from an EPMDocument using Java code?
Checkout the wt.content package in Foundation.I think you want something like this. import wt.content.*...EPMDocument doc = ...ContentItem contentItem = ContentHelper.getPrimary(doc);float sizeInKb =...
View ArticleWindchill publication of drawings and &PTC_WM_REVISION parameter
We're using Windchill 10.0 M030 with Wildfire 4 M220 (moving to Creo 2 this fall). Currently I have the publisher in Windchill set to publish drawings as pdf files. Works great, with one exception....
View ArticleRe: How to get physical file size from an EPMDocument using Java code?
Hello Patrick! Thanks for the suggestion! I tried the code you provided but sadly ContentHelper.getPrimary(doc); returns null.So I played about with the API a little further and finally I got it to...
View Article