Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Version: Windchill 12.1 Use Case: I want to add data utility on custom table's column. I will use some backend logic to render the attribute value as per my requirementDescription:Entry to show "area" attribute in table builder classCustom xconf entry for data utility for "area" attribute: Debugging table to see datautility for "area" :
如何在linux上扩展全局属性的字段,目前按照CS94753的指导执行出现异常,不知道如何继续,急需帮助I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.2Here are the errors that I faced/mnt/dvd/AppStream was not found
I am trying to update display name and Description of classification node throgh API.Please suggest possible ways.
Implementing a custom wizard in Windchill that will eventually create a WTPart and establish some associations. The process involves a multi-step wizard defined in custom-actions.xml and managed by a final form processor.FormResult Message:<script>top.PTC.getMainWindow().PTC.messaging.showInlineMessage([{"MessageTitle":"CONFIRMATION:","Messages":["Repair Kit generated successfully with number: C1000"],"MessageType":"SUCCESS"}]);top.PTC.getMainWindow().PTC.performance.stopComponentTimer('WizardSubmit');top.handleSubmitResult(0, 1, ' ', '\x20', {"extraData":{}})</script>While the expectation is to show a banner message or just close the windows, it just goes back to a refreshed parent wizard. Console Error:Uncaught TypeError: Cannot read properties of undefined (reading 'getMainWindow')Approaches Tried: Various things have been tried including sending the feedbackmessage explicitly, redirecting to the URL manually. PFA for detailed explanation. Any feedback is
Version: Windchill 13.0 Use Case: Hiding of classification nodes based on product/container name in Windchill 13.0Description: Version: Windchill 13.0 Use Case: Hiding of classification nodes based on product/container name in Windchill 13.0Description: Version: Windchill 13.0 Use Case: Hiding of classification nodes based on product/container name in Windchill 13.0Description: Hello all, I have a customer requirement wherein we have to hide few classification nodes, here those are document types, based on product or container context. I tried achieving this through constraint rules but turns out constraints can only be applied on attributes and not the nodes itself. Kindly request you to provide some tips or suggestions on how to achieve this. Thanks
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.2流程模板的条件选择器卡住不动,很多条流程都无法进行下去,严重影响生产运行,希望得到帮助,重新执行条件选择器或跳过条件选择器
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.5How to hide the RoleName attribute in Search user page of an Userpicker datautility?
Version: Windchill 13.0 Use Case: I am trying to migrate the full configuration of a development instance of Windchill into a production instance on a separate server. I have identified the aspects of configuration below that I would like to bring across: 1. Attributes (Local & Global) 2. Enumerations 3. Policies 4. Object Initialization Rules 5. Object Sub-Types 6. Workflows 7. Lifecycles 8. Users 9. User Groups 10. Change Task Templates 11. Folder Structure 12. Profiles? 13. Preferences (site, organization, context, and user) 14. Config of Local Team Roles and Members Having looked into this first, I understand that it is important to import certain elements of config into my production instance first so that the other elements can be created successfully. For example, it would probably not be a good idea to import object sub-types in before importing the attributes that the sub-types make use of first. Based on this, I have decided that a good starting point would be migrat
Hello! I am looking for some help with updating the value of an attribute that exists on resulting objects of a change activity through the use of an expression robot in the workflow of the change activity. The resources I've been able to find all seem to call out the object that's having its attribute modified as the primarybusinessobject, so where I am having trouble is calling to the resulting objects while the change activity is the primarybusinessobject of the workflow. I tried the following, but had the error returned "WTChangeActivity2 cannot be converted to FormDataHolder" wt.change2.WTChangeActivity2 changeTask = (wt.change2.WTChangeActivity2) primaryBusinessObject; java.util.Vector results = com.ptc.windchill.enterprise.changeable.ChangeableDataFactory.getResultingObjects(changeTask);
I've been asked to run some dependency scanning on existing repositories. From what I can tell, scanner is looking for pom.xml where we declare the packages were we reference. I know Windchill itself is based on a number of open source packages but cannot seem to find that. Is there a list of this anywhere? I kept getting directed to the Release Advisor. Not sure what I was looking for was listed there.
Under a custom tab I have created on a part, I have included the "Part Instances" table (accessed via the "Customize" button when the tab is selected > General). I would like to include a custom attribute in this table view to compare the attribute value against all part instances included in the table. Does anybody know if this is possible?
Hello,I am working on an integration project and I need to perform the following actions using Windchill OData REST APIs:Create a new WTDocument.Update attribute values (IBA/Soft Attributes) of existing WTDocuments.Link (Associate) the created WTDocument to an existing WTPart (e.g., as a Described By or Reference link).Could you please guide me on which standard Domains (e.g., ProdMgmt) and Endpoints I should use for these specific operations? Is it possible to achieve the linking process within the same transaction or does it require a separate API call?Any examples or documentation references would be appreciated.Best regards.
I am using Windchill PDMLink Release 13.1 and Datecode with CPS 13.1.2.0During an update from Windchill 12.0 to Windchill 13.1.2 I had an issue with compiling a java file.import com.ptc.wpcfg.pdmabstr.PROEDependency; is used in the file but it's not recognised by Eclips.The class should be availeble in DDLBasic.jar. Is it moved or deleted (com.ptc.wpcfg.pdmabstr)? Do I neet to use something different?I have a workaround, the variable is used once and should be a constant value, but that is not a clean solution.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.25Is it possible to auto synchronize to workspace from any custom commonspace action trough windchill API ?Workspace synchronization by commonspace actions must be automatic
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.6Manage filter option not opening in structure tab for saved filtersHere are the errors that I facedAction greyed out after first click but popup does not open.
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.
I'm exploring configurable links for change management. Can you walk me through your approach to linking WTParts with Change Notices, especially:- how the custom link type was defined,- how you automated link creation when parts are added to Affected Objects, and- how you exposed these links so users can see which products have running changes?Any implementation tips would be very helpful. Reference topic: Solved: What is the use of configurable links in windchill... - PTC Community
I am using Windchill PDMLink Release 13.1 and Datecode with CPS 13.1.2.0 and apache activemq 5.18.4Hello,after Upgrading our Windchill Testsystem from Version 12.1.2.9 to 13.1.2.0 the InfoEngineTask com\ptc\windchill\esi\SubscribeQueue.xmlfails with the following error message in Methodserver.log:...[Thread-11] wt.system.out wtadmin - ESI: Administered object "cn=queueConnectionFactory" is not the correct type: expected "ConnectionFactory"The queueConnectionFactory is defined in OpenDJ.The ldif looks like this:dn: cn=queueConnectionFactory,cn=activemq,o=ptcobjectClass: javaContainerobjectClass: topobjectClass: javaObjectobjectClass: javaNamingReferencejavaFactory: org.apache.activemq.jndi.JNDIReferenceFactorycn: queueConnectionFactoryjavaClassName: org.apache.activemq.ActiveMQConnectionFactoryjavaReferenceAddress: #0#brokerURL#tcp://localhost:61616In windchill 12.1. this worked without issue. Why is it not working in Windchill 13 any more? Please help.Best regardsJohannesHere are
We are querying part information and their associated documents using the same OData request on two different Windchill environments.In our test environment, all documents are returned correctly with the following request: /Windchill/servlet/odata/ProdMgmt/Parts?$filter=Number eq 'XXXX'& $expand=Versions($filter=State/Value eq 'RELEASED' or State/Value eq 'IMPORTED'; $expand=DescribedBy($expand=DescribedBy($expand=Attachments,Representations)), References($expand=References($expand=Attachments,Representations)), PartDocAssociations($expand=RelatedCADDoc($expand=Attachments,Representations))) However, in our production environment, some documents that are clearly visible in the Windchill UI (under DescribedBy or References) do not appear in the OData API response at all.The document is visible in the UI.We are logged in with an admin account.The same request works fully in the test environment.The issue happens only in production.We would like to ask for guidan
Version: Windchill 13.0 Use Case: I am trying to understand if it possible to ensure that change tasks inherit the number of the change notice to form the prefix of their own unique identifier. For example, if there was a change notice called "12345" which had two change tasks included on it, I would like those change tasks to have numbers of "12345-001" and "12345-002".Description: Can anybody advise if this is possible?
Version: Windchill 13.0 Use Case: Would like to have a change review object template (like we do for change notices) Description: Two part question as I'm starting to play more with change review objects. These are considered Change objects... so why is it that they can't be templated on the Templates tab like change notices can? I'd like to add a table to the long description field of the peer review object. Keeping in mind the first question, is there a way to do this without templating the object?
I have a scenario where I need to traverse to to the Upstream eBOM part using following API -> wt.fc.PersistenceHelper.manager.navigate(mfg_Part,wt.associativity.EquivalenceLink.UPSTREAM_ROLE, wt.associativity.EquivalenceLink.class); Above API returns QueryResult for all iterations of upstream WTPart which had equivalent link between them and mBOM part. However if the user iterates eBOM part but does not update equivalent link manually, I would still need to be able to traverse to previously linked upstream part Need assistance with finding link to previous Non -Latest eBOM wtPart to fetch further associated documents from it QueryResult upstreamResult = wt.fc.PersistenceHelper.manager.navigate(parentPart,wt.associativity.EquivalenceLink.UPSTREAM_ROLE, wt.associativity.EquivalenceLink.class);LOGGER.debug(">>>>> upstreamResult : " + upstreamResult.size());while (upstreamResult.hasMoreElements()) {Object partObj = (WTPart) upstreamRe
Version: Windchill 13.0 Use Case: I have managed to find the "com.ptc.windchill.pdmlink.change.server.impl" package on my PC but there is no package that exists in there called "WorkflowProcessHelper". According to the Javadoc that is available via the client, this class exists. It is also called in one of the OOTB workflow robots.Description: I am trying to establish where classes, that I am unable to see on the server but are called in workflow robots, are stored. Can anybody shed light on this?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.16Microsoft Edge navigation with IE Compatibility turned on is not working as expected for Edit Wizard.
Version: Windchill 12.1 Use Case: understand why some documents visible in the Windchill UI are not returned in the OData API response and to identify the required configuration to make both environments consistent. Description: Hello, We are querying part information and associated documents using the same OData request on two different Windchill environments. In our test environment, all documents are returned correctly with the following request: /Windchill/servlet/odata/ProdMgmt/Parts?$filter=Number eq 'XXXX'& $expand=Versions($filter=State/Value eq 'RELEASED' or State/Value eq 'IMPORTED'; $expand=DescribedBy($expand=DescribedBy($expand=Attachments,Representations)), References($expand=References($expand=Attachments,Representations)), PartDocAssociations($expand=RelatedCADDoc($expand=Attachments,Representations))) However, in the production environment, some documents that are visible in the Windchill UI under DescribedBy or References do not a
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.