Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
I am using Windchill PDMLink Release 13.1 and Datecode with CPS 13.1.2.9 WTDocument / WTDocumentMaster 구조를 참고하여 커스텀 Versioned 타입(예: MyDoc / MyDocMaster)을 모델링했습니다. newMyDoc() 시 마스터 객체는 정상 생성되며, 디버깅 상 master 참조도 설정된 것으로 확인됩니다. 그러나 PersistenceHelper.manager.save(...) 시점에 master가 null로 판정되어 저장이 실패합니다. 확인된 상관 관계 (인코딩 설정) Windows: 국가 또는 지역 > 관리자 옵션 > 유니코드를 지원하지 않는 프로그램용 언어 > 시스템 로캘 변경 > "Beta: 세계 언어 지원을 위해 Unicode UTF-8 사용" 항목을 체크한 상태에서 Eclipse로 저장/빌드하면 위 오류가 발생합니다. 동일 소스에서 위 항목을 체크 해제하고 재시작한 뒤 저장/빌드하면 정상 동작합니다
I am looking for any information on how to enable a dark mode for my in creo Windchill. Last Ive checked it is not an option and I would love it to be. I was able to make my outside browser Windchill dark.
Hi All,In WC11 I am using - WorkInProgressHelper.service.checkin(obj, ""); API to checked in the drawing and after checked in automatically CAD Worker was getting published.But In WC12 when I am using the same object is getting checked in but job is not getting triggered .Could you please suggest me which API should I used to trigger Publish through code.Thanks.@HelesicPetr
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.9 10.2升级至13.0后,在infoengine 发布的接口中创建的零部件不在更新table中显示。
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.10 We followed the instructions described in the link: https://support.ptc.com/help/windchill/r13.0.2.0/en/index.html#page/Windchill_Help_Center/customization/WCCG_BusLogicCust_ReportGeneration_ReportSelection.html, to customize the psb report menu and add the entry for a custom menu. The result appears as shown in the attached image. I'm also attaching custom-action.xml and custom-actionmodels.xml. Can you help us understand what we may have done wrong? Here are the errors that I faced he result appears as shown in the attached image
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.0.0 In a custom Create Screen, we are defining a userPicker field :
As shown in the figure, I have attempted to add a tab page after revising the page, allowing users to fill in additional verification information. However, I am currently at a loss as to how to add a new tab page in the revision page, as there is no specific JSP page for the revision page
Hi, I want to do three actions with using API. ・To create Supplier Organitazation ・To get Supplier Oranigazation Name ・To change the name and lifefcycle state I guess using "com.ptc.windchill.suma.part" ... Please teach me which API I use and show me to simple sample code. Regards, Gen_Kie
Im planning to use below use case using EquivalenceLink API - I can storeRole-A - Part_123 A.1(Engineering) Role-B - Part_123 A.A.1(Manufacturing)Please let me know how we can store version to version using EquivalenceLink API
Version: Windchill 12.1 Use Case: Finding a standard part's ID from a manufacturer part that is in its AXL list.Description: So far I can find the correct manufacturer part's ID. Looking at the Web UI; I can get the Where Used' table's data using : /Windchill/servlet/odata/ProdMgmt/Parts('VR:com.ptc.windchill.suma.part.ManufacturerPart:XXX')/UsedByBut the part I need to find is in the 'AML/AVL Where Used' table and I can't find the request to acquire this data.Anyone has an idea or maybe how to tackle the higher level requirement of;Finding a standard part's ID from a manufacturer part that is in its AXL list.Many thanks.
user will create the part as Engineering View and go to detail page then click on “CheckOut and Edit action. Here wizard pop , user will select the plants specific selections , plant code and click checkIn now another Part (Manufacturing) part is created Bother are showing in Version History A.1(Engineering) A.B.1(Manufacturing) we are using the older Multi level Version schema and now we are planning to update to Single Level Version how to get my older associated given manufacturing to Engineer view?. I can use simple QuerySpec and any other Links available to get ? Currently my windchill system is Multi Level Version schema and now planning to move to Single Level Version in WC_13.1Thanks,Vishvanatha
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.0.0 分类属性值如果设置有效值范围;如何用api去更新属性值为null值(或空值)。
Is it possible to use Microsoft Co-pilot or Claude for development of customization for Windchill application?
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.4 Windchill Workflow Issue: I created a global workflow process variable and assigned the current task activity comments to it. The value is displayed correctly in the current activity using System.out.println(). However, when I access the same process variable in the next workflow activity, it returns null instead of the expected comment.
Hello All,Our requirement is to restrict the participant selection on the Select Participants page in promotion request so that:The Reviewer column only allows members of the Reviewer role. The Reviewer_2 column only allows members of the Reviewer_2 role. The Approver column only allows members of the Approver role.Currently, the participant list is showing all available roles in context team instead of restricting the selection to the members of the corresponding role.Windchill version 13.0
is there a way to control the display of version in “Revise” or “collect” window?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.5現在、Creo View Adapter for NX を使用して NX ファイルを変換する際に、エラーが発生しており、 NXのデータと変換後のデータの表示が異なります。 以前、類似の問い合わせをした際、ジオメトリ情報の生成に失敗している状態と回答いただきましたが、 今回も同じ原因か調査いただけないでしょうか? 関連問合せ:17939252
Is it possible to add a `Check out and Edit` option either a right-mouse button click or in the Actions pull down within the Affected objects table of a problem report? I didn’t see any options in the task form template…
Version: Windchill 13.0 Use Case: HTML table format issue for data utility after upgrading to Windchill 13Description: Hi all I have a custom data utility for an attribute that returns a HTML snippet to create a table to be displayed in the Details page of Windchill 12. Recently we upgraded to Windchill 13 and since then the table has formatting issues. To be specific each cell has their own width whereas in Windchill 12 it was same as the cell in header row and in addition rows aren't separated but lined up one cell after the another. Anybody aware of this issue or faced anything similar?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.1 I want to create a Document using REST API, while adding a PDF as primary content and another file as secondary content. I know how to create iteration 0.1 of the Document, then add the files to iteration 0.2. How can I create everything in iteration 0.1? Here are the errors that I faced self.url + "/servlet/odata/DocMgmt/UploadStage1Action with data { "NoOfFiles": 1} gives error: ApiError NOT FOUND 404 self.url + "/servlet/odata/DocMgmt/PTC.DocMgmt.UploadStage1Action with data { "NoOfFiles": 1} gives error: UploadStage1Action must not follow a collection
All, is there anyone who has managed to find out how to go from a TypeIdentifier to an attribute that uses a Global Enumeration and also retrieve the values for that enumeration? The closest I've gotten to a suggested solution is what is shown in this support case (CS133237) but it assumes that I have an object from which I can get the values. I would like to be able to start with only the TypeIdentifier or even better just the type id (for instance wt.part.WTPart). Any ideas? Regards Daniel Södling
Version: Windchill 12.1 Use Case: I am attempting to do an OData call to retrieve parts filtered by a custom attribute on a part. How do I do a GET request with a $filter that allows me to filter a custom attribute?Description: Attempted URL:https://company.ptcmscloud.com/Windchill/oauth/servlet/odata/ProdMgmt/Parts?$filter=MY_ITEM_NUMBER eq '12345'Error message: { "error": { "code": null, "message": "The property 'MY_ITEM_NUMBER', used in a query expression, is not defined in type 'PTC.ProdMgmt.Part'." } } URL's I've tried that do not work:https://company.ptcmscloud.com/Windchill/oauth/servlet/odata/ProdMgmt/Parts?$filter=ProdMgmt.MY_ITEM_NUMBER eq '12345'Error message: { "error": { "code": null, "message": "The URI is malformed." } } Other URLs:https://company.ptcmscloud.com/Windchill/oauth/servlet/odata/ProdMgmt/Parts?$filter=contains(ProdMgmt.MY_ITEM_NUMBER, '12345') I tried following the steps here without su
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.0.0 分类属性设置有效值范围,用代码要设置空值,系统会卡关报错;有没有什么api可以绕过该校验,进行空值设置?
We are using Windchill PDMLink 13.0.2.11 and need to hide the "Rename History" option from the Timeline History dialog.So far we have:Enabled JCA Debug Mode. Verified there is no ladybug/debug icon associated with the Rename History option. Reviewed the available ACE support files and could not find any DAT or UI configuration related to this action.Has anyone customized or removed this option? Is it controlled through an Action Model, MVC Builder, Java customization, or another supported mechanism?Any guidance would be appreciated.
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.0.0 As i know , PTC introduced a new way to implement custom action model Instead of copying the entire model definition, we can use "incremental" tags to inherit model configuration. But my question is , if we want to remove the OOTB action then how we can do ? Example : Currently suppose i have a "ABC" OOTB model present and i have copied entire model to custom-actionModel.xml file and i have removed few action which will not required then as custom-actionModel.xml override the OOTB model only those action visible which i have kept in custom-actionModel.xml file However with "incremental" option i don't see such thing currently available Here are the errors that I faced General question and clarification
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.