Windchill
Recently active
Within Windchill, I've been trying to sort a column full of dates to show the most recent ones to the oldest ones. For unknown reasons, the dates are not sorting correctly. It seems whenever I sort the column, the dates just get randomly mixed up. (See attached for example)
I wanted to add an validator for the resulting objects table, If release target is empty it should throw an warning to the user. For this scenario I tried extending AffectedAndResultingItemsFormDelegate and ChangeTaskResultingItemsFormDelegate and overriding it's methods to just print dummy statements, it doesn't work for both delegates. Thanks in advance
Version: Windchill 12.1 Use Case: Update created on attribute value on WTPartDescription: Hello,I want to update the value of CreatedBy ModifiedBy and Created On and modified Date attribute values on WTPart.Could you please suggest me which API should I use to achieve this use case. Thanks.@HelesicPetr
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0We have developed utility to change subtype of EPM documents we need to get more information regarding.change subtype and their limitations.
Is there any API to get Synchronized Version from Source and Image table of related objects tab
The scenario is that we are thinking to get the 3d models from windchill to thingworx and then to vuforia studio.What can be the best scenario?1) Integration of thingworx with windchill (any documentation). So that we get 3d files from windchill and can set the widget file in vuforia studio with the help of may be thingworx or we put files from windchill to thingworx each time we publish it there. Any ideas in this regard or how can i achieve this goal? Please give me some suggestions
Hi , Thanks for the above posting, It works for me. But my requirement is to get the response payload as an collection Arary Can you please suggest the changes that i'll have to do to get an array response as given below Response Payload: -------------------------- "value":[ { "key1":"Test Part", "ChildObjects": [ { "key":"OR:wt.part.WTPart: 1234", "value":" TEST 1234-A " }, &
Hi together, We are publishing to SAP a structure which contains different views of the parts. Top Node is in Manufacturing and the children in design and also Manufacturing. We have another custom view Manufacturing Location. One of the children under the structure was created directly with this view. Applying the System Default Filter on the structure will show only the Part Master for the last mentioned child. While trying to publish to SAP through a CN the following error is recieved: com.ptc.windchill.esi.rnd.ESIRendererException: No qualifying version found for the master "wt.part.WTPartMaster. I am thinking this has something to do with the System Default filter but in our distribution target for CN and BOM we use a different filter which includes also the custom view. Any ideas why this error still comes? Setting the Preference for ESI not to generate exceptions in such cases will ignore the part but also if there are childre
Version: Windchill 11.1 Use Case: the software can not run, the message is: License initialization failed: flex initialization error. (-97) Description: the software can not run, the message is: License initialization failed: flex initialization error. (-97)
---**Issue in `TimelineHistoryHelper.getLatestModifyTimestamp`**The `Timestamp timestamp = Timestamp.valueOf("0000-00-00 00:00:00.000000000");` line consistently triggers an error.Code snippet:```javaprotected static Timestamp getLatestModifyTimestamp(Persistable paramPersistable) throws WTException {Timestamp timestamp = Timestamp.valueOf("0000-00-00 00:00:00.000000000");ArrayList<LifeCycleManaged> arrayList = new ArrayList();arrayList.add((LifeCycleManaged) paramPersistable);HashMap hashMap = LifeCycleHelper.service.getHistoryForIterations(arrayList);if (!hashMap.isEmpty()) {ArrayList<LifeCycleHistory> arrayList1 = (ArrayList) hashMap.values().toArray()[0];for (byte b = 0; b < arrayList1.size(); b++) {LifeCycleHistory lifeCycleHistory = arrayList1.get(b);if (lifeCycleHistory.getModifyTimestamp().after(timestamp))timestamp = lifeCycleHistory.getModifyTimestamp();}}return timestamp;}```**How to resolve the above issue**
Hi All, Looking at solutions/ suggestions on how to manage component (Electronics) from Altium Parts Library to have some business logic managed (AVL Parts with limited time availability) in Windchill. Basically if the mfg plant is another location with a different EMS supplier , how to restrict Designers to use components from this supplier? Regards
Version: Windchill 12.1 Use Case: We are migrating from 3DExperience to Windchill. Materials library also part of migration. we need help with object type mapping for Materials. Which object type in windchill is used to represent a material and how they are linked to cadbom and ebom. thanks in advance.Description: We are migrating from 3DExperience to Windchill. Materials library also part of migration. we need help with object type mapping for Materials. Which object type in windchill is used to represent a material and how they are linked to cadbom and ebom. thanks in advance.
Hello Everyone,I am trying to extract the BOM of an assembly in windchill through REST APIs. However, since I am unfamiliar with what attributes to pass in the body of this post request, im running into error 400s.Here's what I have done so far:I have the following assembly item: { "CreatedOn": "2024-06-13T02:09:02+05:00", "ID": "OR:wt.part.WTPart:112282", "LastModified": "2024-06-13T02:09:02+05:00", "AlternateNumber": null, "AssemblyMode": { "Value": "separable", "Display": "Separable" }, "BOMType": null, "CabinetName": "Default", "ChangeStatus": null, "CheckOutStatus": "", "CheckoutState": "Checked in", "Comments": null, "ConfigurableModule": { "Value": "standard", "Display": "No" }, "CreatedBy": "ahsan", "DefaultTraceCode": { "Value": "0", "Display": "Untraced" }, "DefaultUnit": { "Value": "ea", "Display": "each" }, "EndItem": false, "FolderLocation": "/GOLF_CART/Design", "FolderName": "Design", "GatheringPart": false, "GeneralStatus": null, "Identity": "Part - GC00000
Which is a better option installing workers on a windows OS or on the windows server? Is there any difference when it comes to Azure ? Which of the two is better and why ?
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0如何将受管理的基线中“基线对象“的清单导出为Excel?能否按照结构进行导出? Translated by the moderation using Google Translate ----------------------------------------------------------------------------------------------- How can I export the list of "Baseline Objects" in a managed baseline to Excel? Can I export it by structure?
I created the attribute called customer name inside the WTDocument. the value of the attribute should be updated once the activity get completed. i wanted to add the dropdown list inside the workflow activity task page, It contains some customer names like A, B C, D based on the selection of the user from the dropdown list it should be persist into the customer name attribute.please help me to solve this. if some have any code snippet please share.
Hi,Trying to use State Based versioning ( numeric and alpha ).Object starts in InWork state with numeric (1.0) revision, once object is released it should get auto revised to alpha (A.0)Updated the revision file, created new series and seeds. Mapped to respective state in LC.The challenge is when use ECN object gets released however it doesn't gets autorevised in Released State.Manually revised it changes to Alpha revision.Any references would be of great help.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.2Can we remove ECN task from ECR task process completely?ECN already in cancelled state.
Version: Windchill 13.0 Use Case: I've created a first version of a project that uses the Windchill API to export a .pdf file from a .drw using this URI: /Windchill/servlet/odata/v3/CADDocumentMgmt/CADDocuments('OR:wt.epm.EPMDocument:201731655')/Representations EPMDocument:201731655 was known previously.Description: Is there a way to retrieve a list of all EPMDocument (only .drw ones) versus Drawing Numbers? I am asking it because I need to generate .pdfs from .dwgs in batches.
Version: Windchill 13.0 Use Case: I want to configure Windchill so that when I search for a Part/CAD document, for example, I click on the "View Information" button and windchill opens the document information in a new browser tab and not in the same tab. Is that possible?Description: I want to configure this in windchill server for the other users
Version: Windchill Below 11.0 Use Case: Create Problem Report > Add affected objects(add more objects) > add comment to each affected object > Click on Finish to create the PR. Issue is not with 1 or 2 affected objects. When we have more number of object in affected object tab, then the issue reproduces with comment missing for few object in list.Description: Navigate to Product, select more objects(selected 35 objects), add comment for all and create Problem Report. Once the PR is created, go to related objects tab, and check the list. For some affected objects, the comment is missing in the table. Refer screenshot. Got the PTC article, https://www.ptc.com/en/support/article/CS346216 As mentioned in PTC article, checked the custom-action.xml file, for create PR action.<action name="create" uicomponent="CREATE_PROBLEMREPORT" ajax="page" afterJS="PTC.wizard.saveTableData.writeAllTableRows"><command class="ext.thales.palma.change.nc.forms.CreatePalma
Hi, we need to copy a large WTParts structure including associated Creo View representations and related IBAs, between prod to a test system. The user inter face based solutions crash due to the dire size of the structure. Which are the possibilities to extract the structure in Windchill backend, which should resolve into an XML load file + Creo View files on disk, which we can then import into the target system? On top of this, in the extracted XML we have the need to make small adjustments, for example add a prefix to the numbers, and small things. Therefore we need some kind of XML that we can modify. /Gustav
I am using Windchill PDMLink Release 11.1 and Datecode with CPS M020-CPS16Is it possible to create a STEP file using CADWorker?Additionally, when converting, is it possible to retrieve specific attributes from the CAD data and use the retrieved values as the file name?
When I tried to import Entities.twx file in Y server which contains newly created 6 entities, it throwed following error. Invalid request: java.lang.Exception: Import Failed: Unable to update data shape: Could not find DataShape [XX-DS] in the model index. After seeing the error while importing , I attempted to create datashape directly in Y server. But It showed ‘The name of the entity is not unique.’. But I couldnt find this datashape entity in Y server also. We restarted Apache and database services, still same error is occurring.
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.