Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hi Community! We allow users to open tickets from the menu in Folders. How can I bring this ticket button to the Windchill homepage?When users want to open a ticket, I want them to be able to do this from the button on the home page.
Hi All,I'm trying to import a missing preference at Site level.followed article CS152142 it throws an below error:org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 23; Document root element "csvPreferenceInstance", must match DOCTYPE root "null"==Referred to one of the article on community and used the below xml<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE PreferenceImpExp SYSTEM "standardX20.dtd"><PreferenceImpExp><PreferenceInstance><name>Part to Document Association Logic</name><clientName>WINDCHILL</clientName><value>Yes</value><locked>false</locked></PreferenceInstance></PreferenceImpExp>=this also throws below errorCannot import "Preference Instance" "Part to Document Association Logic" as there in no matching preference definition with name "Part to Document Association Logic". any help would be appriciated.
How can I invoke/run the custom Windchill class(deployed in Windchill home directory) from a batch file(.bat) in another (remote) machine?
Hi, Am I able to add an custom IBA to the Promotion Target? Like the field promotion comment: (in the red column should be a custom IBA) Maybe I can customize it via code?
How to get object identifier of workflow object on windchill object in 11.0 Ver ?if we just enter a part / document number , we should be able to see workflow process assignment , creator details , etc .? what exactly is missing is the how to get object identifier of any process associated with the object ? since if that is done we can fetch other details probably .
I need to create action on this table.I have tried to check which OOTB table builder its using and want to override that.After enabling debug mode I couldn't see any OOTB table builder for this parts action.Kindly help me with creating action on this table.
Hello, I am facing an error when trying to cast version reference to Object Reference. The error is -java.lang.ClassCastException: class wt.vc.VersionReference cannot be cast to class wt.fc.ObjectReference (wt.vc.VersionReference and wt.fc.ObjectReference are in unnamed module of loader 'app') The code is-String oid = (String) request.getParameter("oid");final ReferenceFactory refFactory = new ReferenceFactory();final ObjectReference reportRef = (ObjectReference) refFactory.getReference(oid); Kindly suggest on how to resolve this,Thanks
Hello We want to move our old project data from windchill 11 to 11.2.1 .how we will move. Please suggest. Regards, DHANANJAY
Hello, I need to create a link between operation and part with MPMOperationToPartLink. I used the method com.ptc.windchill.mpml.processplan.operation.MPMOperationToPartLink.newMPMOperationToPartLink(MPMOperation operation, WTPartMaster partMaster) howeveran error message apears that ComponentIdPath is null. How to set ComponentIdPath? which parameters in the operation or the part are needed to create such link? Thank you.
I have a custom tab to show part instances. I want to assign serial numbers to customers and added an attribute to do so, but I can't show those values in a column under part instances. Is there anyway to add the column to the menu?
Hi Community; When I search to add participants in the Set Up Participants table, it gives a "No Result Found" warning. How can I show Windcihll users in the search when adding participants. How can I fix this situation?
We have wrote a html code to upload file as follows: <h3>File Upload</h3><form action="UploadServlet" method="post" enctype="multipart/form-data"> <input type="file" name="file"> <button type="submit">Upload File</button></form> Need code in UploadServlet.jsp to fetch the document and attach it to the secondary attachment of the current wtDocument. Thanks!
What is the use of Related Parts step in Create New Part Request Wizard?
Hello Community,I wanted few diagrams or pictures that represents the below links in Windchill. If any of you has anything on the same, requesting you to share it. Link Objects: WTPartReferenceLink, WTPartDescribeLink, EquivalenceLink, Owner, Calculated, Image, WTPartAlternateLink, PartSubstituteLink Thanks.
Hi,When Turkish lira is entered in Windhill, I created an attribute that multiplies this value with this year's dollar rate.However, the dollar rate is fixed at a different value each year. For example; In 2021 I need to multiply this value by 11, in 2022 I need to multiply it by 17.64. How do you think I can overcome this situation? yes, I may not be able to establish a dynamic structure, but do you think I should create a new attribute every year? Note: attribute directly affects a form and its values should not change. For this reason, it is impossible for me to regularly update the calculated attribute.
Dear all, I have a question regarding completing the work items. I have a work item which includes a custom EnumeratedType attribute "MySize". When I try to complete the activity using the OOTB Endpoint from Workflow Domain, I am getting an error that the enumerated type is not supported like below: "This task cannot be updated.Variable type ext.dropdown.MySize is not supported." URL: {{baseUrl}}/WorkItems('{{WorkItemId}}')/PTC.Workflow.CompleteWorkitemRequest Body: { "AutomateFastTrack": false, "UserEventList": ["Yes"], "VoteAction": "", "WorkitemComment": "Dummy", "Variables":[{ "Name":"MySize", "Value":"Small", "TypeName
I have a situation where a particular field on our Change Request has different choices depending on which project they are part of. Using Global Enumerations, I can set up the cascading dependencies to show the correct choices. But... having to choose the project first on creation is something I'd like to avoid. Each of our projects have their own contexts... if you create a CR in PRJ1-Library, I want the project field choice preset and the dependent field's valid choices already filtered. I can use the OIR to set the project field but it only happens after the create form is submitted. Can this be preset so the create form already has the correct project? (I am trying to avoid writing custom code and handlers... please let me know if this a forlorn hope...)
Hi Guys, I want to check in/ check out the Solid Works model/folder in Windchill through API using c#. Is there any source code or documentation available? Thank you
I am using Windchill PDMLink Release 11.0 and Datecode with CPS N/AIn the scenario of customizing workflows in PTC PDMLink with Java coding, is it possible to make decisions in the workflow based on the contents of cells in an attached Excel sheet? Or, is it feasible to retrieve the contents of cells from an Excel sheet attached to the workflow?
Two attribute depend on only one attribute like if I select part type machine then only machine attribute is visible and hide another one. I want without cascading attribute
I'm trying to understand if customizing the Windchill Theme is a common customization - See (Customizing the Theme (ptc.com) Do you do more than just rebranding? - Do you customize other colors - like font color? - Do you customize font size? - Do you use custom icons for the standard icons (other than custom Type icons)? - Any other similar customizations? Can you share examples of what you've done? Thanks, Devi Vijayakumar Windchill R&D
Hello,I have changed in CAPA oir , Im passing attribute value on CAPA name while creating new CAPA but that IBA is not present in Nonconfomance so how can I create CAPA? <AttrValue id="number" algorithm="com.ptc.windchill.enterprise.revisionControlled.server.impl.NumberGenerator"><Arg>CAPA-</Arg><Attr id="ext.xyz.LOCATION"/><Arg>-</Arg> <Arg>{GEN:wt.enterprise.SequenceGenerator:CAPAREQUESTID_seq:10:0}</Arg> </AttrValue>
If Number is E-M030002 them remove E- after it goes to certain lifecycle state
Hi, I have seen lots of improvement on MBD to show dimensions in 3D model. Similarly BOM table can be able to show using .tbl file and take print for quotation purpose. Looking to avoid 2D drawing just to create the BOM table.
Is there any method available to set the coloured text from Data Utility?
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.