Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Version: Windchill 12.1 Use Case: In the process of implementing additional filestypes for CAD documents, following this specific guide: https://www.ptc.com/en/support/article/CS81396?&as=1Description: The only description I have found for restarting the MethodServers are this following guide: Using MBeans to Stop or Restart Method Servers This, though does not work for maybe numeroes reasonsThere was no MethodServer to connect to Starting a methodServer from the windows menu, gives a new server, but com.ptc does no have any methodServers + the following errors are thrown all the time
Version: Windchill 13.0 Use Case: Is there a possibility to use publish rules, and for additional type to have solidworks part and assembly attached as an attachment of Creo part and Creo assembly (EPM docs), like we do for a step file or pdf for a drawing?Description: We have collaboration license (for solidworks), and we can export files to .sldprt and .sldasm. But can it be used in publish rules like we are using for step files. Bellow is part of .xml file we are using for publishing step files after check-in of EPMdoc types. <!-- PART --><additional-files name="part_files"><file display-label="STEP" type="step" output-prefix="3d" output-suffix="step" default="true"/></additional-files><!-- ASSEMBLY --><additional-files name="assembly_files"><file display-label="STEP" type="step" output-prefix="3d" output-suffix="stepasm" default="true"/></additional-files> There is 2 articles i found but i wanted to hear opinion of othe
Version: Windchill 13.0 Use Case: Is Hanging change link same as Change Version Link ( redline ) ? If no , how is it different than redline ?Description: Need Information.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.4根据分类属性内部名称+分类属性值查询物料信息的OData REST APIs、REST APIs有哪些? $filter 的构造条件怎么实现。Here are the errors that I faced{"error": {"code": null,"message": "The property 'Attributes', used in a query expression, is not defined in type 'PTC.ProdMgmt.Part'."}}
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.0.0从电子表格导入,按钮权限如何开放给用户Here are the errors that I faced无
Hello,I’m developing a custom application in C# to integrate with Windchill. My goal is to:List the projects shown under "Recent Projects"When a project is selected, display the related objects such as WTParts, WTDocuments, EPMDocuments, etc.I have already found and listed the Recent Projects via SQL (likely using the Project2 table and related filters), but I have not been able to identify how to retrieve the associated content (e.g. WTPart, WTDocument) linked to each project.Could you please help me with:How to get WTParts, WTDocuments, or other content linked to these Recent Projects?Whether there is a specific table or join that I should be using in SQL?Or alternatively, is there a REST API (WRS) endpoint that provides this data?I would greatly appreciate any guidance or documentation on this.Thank you in advance.
I have a WTDocument substype in that I have made one soft attribute and need to get WTDocument subtype based on the soft attribute value, what have created. How to query based on that soft attribute using queryspec and queryresult through code,
package ext.utility import wt.associativity.EquivalenceLink; import wt.change2.WTChangeActivity2; import wt.change2.WTChangeIssue; import wt.change2.WTChangeOrder2; import wt.change2.WTChangeRequest2; import wt.doc.WTDocument; import wt.epm.EPMDocument; import wt.epm.structure.EPMDescribeLink; import wt.epm.structure.EPMMemberLink; import wt.epm.structure.EPMReferenceLink; import wt.fc.Persistable; import wt.fc.PersistenceHelper; import wt.fc.PersistenceServerHelper; import wt.fc.QueryResult; import wt.maturity.PromotionNotice; import wt.method.RemoteAccess; import wt.method.RemoteMethodServer; import wt.part.WTPart; import wt.part.WTPartAlternateLink; import wt.part.WTPartDescribeLink; import wt.part.WTPartUsageLink; import wt.query.QuerySpec; import wt.session.SessionServerHelper; import wt.util.WTException; import wt.util.WTPropertyVetoException; import wt.vc.VersionControlHelper; import wt.vc.wip.WorkInProgressHelper; import wt.vc.wip.Workable; import wt.workflow.work.WorkItem; p
hi @BjoernRueegg , I have use case while create Part need to move different folder i am using managerService.addEventListener(partListMoveListener, PersistenceManagerEvent.generateEventKey(PersistenceManagerEvent.POST_STORE)); //for movewt.folder.FolderHelper.service.changeFolder((wt.folder.FolderEntry) part, folder); but getting Error ""Cannot move XXXXX because Object "XXXXXX" must be assigned to a folder"". I checked target folder is coming with destination folder. please help on that Reference topic: https://community.ptc.com/t5/Windchill-Customization/How-to-listen-to-event-while-moving-object-from-one-container-to/m-p/876767#M1828
I am using windchill 13.0.2.0 mpmlink windchill 13.0.2.0 REST services and Datecode with CPS N/AI am Trying to call /Windchill/trustedAuth/servlet/odata/v7/MfgProcMgmt/CheckOutOperations suing rest api but giving error 403 I am able to checkout operation using postman but not in restpassing auth token as well as CSRF with useridtriied with /Windchill/oauth/servlet/odata/v7/MfgProcMgmt/CheckOutOperations still the same issue
The suggestion is, to have different symbols for different 'not up-to-date' states.This would help a lot!
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2Hello team, we are trying to propagate the custom.jsfrag file content using the below command-ant -f jsfrag_combine.xmlbut this command doesnt work. The issue we are getting is on one of our custom actions that have a corresponding javascript method attached to it.Kindly provide us with a resolution for the same.
I'm experiencing an issue with a customization i'm implementing. I'm using the PTC.wvs.webgl.insertThumbnailViewerAt(...) method to display multiple 3D models on the same page. At first, everything works as expected - all models render correctly and respond to user interactions (move, rotate, ...). But, after few seconds, the thumbnails start becoming unresponsive to user input one by one, and become like static images. The strange thing is that the issue isn't consistent - the last thumbnail to remain interactive keeps working properly forever, allowing user to rotate, move, and interact with like a 3D thumbnail.Has anyone else encountered this issue? I'd appreciate any help in troubleshooting and understanding why the thumbnails are becoming unresponsive and explore solutions to prevent this behavior .
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.0.2We have a requirement to customize Windchill Change Summary Repot to include IBM custom attributes.Here are the errors that I facedWe have a requirement to export OOTB Windchill Change Summary Report ( Change Notice -> Actions -> View Summary Report ) , copy it and extended to include our IBM specific object, relationship, attribute information.I believe , the OOTB report uses infoEngine tasks as a datasource to fetch the data from Windchill.So we need copy the OOTB template and implement new infoEngine Tasks to fetch the required IBM data , along with the one windchill provides OOTB.Do you suggest we follow this approach to use infoEngine tasks ? Do you know if PTC plans to discontinue the infoEngine tasks in future ?If so , do you have any suggestions on the alternate approach ?
Version: Windchill 11.1 Use Case: We need to deliver two different neutral file [of same file format] but one with specific annotation set and another with different set on publishing the 3D file [Released stage]. Description: While releasing the 3D [Which triggers publishing] we need two different published files with two different set of annotation features selected. Anyways to control the additional file publishing with specific set of MBD annotation feature to be hidden. One of the published content can be on default representation and another one can be of additional file.
I am converting some old JCA tables to MVC but customization guide lacks sufficient examples to a certain area, using "addServiceArgument" in the getModel section. Here is my existing code:<jca:getModel var="tableModel" descriptor="${tableDescriptor}" serviceName="customization.change.GoodrichECReportServiceImpl" methodName="getBOMDifferences"> <jca:addServiceArgument value="${pair}" type="customization.change.PLPair"/></jca:getModel>Now, I have created my custom Table builder class and defined my columns. The code above would be replaced with buildComponentData(...) as shown on page 612 of customizer's guide. However, PTC skirted the example. They were passing in a user and an Integer. In the MVC example, they did not show how an object could be retrieved from I assume, Co
How do I download the AS_STORED configuration on C++ or odata endpoints? I see in documentation its not directly possible with checkout, but I need this. Is there a workaround? How do I get the relationship tree AS_STORED?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.9How remove the Organization Name in the Windchill notifications?I follow the steps of CS312309 but not working
I am using Windchill Enterprise Systems Integration Release 11.0 and Datecode with CPS M030-CPS20Title:Windchill java API to get family table column and suppression status of child component.Description:We wanted to understand appropriate Windchill Java API for below functionality.1) Child component in windchill structure is suppressed by family table or a regular suppression2) API to read family table columns in family table in windchill
Hello All,I am looking a solution inside workflow for getting the iba vaues of wtpart to wtdocument.An example, i have a document and this document connected to wtpart by described by document.I have an iba at wtpart called "MATERIAL" and i have an iba also for wtdocument called "MALZEME".So i try to set MALZEME on wtdocument by getting to value of MATERIAL on the wtpart.Ho we can establish this programatically inside workflow.Thank you for your assistance.
I do see a file present in windchill_home/codebase/LogicalAttributesSite.xmlWhat can be configured using LogicalAttributesSite.xml file?
Hi ,In WC12 for every resulting object the default target state is blank How we can able to remove that or Is there any way to disable it? @HelesicPetr
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS18使用WorkflowHelper.service.workComplete自动完成任务,会丢失投票的审批记录,请问这个问题怎么解决,或者有没有其他API可以保留投票审批记录联系邮箱:tim.zuo@csrbtx.com联系电话:13410013707
Version: Windchill 12.0 Use Case: we have build a custom wizard which contains the MVC table builder . Data for this table is provided via custom Bean object with getters and setters for each column . Now i want to get all the table data rendered in each rows in my formprocessor doOperation method .Description: we tried to get the table data using the below api , always i am getting null as return value .commandBean.getInitialItemsByName("ext.plm.builders.PLMCustomTableBuilder")Steps to reproduce this issue :1.Create the custom wizard with table builder like below public Object buildComponentData(ComponentConfig compConfig, ComponentParams compParams) throws Exception {NmCommandBean nmCommandBean = ((JcaComponentParams) compParams).getHelperBean().getNmCommandBean();return new PLMDemoTableBean(nmCommandBean);}@Overridepublic ComponentConfig buildComponentConfig(ComponentParams componentParams) throws WTException {ComponentConfigFactory factory = this.getCompo
Hi Guys,I have a question to a topic which is currently really annoying me. I tried to create a custom table with MVC at first like described in this PTC Article:https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS113931(I also tried the Customization Guide Windchill 10.1 M50 from page 590 to 627 and page 264 to 291. But I didn't bring a step forward.)It sounds very simple to me, so I tried to realize it in my testing instance. Just to see how a new table integration works in Windchill. I have done that before only in Windchill 9.1 with JSP code. Point 4 and 5 are not so clear to me so I have done it like shown in the screenshots. For point 4 see screenshot3_custom-actions.xml. For point 5 I tried two options, first with the custom-actionmodel.xml and second with the PartClient-actionsmodels.xml directly (see screenshot4 and screenshot5)I. But both options don't give me a table in die relations tab in Parts. In screenshot 6 you can see the registering of the custombuilder in the
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.