Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hello,We have a soap request from our ERP software to change some attributes in windchill. Every time you change a value we get a new iteration on that part. Is it possible to change the value of an attribute without getting a new iteration?We want to see the stock of a part in windchill. So everytime the stock changes we want to do an update on the attribute. So that meansthat the iteration would come to fast.Thanks in advancekind regards
Hello, my problem is when I do a change in a model part or assembly these don´t appear as modification upload, the massage says "Could not be saved to the workspace"
Hello,Is it possible to get an array of string arrays from a workflow expression code to a global variable? If yes, what data types should be used?I tried defining java.util.ArrayList<String[]> type as a global var, but the workflow properties dialog just doesn't allow that.Following codes create a local array of arrays.Code from workflow's expression robot: System.out.println("Start of Test"); java.util.ArrayList<String[]> wfTestTblArr = ext.test.workflow.TestClass.arrayTestMethod();System.out.println("Following comes from the workflow itself");System.out.println("Test array size: " + wfTestTblArr.size());System.out.println("Test array [3rd row, 2th col]: " + wfTestTblArr.get(2)[1]); System.out.println("End of Test"); Code from custom class: package ext.test.workflow; public class TestClass { /** * * @return testTblArr */ public static java.util.ArrayList<String[]> arrayTestMethod() { // Initialize an empty array of string arrays&n
Hi,We have lot of parts that are missing with EPMBuildHistory and hence publishing of such parts is not possible and we see in wvs job monitor that No EPMDocument found, Publishing can not be performed.Could any one let me know what method is called with the action Build Associated Parts from CAD Document's action menu.Thanks for your help in advance,Regards,Shashi
Bonjour,je dois migrer une application dévepoppé avec Windchill 8.0 M040 sur une instance avec un changement d'URL.J'ai appliqué les procédure du rehost guide.le résultat est que le methodServer se lance et que je peux me connecter avec le login d'adminstrateur mais tous les autres login ne focntionnent plus et je ne peux pas agir sur le LDAP à partir de Windchill avec toujour la même erreur provenant du LDAP :LDAP error code 50 - Insufficient Access Rights]merci de votre aideCordialementPhilippe Salaün
HiI would like to know Windchill PLM jobs availability in market, i am not aware of java and want to start my career in windchill, let me know how i start? Background: I have 5 year of experience in product based organization in design and testing.
HI I would like to know Windchill PLM jobs availability in market, i am not aware of java and want to start my career in windchill, let me know how i start?Background: I have 5 year of experience in product based organization in design and testing.
Hello everyone, Can somebody guide how I can achieve following goal?For workflow activityIf a role is not having any participant then that role should be ignored (process initiator should not receive task for unresolved role).However, if role has principals, then those roles (and only those roles) should be required to complete the activity before it is allowed to move on.
Hi Gurus, I am using Windchill 11.0 M010, The selected Promotion Request Targets/Objects should move to a Life Cycle Stateusing API, following APIs tried use, QueryResult qr = wt.maturity.MaturityHelper.service.getBaselineItems((PromotionNotice pn); 2. Set state for the Promotion Notice objects:wt.lifecycle.LifeCycleServerHelper.service.setState(LifeCycleManaged object, State state);I have the code however i am unable to compile , setState is not recognizing.Please help meThanks & best regards,Mahesh
Hi all,I am wondering if there is a service documentation about the Windchill WS tasks existing anywhere. To be more clear, I am talking about the tasks located under <Windchill>/tasks/com/ptc/windchill/ws.Let's have a look at the navigate.xml (I've attached one for quick overview). I managed to navigate through the children of a any object type using this task. But I am always just using the following parameters:baseUFIDassociationTypeIdentifiertargetRoleNameotherSideautoNavigateBesides the fact that I have to call the operation twice to get the links and the linked objects (otherSide - true or false), it is working well. If I have a look at the parameter description, I can see that there are much more available parameters than I am using. So I am wondering if anybody can explain me the usage of the other parameter, or even better, has an example which uses them.Quick Overview of available parameters:@param string baseUfid UFID of object from which navigation will start@param st
I want to grant the CAD users the right to rename the name of their EPMDocs and WTParts, even when they are released. The number and CADname must not be changable.I haven't got this working with ootb acl. One solution would be to have a small jsp or seperate action, which let you just rename the name. But how can i run a certain task/method like the renaming under a diffrent user account (e.g. orgadmin)? ... EPMDocumentMasterIdentity masterIdentity = (EPMDocumentMasterIdentity)master.getIdentificationObject(); masterIdentity.setName(newName); IdentityHelper.service.changeIdentity((Identified) master, masterIdentity); //have to be executed with user orgadmin ... Any other solutions are also welcome.
Hello everyone.Is it possible to develop a Java client in a PC that don't have Windchill installed on ?How can I link , in my eclipse project, the correct jars? Thank you Giorgio (a newbie of Windchill customization)
Please let me which API to use to create link between WTPart and EPMDocument without checking out the WTPart..Thanks in advance
We need to checkout many dita documents, apply xslt and checkin the documents. Is there a tool that exists? What have others done to achieve this?
HiCould you give me some schedule training about windchill-CAD?It can not published a drawing in windchill
Hi All,Please let me know how to create Windchill objects in type and attributes management through API. It would be like highlighted Objects in below image..Thanks In AdvanceKrishna Chaithanya
Hello,My promotion request workflow process is very slow. How can I speed up this process ?Thanks in advance.
In 10.1 we could easily import Solidworks CAD assemblies created outside Windchill using the Save to Workspace command (or import to workspace). All the records imported to the Workspace would be assigned a new, unique Windchill number automatically.After updating to 10.2, we were told this was a "bug" and was removed. Now the current filename of the CAD file is passed to the Windchill Number of the new record in the workspace. The filename property is of course created from the filename too. The Name and Filename can be renamed, but not the Windchill Number.So we are left with a Windchill record that has an incorrect Windchill Number that cannot be changed. Since it can't be used, another record must be created through a much more cumbersome method.Currently the workarounds we have available are:perform a Windchill SaveAs action to create a new record. The Number is generated automatically. The external CAD file is saved to the Workspace manually, using the filename of the new record
This is the comment as entered;1. Changed my quantity to 12. Changed my quantity to 23. This is the last line 3In the report it looks like this:1. Changed my quantity to 12. Changed my quantity to 23. This is the last line 3Is there any way to honor the carriage returns in the comments within a report?
How can I make Attribute under 'Criteria' Section in advanced search as auto suggest or How can I hook a Data Utility for this attribute?
Hello,If for example a System.out.println("some text"); line is used within the java code where does the result show up?
Please ask how use sql get Legal Value List?
@
I am trying to retrieve Quantity attribute for BOM Structure.WTPartUsageLink puLink = WTPartUsageLink.newWTPartUsageLink(part, partMaster); puLink.getQuantity().getAmount(); //gives quantity 1.0 always.
Can I install Windchill 11.0 on SQL Server 2012 Express?I already have an instance of SQL Server 2012 Express and would like to use this for my new Windchill installation.Any assistance would be helpful,
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.