Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
I need to fix the column size {Ex :- i have part number / description / reference number , based on the content or some constant space(column size) }
Hi All,Is any API to create link between .prt and it's drawing in Windchill.i have tried EPMBuildrule type of link, but it creates structure links.is any one has tried to create link between .prt or .asm to it's respective drawing throgh Windchill API ?Any help will be grate.Thanks,Vivek
Hello, I need to get all WTParts, that contains in Windchill for one special report. How can I do it?Thanks.
Hi, sorry for my english.I want to know if is possible to force the user so he/she can not Complete a Task (launch by a Workflow) unless a document is uploaded (Ckeck in) in Windchill.Thank you in advance for your help!!
Hi,I'm trying to implement a new client view on the part info page. I am happy to know that there is a list of ComponentConfig (see e.g page 260 of PTC Windchill Customization Guide for 11.0F000). Some of them:TableConfigAttributesTableConfigTreeConfigAttributePanelConfig...Does someone know where to find a description or screenshots of the result while using each object ?A description of the hierarchies of the component would also help me a lot : what component could be added (or not) to a component.From the class names, I could implement a prototype with GroupConfig and AttributeConfig. Something like following :The javadoc could not help me so much, and I cannot seriously experiment everything....Best Regards,Loïc
Hi I need information about how can I launch a workflow from a JSP file.Thanks
We put a comment in at check in when we change from the prototype numbering scheme to the released numbering scheme so we can see through History what the old number was. This does not help if all you know is the old number and need to find the new number. How can we search for Comments in previous revisions in Windchill PDMLink?
Hello,Any ideas how I can change the autogenerated algorithm for the Part object Windchill 10 to assign a number between 6AAB00001-6AAB999999 or to set the prefix to 6AAB if that is possible.
Hello,I'm trying to get the wwgm toolkit to work. I compiled the "hello world" example.I'm compiling this with "microsoft visual C++ 2010 Express" and the build is successfull.The customizationTK.xml file is also ready with this line in it. <customization name="testtoolkit" path="C:\PTC\wgm\test2\toolkittest\WWGMTK_PROJECT_NAME.dll"/> Then I start our workgroup manager and I get following error: <Failed to load testtoolkit DLL from : C:\PTC\wgm\test2\toolkittest\WWGMTK_PROJECT_NAME.dll.>I'm not able to solve this problem. Does somebody know what I am doing wrong?Thanks in advance
Hi Guys,I am using Windchill 10.2 and want to implement attribute inter dependency functionality like on selecting country value relevant states should auto populate. Can it be possible through configuration in Windchill 10.2? It can be done using datautility and ajax in Windchill 10.1. Please share the sample code if any.Thanks for your help !
In New Change Notice window Template drop down values should be sorted in alphabetical order
I have a OOTB system on which i am trying to create a JAX-WS webservice, using the OOTB PTC provided example. However when i try to generate Client executable jar file i get this errorServer returned HTTP response code: 401 for URL: http://xyz.com/Windchill/servlet/xyzService?wsdl. Now with reference to PTC case number CS157645 https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS157645&art_lang=en&posno=1&q=java.io.IOException%3A%20Server%…I followed all the steps, but still i am getting the same error. Has anyone ever faced this issue with JAX-WS.
Hi All,I am trying to create a Link between WTPart and EPMDocument objects by using below code,it's executed without error but it not create any kind of link in between these two objects.is any one tried to create Link between WTPart and EPMDoc.Please review below code and suggest the correct way to create this type of links.======================System.out.println("Getting the epmdocument"); EPMDocument source = getEPMDocument(); //getEPMDocument method returns me object of EPMDoc type System.out.println("Getting the WTPart"); WTPart target = getWTPart(); // getWTpart method returns me object of WTPart type System.out.println("Creating the link between wtpart and epmdocument"); int buildType = 1; source = (EPMDocument) WorkInProgressHelper.service.checkout(source,WorkInProgressHelper.service.getCheckoutFolder(),"").getWorkingCopy(); EPMBuildRule link = EPMBuildRule.newEPMBuildRule(source, target); PersistenceServerHelper.manager.insert(link); System.out.println("Link has been created"
Hello,Does anyone know if it possible to set a workflow timer robot to omit weekends and holidays?We have an external process that happens within one business day. We'd like to set a timer to advance the workflow to the next task after a business day.I have a slight recollection of some wt.properties to specify the working days to update the Site calendar. Are workflows looking at the Site calendar to determine 'work days'?
All, Do you have SQL Server installation document for Windchill? Please share it with me if you have it..
Hi all, I am going to create WTParts for all EPM Documents in Windchill, what I'd like to know is how can I find out what parts and assemblies have the same name? E.g root.prt and root.asm Once I create the WTParts they will have the file extension for the number (root.prt) which is fine however I will be removing all extensions but the tool will run in to problems if a part and assembly have the same name. Does anyone know how to produce a query/search in order to identify duplicate name parts and assemblies? Has anyone had to do this before so that they could integrate WTParts with their ERP/MRP? Many thanks. Best, -=D
I need to create a page and you will see some combobox so how can I create a new page in windchill.Thanks in advance
Can we force upward revising from document to document, and then on to the WT Part?What is the best way to store and retrieve all pertinent documents from this structure? Is embedding really the ideal solution?
Hello everyone,In windchill 10.2, i provide some rest services, all GET services works fin! But when the request is POST, PUT... i get this message as response for my request with the status '412 Precondition Failed' :A potential security problem was detected. Refresh the page and try again. If the problem persists, contact your administrator.How can i allow POST, PUT, DELETE.. requests in windchill 10.2?Thanks.
Hi All,I wish to extract all the ACL files from the source system to that of csv or an excel file.Can anyone please share the sample code related to the same where it extracts the ACL's in all the contexts and domains.Thanks and Regards,Aditya Achanta
Hello Everyone,I have requirement to add Ajax code, which will fetch details of Part( code for this I am having) after giving part no. in Number field in multiple part creation wizard(rest of details will be populated automatically). Can somebody guide me where I am to configure my javascript code for this requirement.Thanks in advance.
Please let me know the API to use..
Dear PTC support,Currently there is no way to launch CATIA using WWGM toolkit API.Simple use case would be to call CAA function from WWGM-client.But if CATIA is not opened, it won't be possible!.So think WWGM toolkit should provide API to lunach CATIA without opening any document.Let me know if you require more details.Thanks,Nathaniel
Hello!Does anyone know how to delete templates programatically?Reason is to create a customized loader that can handle the problem when a non iterable template (such as task templates or container templates) need to be refreshed.Today we get a silly exception that the template is already in the system and cannot be replaced.Any help is appreciated!Thanks and best regards,Peter
Which api to be used to update the attribute value for a URL datatype attribute. I want to update the URL and also the label value.
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.