Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hello, When we do a drag and drop of upstream child component to downstream view, when there are multiple downstream objects, in Add Object wizard all the applicable objects will be displayed. My requirement is when the Add Object wizard is launched, by default all objects should be unchecked. Updating the preference Paste as New Part or Paste as New Branch is not an option, requesting you to shed some light on the same. Thanks,Sha
Version: Windchill 12.1 Use Case: Looking for an example class or documentation on how to use this functionality.Description: Has anyone created an external application constraint and have an example to share? There's zero information to be had on this functionality besides how to navigate to it in the UI. Does my external application need to extend a base class?Does it require certain methods and return types? I've gathered that this only gets executed when the "Advanced Logic -> Validate Logic" action is run - is this correct? Thanks in advance.
I am currently using Windchill PDMLink Release 13.1 and Datecode with CPS 13.1.0.0. How to add a row selection event to a customized table in JSP and obtain the data of the selected row? I need to trigger related logic through this event. Customized tables are added through the method of .
Hi,Is it possible to programmatically check the status of a CAD worker (whether it is online or offline) using the Windchill API? If yes, could you please let me know which API is required for this?Additionally, I am using the doPublish API to create STEP data representations from an EPMDocument. Currently, I have only one CAD worker configured for STEP translation, so the process is straightforward. However, if the system has three or four CAD workers configured (e.g., STEP, JT, IGES, etc.) and all of them are online, how does the doPublish API determine which CAD worker should be used for generating the STEP translation? How does Windchill select the specific worker for that translation job?Best regards,Shrikant Bhosle
In `configurableLinkRoleATable.jsp`, the method `getRoleBLinkObjects` from the class `GetOtherSideObjectsForConfigurableLinkCommand` is typically used to display the “side B” parts of a config link.Has anyone experimented with the related method `getLinkOtherSideObjects` in the same class and if so, what arguments did you pass? I’m curious whether it can be leveraged to show the *opposite side* of the link (e.g. Part B when I’m on Part A, and vice versa).My use case as mentiond above, involves a **custom ConfigMastersLink** where there isn’t a strict parent/child relationship — it’s simply two parts associated with each other.I tried like this, but couldn’t determine what other string parameters (besides `roleAObject` or `roleBObject`) are valid:<%-- Get a component model for our table --%><jca:getModel var="tableModel" descriptor="${configurableLinksRoleBObjectsTable}"serviceName="com.ptc.windchill.enterprise.object.commands.GetOtherSideObjectsForConfigurableLinkCommand"metho
Version: Windchill 13.0 Use Case: When we send step files or other (annex) files for that matter we have a main word file describing the file(s) and some legal matters on not spreading data and other info. This is in Windchill and a PDF is created by a windchill worker. The step file or annex documents may be stored in the Content -> Attachments area of the document in windchill. I would like to setup such that the pdf generation grabs the attachments and adds them as attachments to the pdf that is generated. Ideally this would only be done when the Word file and subsequent pdf goes through the Promotion request to reach an Approved stateDescription: When we send step files or other (annex) files for that matter we have a main word file describing the file(s) and some legal matters on not spreading data and other info. This is in Windchill and a PDF is created by a windchill worker. The step file or annex documents may be stored in the Content -> Attachments area of the docu
I tried creating a custom domain under oData by following the instructions in wrs_ug_1_5.pdf. But my new domain is not listed in ..Windchill/servlet/odata/. To make it simple I also duplicated one of existing domains, renamed it and restarted the server still it's not listed. What is the mistake here? Should we register the domain in any file like how we do for data utilities? Many thanks in advance
我正在使用 Windchill PDMLink Release 13.1 和 Datecode with CPS 13.1.0.0如何在 JSP 中为客制化表格添加行选中事件并获取选中的行数据,我需要通过该事件触发相关逻辑;客制化表格通过<jsp:include page="${mvc:getComponentURL('ext.higold.doc.builder.TrialProductionListTableBuilder')}"flush="true"/>方式添加
Hi All,I'm trying to achieve Product Name based on attribute.Any references thanks in advance.Regards,Durga
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.0We are trying to update the upper length limit of the NAME attribute on WTPart, following the steps described in article CS155068. When we run the Ant script (ant -f bin\tools.xml custom_column -Dgen.input=wt.part), we receive the following error in the Shell: java.lang.NoClassDefFoundError: org/apache/commons/lang3/exception/ExceptionUtilsHere are the errors that I facedava] Processing single class: wnc/Foundation:wt.part.WTPartMaster[java] DataStore = SQLServer[java] wt.generation.sql.useDatastore = false[java] wt.generation.sql.loadIntrospectionFromClasspath= true[java] wt.db.maxBytesPerChar = 1[java] InsternalUsage = false[java] Begin sql generation for wt.part.WTPartMaster[java] 15:23:16.508 [main] ERROR wt.util.AppStarter - ERROR: details below[java] ERROR: java.lang.NoClassDefFoundError: org/apache/commons/lang3/exception/ExceptionUtils (check log for details: D:\ptc\Windchill_13.0\Windchill\buildlogs\tools-
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.
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.