Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hello everybody, I have got a question related to the iteration scheme in windchill. Is there a way to auto (during release process) delete all old iterations and set the latest iteration to number 1? Thanks in advance! kind regardsChristian
Hi,I am getting warning message(No Enumeration type exists with "update_checked_out_parts as its internal name") on Import Job Monitor Wizard and not showing any running job.PFA. Thanks
I need some specific part properties in windchill search window. to check the part source i need to check by clicking the engg part of each file. it is taking more time. is there any option to include part properties in search window? it will reduce the time and i can export the report. please revert back if any options available.
When creating a CustomTableBuilder with "return new WTArrayList(PersistenceHelper.manager.find((StatementSpec) querySpec)" for the OOTB Default tables, am I able to add custom columns and how? The question aims to the return value not the TableConfig and ColumnConfig, but rather how to fill the columns.
Hi All,I need to make Template attribute mandatory which is present on Create Change notice Wizard ? How I can do that.PFA.
Getting garbled code when using API to obtain form information
Hello dear Community,lately I have encountered a problem while creating a promotion notice on a WTDocument. To further describe my case: I am using Windchill Version 12.0.2.1.In the 3rd step of the Create Wizard of the Promotion Notice, the user has to tick at least 1 user for each custom role: "Genehmiger", "Work Instruction Genehmigung" and "Work Instruction Info". To ensure that he does so, I have implemented a Validator. The Problem: The User ticks one WTUser for each role, like he should, so the Validator should not throw an error message.The Validator throws an error message.The User unticks his previously ticked WTUsers and ticks them again.Now it works just fine and the Validator lets him complete. In the Validator Class, in the Method "validateFormSubmission", I am retrieving the ticked WTUsers by iterating uiValidationCriteria.getParameterMap(); While debugging I have noticed that the parameterMap misses some Role-User-Param
Hi, Is there a way to import a spreadsheet file to assign and/or update assigned expressions on usage links of parts for certain configurable modules/end items? I know you can export/import part structures in general, which has been quoted here for example. And I think I've read somewhere in the Windchill Help that this can include assigned expressions. However, I think that the basic way can only carry the expressions on items, not usage links. That is, if any at all. Use case - it's much easier and quicker to analyse and tweak configuration logic in spreadsheets, plus people who do this don't use Windchill at all. In case of thousands of items, which also happen to have different rules based on type of a product they're used in, updating logic for each is unbearable.I've automated spreadsheet rule generation process but then whenever changes happen I'd have to know which items were affected (easy to do) and go through the list of thousands of items dozens of
Hello Community, I wanted to know what are the preferred framework that we can opt to develop unit test classes for Windchill code. So far, I used Junit 4.0 to develop test classes but I am encountering many issues when I try to mock Windchill classes like VersionControlHelper, WTState etc. Has anyone in our community developed Junit tests with mocking of all classes instead of using actual Windchill objects' data? Looking forward to your response. Thanks,Hari
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS11How to use custom numbers and import a structure with autogenerated numbers using Import From Spreadsheet Action.
Hello, I'm writing about an issue we encountered while trying to register the resource bundle file into the Text Tailoring functionality. The problem is, we are not sure for which resource bundle file we need to be looking for. Is there a way to find it from the GUI for concrete label or action, or we need to search it within the source. For example, if I want to change the table name "Where Used" in Part to "Where Used New" what's the way to check the resource bundle file for this label?I'm using Windchill 12.1,
Currently the title display is "Change Object Type - OBJECTNUMBER, CAGE CODE"The desired title display is "Change Object Type - OBJECTNUMBER, OBJECTNAME, CAGE CODE"Windchill PDMLink 12.0.2.5Similar to how WTDocuments and WTParts display the information in the title, only without the requirement for revision. I was unable to find any preferences that address this
How to implement Name suggested box in Windchill 12.1 API supported.
Hi , I'm trying to achieve below auto suggestion example with my IBA values , could you please extend your support here ? Thanks, Vishvanatha Originally posted as a new reply on this topic.
Anyone know of a way to add NAME to the top of an information page in addition to the other attributes displayed?
Based on the soft type selection need to drive the attribute like get the next part sequence number
Hi all, I'm looking to add a custom action (an alert to get users confirmation to submit request) on the Finish button of a Wizard in windchill. Could anybody please help me with the snippet or any samples you've tried?Many thanks in advance.
I want to customize the version synchronizations for the part, cad and drawing data we use in windchill. I don't want to do this manually. Is it possible to create a flow for this process and take part data codes from users in this flow and synchronize these codes to the most current version in the workflow? If we do the version synchronization process in the workflow, will there be a problem in connecting the data with each other?
I was wondering if there is any load file available to load custom queue
Hi All,After various troubleshooting we were able to configure Custom AutoCAD worker to generate pdf.Now we are trying to create publish rules to stop publishing on check-in.It should only generate on specific state and manual creation of representation.Attached is the script we tried however it not working.Added AUTOCAD to publish.usesPublishRules in wvs.properties.Any suggestions would be appreciated.Thanks.
I have code to output "Change Summary" object types from a Change NoticeBut I do not know how to add more objects to this table, for example, WTDocument public static void printChangeAfter(WTChangeOrder2 wtChangeOrder2) { try { QueryResult result = ChangeHelper2.service.getChangeActivities(wtChangeOrder2); while (result.hasMoreElements()) { WTChangeActivity2 activity = (WTChangeActivity2) result.nextElement(); QueryResult res = ChangeHelper2.service.getChangeablesAfter(activity); while (res.hasMoreElements()) { WTObject object = (WTObject) res.nextElement(); System.out.println(object.getType()); } } } catch (WTException e) { System.out.println("error " + e.getMessage()); } }
Hi All,Trying to load EPM legacy data in Windchill.OOTB we don't loadUtility doesn't support this object. Came across CS372274 " how to create custom loader class loadfromfile utility"New to coding world.Any references how we can write custom class for EPM.Ref code attached.Any leads will be appriciated. Regards,DK
Hi, After adding job inside queue how to check its current state (Ready, Executing or Completed). API is used for adding job inside custom queue.QueueEntry queueEntry = processingQueue.addEntry(currentUserName, method, classname, argTypes, argsObj); Best Regards,Shrikant Bhosle
TeamHow do you set up publishing with Solidworks? We have it set up for CREO, but not for Solidworks.thanks -- Rick
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.