Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hello, I would like to modify the text of the Routing Options radio buttons to give the user more information about what each option actually does. I have put the information above in the "instructions" area (as seen below), but typically people don't read it. 😀 In my lovely mock up, I would like the Routing options to look like this: I understand the the text is driven from the workflow Routing tab and I don't think it can be changed, but thought maybe some savy person has a solution. Thanks!
Hello everyone, I'm trying to do the example from the documentation again. This time I do it in Intellij Idea. The code from the first page of the documentation was completely rewritten, the code is compiled. But when I try to compile java files from the shell, it fails. Screenshot and files attach.I will be grateful for any help and advice.
Hi, everybody. I created an expression robot and put code in it Now when I create a Promotion Object, the process does not even begin to run, it is at the start. The error log is as follows:2019-12-11 13:57:44,237 ERROR [IndexQueue1.PollingThread] wt.queue.ProcessingQueue.IndexQueue1 Administrator - Queue entry number: 72107java.lang.reflect.InvocationTargetExceptionat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java:498)at wt.queue.QueueEntry.execute(QueueEntry.java:231)at wt.queue.ProcessingQueue.execEntry(ProcessingQueue.java:312)at wt.queue.ProcessingQueue.execEntries(ProcessingQueue.java:898)at wt.queue.PollingQueueThread.run(PollingQueueThread.java:99)Caused by: wt.util.WTException: Error processing collectionat wt.index.IndexingServiceImpl.updateIndexer
Hello everyone, how can I access through a JSP file to a database table. I am using MSSQL, at the moment I can refer to the table "EPMDocumentMaster" if I write <jca: describe Table var= "tableDescriptor" type= " wt.epm.EPMDocument" .But I do not understand why the names are different, how to know the name type?Error if I write the name as in the database: Windchill Error No type can be discovered for descriptor: ComponentDescriptor [id="CustomMenubar" label="Part Table" summary="null" disableAction="null" mainType="null" configurableTableId="CustomMenubar" modelAttributes="null" properties="[menubarName:CustEx_table_menubar,saveInitialRows:false,actionModel:CustomToolbar,selectable:true,]" dataUtility="null" descriptorList="[ComponentDescriptor [id="classnamekeyroleAObjectRef" label="Название столбца" summary="null" disableAction="null" mainType="null" configurableTableId="null" modelAttributes="null" properties="[pdesc:CustomMenubar,sortable:true,ascending:true,dataStoreOnly:fal
Is there a way to show whether a file can be shared to a Project or not BEFORE it's shared? For example, on the structure tab of an assembly if there were to be a column view with a "yes you individual user can share this" or "you don't have permission to share this file"... Any thoughts on whether this can be set up?
Hello everyone, where can I see how the tables that are already on the site were created? I want to understand how they are built, so that I can try to make my table on a real example.
Hello, please tell me why I can not delete the last iteration? I have all tasks closed
Hello everyone, please tell me how to find information, how to name a java file? I'm doing an example from the documentation, but I have a difficulty how to name the file that should be created on point number 3
Hi, I want to automatically generate pdf and dxf file from drw file while publishing it on Windchill. Is there any way to solve this because for now, I do it manually.
Good afternoon, what Templates can be used to edit the task and Promotion Request pages in Windchill.And how to see the result and appearance after editing?
Did any one have idea about the API to get the Allocated Parts from Standard operations. Note: Allocated parts will be shown in the Process Plan structure of Standard Operations but will not shown in allocated parts tab of Standard Operation.
I would like to have an attribute control the display of a custom tab on the Part info page.So:1) if I add a Boolean attribute called 'Is Pair'2) if the 'Is Pair' = false Then the 'Pair' tab will NOT be displayed a) After the part is checked inb) When the Info page is navigated to3) if the 'Is Pair' = true Then the 'Pair' tab will be displayed a) After the part is checked inb) When the Info page is navigated toThanks for the helpSRM
Hello everyone, I need to write a WebService that act as Save As action in Windchill. This means that i have to duplicate part, assembly, drawing and related relationships. My idea is to get the complete BOM of the original part and then: duplicate part,duplicate assembly, duplicate drawing and re load the reationships... huge amount of work. I wondering if there is a better way to do the task. .Thank you
Hello, please tell me how to save changes to the file web.xml (Windchill_home/codebase/WEB_INF/web.xml)?
Hello everyone, please tell me, I need to tick the list of options?
Hello everyone, please tell me which files do you edit most often, which commands do you use often? Do you have any examples you can share? I am studying Windchill and would like to learn how professionals operate
Hello everyone, please tell me how to determine from which table in the Database the elements are taken to build a table on the site Windchill? I have full access to the files and the Database.
Hello everyone, please tell me, can I create a mail to be able to send emails from the site Windchill? I don't have a mailing address right now. I tried to perform c vladislav728@gmail the following steps, but I could not send the email, but there was no error
Hello everyone, please tell me how to create a new page where I can place my tables from the database? And how do I access the page only to selected users?
Hello everyone, please tell me how I can use" Info *Engine " to output a table from the database so that it looks like other tables on Windchill pages?
Hello everyone, please tell me, I can form a standard settings table that will be displayed on the site page? In the documentation I found an interesting example https://support.ptc.com/help/windchill/wc111_hc/whc_en/index.html#page/Windchill_Help_Center/WCCG_BusLogicCust_ChangeMgmt_FlexChangeLinks_WCCG_ChangeMgmt_FlexChangeLink_Procedure.html , but it is intended for building reports, is there such a way for ordinary tables?
Hello everyone, please tell me how I can activate in "Customization" links "TestClients " and "NewParticipant Picker"?
Hello everyone, please tell me how I can remove the column "Context" from the table "Promotion Object" and swap "Name" and "Number"?
Hello everyone, please tell me what could be the problem, I did everything as described in the example https://www.ptc.com/en/support/article?n=CS260239&language=en&posno=53&q=custom-actionModels.xml&DocumentType=Article%7CCommunity%20Forum&source=search , but the OUTLOOK application does not start?
Version Info - Windchill version 10..2 M030-CPS28 - Oracle version 11.2.0.1.0 I am trying to move the windchill source to the other PC. like the following process. 1. installed new eclipse project and copied with the windchill source. 2. compiled bundle file, class file, SQL script. 3. made jar file. 4. added data to oracle database. but, there was a error to start Method Server. this is the error log : 2019-11-06 16:37:27,647 INFO [main] wt.system.out - *** Non-Modeled Services ...2019-11-06 16:37:31,139 FATAL [main] wt.method.server - MethodServerMain abortwt.services.ManagerException: wt.util.WTException: (wt.pom.pomResource/0) wt.pom.PersistenceException: Persistent error occurred. The system message is:Nested exception: (wt.introspection.introspectionResource/6) wt.introspection.WTIntrospectionException: Persistent error occurred. The system message is:Nested exception: java.lang.ClassNotFoundException: com.ptc.windchill.option.tools.IAEConvertedObjectNested exc
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.