Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
i want to add sate judgment in the existing search .
Hi Friends,I am working on SQL functionality where I need to get the folder detail includes name of product/library, name of folder and location of folder, I am able to fetch product and folder name detail but I am not able to find the location of folder can anyone please help me how I can get folder location using sql query
Hi all, I have AddIn for Fusion 360(JavaScript). How to establish connection between my AddIn and Windchill Workgroup Manager(or Windchill server directly)?I know that Windchill is not supported Fusion's files, but I'm interested in architecture of this solution.What possible ways to resolve this problem: create CAD adapter for Fusion 360 or create custom Windchill Adapter with Info Engine API or there is Windhill Workgroup Manager API?Thanks!
I’m currently doing some research about alternate BOMS in Windchill. I was able to create a structure with different BOM configuration & I was able to modify the BOM of each configuration separately.Now, my question is, for a same view type (ex: Design), it is possible to filter the configuration options result when searching for a part? Whenever search for part 3011810, I get result for configuration null, 001 & 002. Ideally, I would like to be able to search for a particular configuration without having the others in the search results…Thank you
Hi All,I need to find out the Role of User who initiate the workflow. On the basis of user's "Role", Routing of Workflow decided.Ex. If "Member" Role user initiated a workflow then it will follow different direction like, notify to Product Manager and after approval of "Product Manager" it will start to next process.But if the Workflow initiator is itself "Product Manager" role user, then in this case no need of Approval and all.Please let me help to know, which API i have to use to find out a "Role" of a user who initiate the Workflow.Regards,Vivek
My question is in the title.Thanks for help.
Hello,How can I get assignee(User 1) as an attribute from a Problem Report ? Please look at attached file.Thanks in advance.
How gathering part should be handled while retrieving MultiLevel BOM through JAVA Api?
When started, methodserver make a error like LDAP error 32 no such object, it seems to be a problem if certificat, i use the document CS29454 from PTC website but always a error.I m sure the bind user and password to commicate with LDAPS are good (verify with apacheStudio software).Thanks
Hi All,I'm trying to create custom data utilities in order to create task page action in my work flow activities. I could find site.xconf for respective context and could realize that Data Utility has used singleton class. I tried to find if there will be any related java file exists in respective location but unsuccessful. For your information, I'm now working on Quality context for CAPA and found related xconf for data utility in Windchill\codebase\com\ptc\qualitymanagement\capa\xconfs\CAPA.datautilities.properties . In this file I could able to notice that Data Utility class for CAPA review is CAPAReviewDataUtility(See below line)<Option serviceClass="com.ptc.qualitymanagement.capa.review.datautilities.CAPAReviewDataUtility" requestor="java.lang.Object" selector="reviewDU" cardinality="singleton"/>I'll be very thank full if anyone provide detailed process for Data Utility creationand assigning attributes to it as I'm new to customization.Regards,Krishna Chaithanya
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?
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.