Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Version: Windchill 12.1 Use Case: Scenario is the bulk loading of document links seeing if this can be achieved through WRS or needs some customization.Description: Unable to find any OOTB WRS Services in Document Management Domain to achieve creating DocumentUsageLinks for linking of documents.
Version: Windchill 13.0 Use Case: Not sure if it's a problem between the keyboard and the seat, but my Windchill JavaDoc isn't showing the wt.vc.wip.WorkInProgressService class. Description: I'm working on some customization and using the wt.vc.wip package. The javadoc (Windchill 13.0.2) isn't showing the WorkInProgressService class page. There's no scroll bar and it shows a random (but repeatable) few methods in what looks like the middle of a page. I tried downloading the javadoc from PTC's website too and it behaves the same. Is this a "me" problem?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.1.2How to set value on ComboBox on onchange of the Table builder.tableActionComboBox.addJsAction("onchange", "" );Here are the errors that I facedN/A
Hi, I have to develop a Windchill Rest API that needs to take OAuth 2.0 authentication type. Can we create OAuth accounts in Windchill server?. Thanks in advance.
Version: Windchill 13.0 Use Case: We have a custom REST servlet that works correctly on Windchill 13.0.2 but fails with 404 errors after upgrading to Windchill 13.1.1. The exact same code, deployed identically on both versions, exhibits different behavior in how RESTEasy calculates the PathInfo for incoming requests. Environment:Windchill 13.0.2 (working)Windchill 13.1.1 (not working)Same custom plugin deployed on both versionsApache proxy with AJP connector Configuration:Our REST servlet is configured in web.xml as follows:<servlet> <servlet-name>oslc-connect-servlet</servlet-name> <servlet-class>org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher</servlet-class> <init-param> <param-name>jakarta.ws.rs.Application</param-name> <param-value>com.sodius.oslc.app.wc.server.common.services.OslcConnectApplication</param-value> </init-param> <init-param> <param-name>resteasy.servlet.mappin
Hi, Is it possible to retrieve the value of Alternate user names of WTUser with API?
Which licenses are required to use Windchill Information Modeler?Is Windchill Information Modeler included with Windchill PDMLink?
Version: Windchill 12.1 Use Case: Trying to get arbortext to work with WindchillDescription: I'm having an unusual issue. We are starting to use arbortext with our Windchill system (version 8.3 and 12.1.10) and there some odd behaviors. Initially, when I open the application and try to check an object into the server I get this error:The autonumbering feature should be enabled for "WCTYPE|wt.epm.EPMDocument|com.acme.us.DynamicDocument" soft type It does that for any PRODUCT context or Library. However, if I connect to a PROJECT workspace and checkin the object it works. The weird thing is, it started at 000000032 and increments by -1 every time I create a new object and then it allows me to check in objects into product or library workspaces. Hours later, I attempted again and this time it started at 000000042 and started going down. Here is my OIR for the "Dynamic Document" type <AttributeValues objType="wt.epm.EPMDocument"> <!-- set the fold
I am making requests to /Windchill/servlet/odata/v4/DynamicDocMgmt/DynamicDocuments and need to interact with potentially thousands of documents. What we have found is the $top parameter doesn't override the server's page size limit. I also tried a header odata.maxpagesize=1000 but that didnt help either. Any ideas on how to adjust the number of results returned from the API?
I have requirement to search object using queryspec which can have number with leading zero(to make it 8 digit length) or without leading zeros.e.g. I am to search object number 66, query should be able to find object 66, 066, 0066 etc. I got regular expression to search( ^0*66$ ) need to know how to use in queryspec.
Hello all, I want to validate a specific IBA on Change Request creation. This IBA is multi-valued and has enumerated values, let's say A, B, C, and D. So, when the user selects A and B both at a time, it should give an error. All other combinations should work fine except this A and B both together... I have written a JS function and placed it in create.jsp of the change request and tried to call this in my custom action file using action as a wizard step, something like below... <objecttype name="changeRequest" class="wt.change2.WTChangeRequest2" resourceBundle="com.ptc.windchill.enterprise.change2.changeManagementActionsRB"> <action name="defineItemAttributesWizStep" afterJS="validateMyAttr" id="defineItemAttributesWizStep" preloadWizardPage="false" required="true" resourceBundle="com.ptc.core.ui.componentRB"> <command windowType="wizard_step" /> </action> </objecttype>&n
When Registering Sceurity Labels, What is the use of registering the security label in logicalform and external form in logicalattributessite.xml<Class name="wt.access.SecurityLabeled"><Property><LogicalForm>ALL_SECURITY_LABELS</LogicalForm><ExternalForm>SCA|ALL_SECURITY_LABELS</ExternalForm></Property></Class>
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030In one of the Type attribute; "Customer Name" we are unable to put it in a single line despite backend code change.Tried to replace the codeline used to fetch customerNumber, but it did not work.
Does Windchill supports SFTP to transfer files ? Do we need the external jars to enable SFTP in windchill ?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.1We tried to run a javascript saved in windchill codebase\wtcoreThe jsp and html files are saved in windchill\codebase\wtcoreHowever, when we enter the url in the server's internet explorer we are getting an error 'The requested url is not found in this server.'Here are the errors that I facedThe requested url is not found in this server.
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.16Webject機能を使用して列挙属性の内部名から表示名を取得するような機能の作成を考えております。アーティクルCS57350を参考にxmlを作成したのですが、これを呼び出し表示名を取得する箇所のコーディングが分からないです。xmlを呼び出し、列挙の表示名を取得するようなソースコードのサンプルがございましたら共有いただきたいです。以下参考アーティクルになります。https://www.ptc.com/en/support/article/CS57350?art_lang=ja&as=0
When Registering Listener in any xconf, we use property name="wt.services.service.{some int number}"What is the use of that int number in property name
Version: Windchill 13.0 Use Case: I'm trying to replicate functionality for custom actions triggering a particular workflow. In my case, it's a peer review workflow. Following the customization guide I get almost to the end and then get a /ptc1/tcomp/defineItemAttributesWizStep error. Description: In my environment today I do have custom action menus for certain things - like our own ECN triggers. I was trying to do the same for a Peer Review object but it's misbehaving and at this point I'm not sure why. Order of events: Create a subtype of Peer Review object (com.xxx.www.reviewObject) Create a custom workflow for the object (org/workflow templates). In my case this is nearly identical to the the OOTB In PartClient-actionModels.xml, add my action <action name="create" type="com.xxx.www.reviewObject" resourceBundle="ext.xxx.ActionDefinitionsRB" /> Add the same line to custom-actionModels.xml In custom-actions.xml add my object type For this, I kept it simple an
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.13While upgrading from version 9.1 to 10.2 (first phase of a 9.1 to 12.1 upgrade project) we get inheritance exceptions.We have Modelled class DesignChangeTask which is subtype of WTChangeActivity2, but Windchill is trying to treat DesignChangeTask as a Changeable2 during the Execute Server Migrators / Update the Pending Change Indicator and we are getting below errorCaused by: wt.util.WTException: (wt.query.queryResource/38) wt.query.QueryException: Class Attribute class "interface wt.change2.Changeable2" is not a super class of or equal to any of the table classes "class ext.ec.epp.change.DesignChangeTask"Here are the errors that I facedNested exception is: java.lang.reflect.InvocationTargetExceptionat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
I have added 2 new states in Site >> Utilities >> Type and Attribute Management >> Customize Modeled Enumerations and after adding it to Site>>Utilities>> Lifecycle Template Adminitstration>> TKEPartLC, the new lifecycle is still not visible when I do reassign lifecycle for a given tkePart in windchill. It still shows the old lifecycle of TKEPartLC.
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.2Need help to determine if InfoEngine is allowed in Windchill +https://support.ptc.com/help/windchill/plus/r12.1.2.0/en/#page/Windchill_Help_Center/customization/DisallowedCust_Select.html#.In the above link , it mentionsInfo*Engine•Custom Info*Engine tasks or webjects•Custom Info*Engine web services•Custom Info*Engine adaptersUse Windchill REST Services to fetch Windchill data for generating reports and other requirements.Unauthorized hard modellingUse of unauthorized windchill class implementationDisallowed.We executed the Wave Scan report against the codebase , it doesnt show any issue using the below InfoEngine API'sIeService ie = new IeService();ObjectWebject ow = new ObjectWebject("Indexed-Search");Need confirmation if the above IeService and ObjectWebject API is supported in future for Windchill +
Hello Everyone, Has anyone succeeded in implementing a Dynamic banner on top of the Windchill page near the Windchill logo to relay messages to Users like Maintenance details of the system for example? I know of the static display banner which can be used to display text that is updated with a restart of the Windchill, but I'm looking at some ways where it needs to be dynamic without a restart of Windchill, like display content from a text file stored somewhere Thanks in advance! Amar
Version: Windchill 13.0 Use Case: Republish is not working - Publish will work only when we do check in and check out. Windchill version is Release: 13.0.2.6 I checked online and tried adding below lines to xml. OR · It says our Windchill version does not support on="republish" or on="manual-post" in publishrules.xml. You cannot fix this by editing XML. To get PDF/STEP on republish, you need either: A check-in/schedule trigger, or A custom workflow/JPO that explicitly calls the publishing API. <publish on="manual-post" additional-files="publish_drawing"/>OR<publish on=" republish" additional-files="publish_drawing"/>Description: Attached xml file used. Ca you help on this.
Version: Windchill 12.1 Use Case: Our users want to use the WRS via scripting to create relationships with WTDocuments like those available in the UI.Description: We used Article CS285572 to implement WRS customization that allow users to create WTPartDescribeLink between WTPart and WTDocument using REST Service(OData). We need similar directions for WTDocuments so that our users have the ability to create the same relationships with WTDocument via REST that are available in the UI.
Version: Windchill 13.0 Use Case: I have created a custom API to create Option, Choices and option set by providing respective inputs. I have observed that, after creation, option has been persisted in Windchill with linked choices. Also newly created option set is associated with specific container. So far it is fine. However I am looking for custom API to link Option Set with Option. Can anyone help me on this ?Description:
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.