Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
HI, I'm creating an API to transform a EBOM to MBOM using java. I don't have much knowledge about the differences between EBOM and MBOM, and what I only found is that the WTPart names of EBOM comes with a (Design), while the MBOM WTParts are having a (Manufacturing). Does this mean I can just duplicate WTParts, and change their view from Design to Manufacturing, and then the transform is done? Thank you!
Hi Does anybody know how to perform select all rows in a custom MVC table using JS from backend?I have a custom table and I require to select all the rows in the table on a specific condition when the table completes loading. I have the table included in my jsp using <jsp:include> Thanks
Hi, I'm wondering if it is possible to define a new subtype of WTDocument which can have both WTPart and WTDocument as its child? Something like a parent WTDocument Order A, and it has child Order A-1, Order A-2, which both contain a series of WTParts. I'm using Windchill 12.1 Thank you!
I have a tab that shows serial numbers and want to change the view such that it only shows the latest revision of each serial. For example, if I have serial 001 Rev A and then rev that part to Rev B, the list will show both 001 Rev A and Rev B, when I just want it to show Rev B. Is there any tips on how to achieve this?
Need some assistance regarding the Change Implementation report.Previously the Change implementation report was there 11.1 now in windchill 12.0 this report is remove by PTC. Did anyone create a new jasper report for this one. While fetching the value of Signature step we are facing this error Can anyone help with this one.""ERROR [ajp-nio-127.0.0.1-8010-exec-2] wt.util.WrappedTimestamp orgadmin - Bad WrappedTimestamp, date string=, date format string = dd MM yyyy HH:mm:ssERROR [ajp-nio-127.0.0.1-8010-exec-2] wt.util.WrappedTimestamp orgadmin - Exception java.text.ParseException: Unparseable date: ""ERROR [ajp-nio-127.0.0.1-8010-exec-2] wt.util.WrappedTimestamp orgadmin - Bad timestamp -ERROR [ajp-nio-127.0.0.1-8010-exec-2] wt.adapter.exception orgadmin - WTAdapterImpl java.lang.RuntimeException: java.text.ParseException: Unparseable date: """"
Working on customization task, need to call Part Master object type so for that i need WTPartMaster API.see attached screenshot for the reference.
I am connecting one part to another in wtpPart to retrieve the AlternateNumber through Windchill. It appears in WtpartAlternateLink, but when I check the part via servlet/odata/ProdMgmt/Parts('OR:wt.part.WTPart:#######'), the 'AlternateNumber' comes as null. Can you please help me understand the reason for this? Is there a different method to add AlternateNumber to a part through Windchill? If so, could you please explain?
Want to add customized action in Display Pane as shown in below attached image, See yellow highlighted rectangular BOX for the reference.
Hello, I am currently developing an app that need to create links between WTDocuments through the Rest API for WIndchill 12.0_2_7. I already found this article about creating Describe links between Documents and Parts, which I've implemented successfully, but cannot find any information on creating Usage links between two Documents. Here is the article: Article - CS285572 - How to create WTPartDescribeLink / WTPartReferenceLink using Windchill REST Services in Windchill PDMLink (ptc.com) Is there any documentation on how to implement this? Is it possible at all? Thanks!
Hello All,I have a requirement to add a custom action which will remove Objects in resulting Items table on wt.workflow.work.WorkItem -> Resulting Objects TableI need help on how to apply Post Select Validation Logic to remove only required Object type from the Selected Objects in the Table?
Is there any limit to have maximum number of queues?
Hello, Does somebody has moved from the NuGet RESTSharp 106 to 107 or higher (110 in my case)? They have change a lot of things and I'm not able now to complete the stage 2, to upload the file on Windchill server. I've used Postman to create the different steps and it's working perfectly on Postman: I try to use the C# code provided by postman, but not able to reproduce the same in my program. When I start the stage 2, it seems that the request is well executed but nothing is send to the server: the content info in return is empty:{ "contentInfos":[]} Should have a retun like that:{ "contentInfos": [ { "streamId": 76030, "fileSize": 2, "encodedInfo": "76035%3A2%3A150329%3A76035" }]} Previously, with version 106 of the RestSharp, I've got no issue. Thank you for your feedback and help.
Team Is it possible to GET OData data from within JSP code? It would GET from the local Windchill (localhost). Do I have an authentication problem?
Hi Anybody using ContainerTeamHelper.service.findContainerTeamGroups() method to get groups from a container? I'm using this and getting the exception java.io.NotSerializableException.Anybody else facing the same with Windchill 12?I require a common method to get groups from PDMLinkProduct, Library and Project.
Hello, I am populating some attributes from CAD to WTPart using Parameters. I want those attributes to be populated to associated WTDocuments as well. Looking for the best solution to achieve the same, please pour your ideas. Thanks,HS
Can I create a document using the program from the object in the attachment table?
I want a file to be created in the product when the user starts the workflow process. I prepared a code for this, but I could not proceed further because I received an error in the expression. How can I perform such an operation in the workflow? What are the errors in my code? CODE: try { wt.org.WTPrincipal wtPrincipal = wt.session.SessionHelper.manager.getPrincipal(); wt.org.WTPrincipalReference principalReference = wt.org.WTPrincipalReference.newWTPrincipalReference(wtPrincipal); // Assuming productId is defined somewhere in your code wt.folder.Folder productFolder = wt.folder.Folder.newFolder(); productFolder = wt.pdmlink.PDMLinkProduct(productId); wt.folder.Folder newFolder = wt.folder.Folder.create(); newFolder.setName(name); newFolder.setDescription(folderDescription); wt.folder.FolderHelper.service.addToFolder(productFolder, newFolder); wt.fc.PersistenceHelper.manager.save(newFolder); System.out.println("Folder created successfully under
Hi All,I tried creating a custom picker using data utility. It is coming on UI but custom picker callback is not working.I am getting following error:"It seems that you have not defined the callback function or the there is some error in it: testCallBack exception: ReferenceError: testCallBack is not defined" Picker Callback: function testCallBack(objects, pickerID ) { alert("in testCallBack"); var updateHiddenField = document.getElementById(pickerID); var updateDisplayField = document.getElementById(pickerID + "$label$"); var myJSONObjects = objects.pickedObject; for(var i=0; i< myJSONObjects.length;i++) { var oid = myJSONObjects[i].oid; //Here “name” is the displayAttribute requested var displayAttr = eval("myJSONObjects[i].name"); updateHiddenField.value=oid; updateDisplayField.value=displayAttr; } }
Hi PTC-Commuity,I need to use a NX PMI Options for my CreoView Adapters (pmiOption = "THIS_LEVEL_ONLY").The local NX Configuration on my Workers will be ignored, (see Article - CS406664 )In the WindchillHelpCenter I see, that the Option is not available. (NX Output Options for JT (ptc.com))Can you help me, how to implement this Option into my configuration?ThanksbrMax
Hii'm trying to build an Creo utility that adds "non latest" version of epmdoc to WS.Unfortunately, this is not supported through the toolkit - as specified in Article - CS7762So, i'm thinking to add epmdoc to WS using Windchill api first and then connect to relevant WS using Creo API.did any of you tried this approach ? any other suggestions/ideas ?i'm planning to facilitate AddToWorkspaceAction for that. Many thanks,
Hi Community, Do we need Windchill DS up and running in Replica Server?
Hi Community, I want to add rules for subtasks that I start with Ad Hoc Activity. I want the task to not close and see the error message unless the user adds a document. I can do this for normal activities. but I couldn't add a rule for subtasks started with Ad Hoc Activity. Is there a way I can do this?
Hello All,Is there any API which can help to update existing WTUser with another WTUser.For Example, If john is one user who is part of many groups and change processes and he leaved the company now I want john should be replace with Max. All the existing task which was with john should be assigned to Max. Thanks @HelesicPetr
We currently have over 15 different attributes to (optionally) fill in when creating a part and for users it's getting a bit hard to understand all of them. It would be nice to add a way to find extra information on that attribute, but we can't seem to really find something.Possible things we would like:A tooltip on long hover with a explanation of what this attribute does:Or just a text block explaining what you see.Make the attribute label a hyperlink that links to a knowledge base.Is any of these possible in Windchill? Or maybe something else? Any help or insights would be much appriciated!
Good dayI am a newbie with Windchill and I would like to find out if it is possible to have the numbering sequence start from 1 with every new product created. So when I check in my first document on a new product the numbering starts at 1 and not from the system where many other documents have already been checked in. Regards
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.