Re: How to download & Save WTDocument primary content using Windchill API ?
Thanks a lot brother. getContentsByRole(ContentHolder holder, ContentRoleType role) is perfect solution for my requirement. and also I tried your above code ,In that if(vcontent.size() > 0) always...
View ArticleSolidWorks Drawings in PDF / Creo Viewabales
How can I ensure that my SolidWorks Drawings are publihsed both as PDF & Creo Viewables . I need this becuase I need to markup for the drawings in Creo View as well as ensure my puchase accesses...
View ArticleRe: Does CREO 2.0 Parametric Academic Edition needs additional plugin to link...
Hi, Got a question... Is it possible to integrate Creo 2.0 with Windchill Quality Solutions?I am not able to find any content on this topic... Kindly guide. Thanks and regards,Shweta Joshi
View ArticleRecursive search in Windows Explorer DTI?
Hi, I'd like to know if it's possible to search subfolders recursively using the Windows Explorer integration of DTI? The current behavior seems to search only in the current folder, which acts more...
View ArticleRe: WGM for NX-7.5 issue
Hi All,Please let me know if there is information from your experiences about this.. Thanks and have a nice day,-Amol
View ArticleHow to activate action automatically upon Save / Check-in in PDMLink ?
As part of an integration project I need to figure out how to update Part Data into an external system by invoking a third part WebService by the time the Part is changed (Save / Check-in) in...
View ArticlePTCLive 2013 files on ptcuser.org
Hi Fellow Windchillers, Any idea when the PTC Live Global-2013 files will be available on ptcuser.org files section.. Thanks and have nice day!Amol Amol S. AkolkarPhD Student-PLM LabCOT-Computer...
View ArticleHow to get role of current user?
I have created a button on right hand top side under quick links menu.That will allow the user's to change the constraints of attributes in certain types.But I have to allow user's with certain roles...
View ArticleRe: How to delete an "In progress" purge job or "
Hi, have you a solution for your problem? My server is burning after launch a mega purge ... and i can't delete the job. Edit: This solution...
View ArticleCheck in new EPMDocument with Windchill API's
Hi everyone, I have a little problem and I really hope someone can help me with that. I created an EPMDocument by using an expression robot. Now I would like to automatically check-in this EPMDocument...
View ArticleRe: Check in new EPMDocument with Windchill API's
For check-in, you can use following API in expression robot itself. For you, object is EPMDoc and note is checkin comments. wt.vc.wip.WorkInProgressHelper.service.checkin(Workable object, String note)...
View ArticleRe: Check in new EPMDocument with Windchill API's
Thanks for the quick response.Your answer does work, but unfortunately not for brand new EPMDocuments. After implementing the code and running it I get the following error:...
View ArticleRe: Check in new EPMDocument with Windchill API's
Did you happen to try this API? wt.fc.PersistenceHelper.manager.save(Persistable obj);
View ArticleRe: Check in new EPMDocument with Windchill API's
Yes, I tried that API, but I still get the same warning. Element must be checked out in order to be checked in.Maybe it's better to show you the hole code....
View ArticleI need to use the previous version from my workspace
HI,I started recently to use Windchill 10.1.One of my collegue asked me how can be brought back a previous for some parts or asembly.In a file system they were able to delete any iteration that ProE...
View ArticleRe: Check in new EPMDocument with Windchill API's
I would recommend not to enter so much code into an expression robot. Call a java class from expression robot. I wrote a small code that creates EPMDocument (works on 9.1 M40). Use it as reference for...
View ArticleRe: How to create an EPMDocument using a robot.
I guess you have it figured out already by now. Use following statement before you create EPMDoc object. wt.epm.EPMContextHelper.setApplication(wt.epm.EPMApplicationType.toEPMApplicationType("EPM"));
View ArticleRe: How to LocalizedMessage from ResourceBundle file using code ?
Just drop the "RB" from the class name in the example Patrick gave you. *RB.rbInfo files compile into *.class files. String resourceBundle = wt.part.QuantityUnit.class.getName();String key = "ea";...
View ArticleRe: adding Object to WT-Part BOM doesn't work anymore
We are using... Windchill PDM-Link 9.1 M60IE 9different machines -> same erroranother user on the machine -> yes, every machine the user (who got the problem first) connects to windchill this...
View ArticleRe: How to LocalizedMessage from ResourceBundle file using code ?
Thanks Patrick & Matthew.
View Article