Windchill
Recently active
Hi Team, I want the template information of the ECN in the QML report. Can you anyone help to get that? I am not sure which table and join the template information will be stored and how to get that. Can anyone kindly help
Hi,There is following a Execute Expression code Windchill 12.1.2 implemented in Change Activity workflow: wt.lifecycle.State state = wt.lifecycle.State.toState("UNDERREVIEW"); wt.fc.QueryResult resulting = wt.change2.ChangeHelper2.service.getChangeablesAfter((wt.change2.WTChangeActivity2) primaryBusinessObject); while(resulting.hasMoreElements()) { wt.fc.Persistable persistable = (wt.fc.Persistable) resulting.nextElement(); if (persistable instanceof wt.part.WTPart && !wt.vc.wip.WorkInProgressHelper.isCheckedOut((wt.vc.wip.Workable) persistable)) { wt.lifecycle.LifeCycleHelper.service.setLifeCycleState((wt.lifecycle.LifeCycleManaged)persistable, state); } if (persistable instanceof wt.doc.WTDocument && !wt.vc.wip.WorkInProgressHelper.isCheckedOut((wt.vc.wip.Workable) persistable)) { wt.lifecycle.LifeCycleHelper.service.setLifeCycleState((wt.lifecycle.LifeCycleManaged)persistable, state); } if (persistable instanceof wt.epm.EPMDocument && !
Version: Windchill 12.0 Use Case: Current situation: Weight is today maintained in our ERP system´s with different entities, and different purposes. Sometime weight includes packing material, and sometimes not. Future Situation: Weight is maintained in Windchill (Single Source of truth) used for Regulatory demands like Full Material Declaration, Calculation of Co2 consumption ect...Description: We are interested in figuring out how other companies handles weight in the Windchill system.How is the technical solution used in Windchill (Out of the box)?How is the weight entering/change handled? (Workflow processes, lifecycle states ect...)
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.0 To integrate with AD domain, you need to integrate into the custom group under the domain, and only allow the personnel information in the group to be integrated with Windchill. How to configure it? ?Can I check it remotely? My current configuration is OK under the entire domain, but I can't find the personnel information when I configure the group.-----------------------------------------------------------Translated text from Simplified Chinese to English using google translate Subject - AD域集成 Body - 与AD域集成,需集成到域下面自定义的组,只允许组里面的人员信息能与Windchill进行集成,如何配置?? 能否远程看看,我当前配置到整个域下面是OK没有问题的,配置组就搜不到人员信息。 -By Community Moderation Team -----------------------------------------------------------
Hi Guys,I created three reusable attributes added in WT Part Soft type attributes also and I did the same thing for the EPM Document.If I enter any value from the WT Part automatically those values come in the EPM Document.Qns: I create one calculated attribute to combine all three attributes and get into a single value. But I can't see that in CAD Software attributes.Regards,Aj
On objects like Change Requests and Notices there is a section called Discussions, where users can start topics to discuss about. Those topics can have participants assigned to them.How to turn on notifications for listed participants if new comments get added to a topic?
Version: Windchill 12.1 Use Case: Hi, I'm having difficulty at the initialize upgrade stage. at that stage the SAVING PROPERTIES DATABASE task failed. when I checked the log it gave an exception: "Error determining next sequence id for upgrading user Properties" cause "ORA-00942: Table or view doesn't exist". I checked the table in question in the log, namely table: WTUPGINST_USERPROPERTIES which doesn't exist. When I checked my schema database, the table was there and there were no problems with the Grant Privileges, it was in accordance with the provisions. I appreciate any answer.Description:
Version: Windchill 12.1 Use Case: In the top level Part structure of a car or truck, search for children at all levels with an matching attribute value, ie show all parts within the car made from AluminiumDescription: I need to search attributes of all children at all levels within a Part structure. I want to report on attributes like state and materials for all Parts within a car structure, this may be 6 levels deep. Currently the method being used is to export to excel and use pivot tables. I have previously used a JSP with some java code I wrote to recursively search for children at all levels with a certain state, this works but is limited to a single attribute input, I want to select any usage or item attribute as input and see a filtered list of child parts matching the criteria. Any ideas on what approach to take?
Hello,installed MPMLINK on Windchill 13.0.1.0 and configured but the menu to trasnform the BoM is not available from WTPArt
So I am going to throw this out there... We are all active members of the community, trying to solve our own problems... But it is important to look through the ideas section and like/comment on ideas if you think they are good suggestions. Short of security issues and specialized partner problems... this is OUR chance to tell PTC what we think would be good in the tool.
I am using Windchill Foundation & PDM Release N/A and Datecode with CPS N/AHow to display all the BOM components in 1 page in occurrence mode in PDM? Currently, only 500 parts can be displayed in 1 page.
Version: Windchill 12.0 Use Case: WTpart BOM structure currently exists at state 'under review'. Would like to see the BOM configuration at its future released state, before it gets to released stateDescription: We have an end item BOM containing 60 items, individual parts and subassemblies. Its currently being routed on a change notice. This CN adds and removes some components. With the state currently being UNDER REVIEW, we do not see the adds or removes. Is it possible to see the configuration of the BOM it will become when approved or do we need to wait? My group would like to export this BOM at its future state to get a jump on some activities. thanks.
Is it possible to add a link to Change Request in My Tasks table view in Windchill PDMLink?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.1 Error when deleting process plan, error when deleting D version process plan, C version SOP cannot be deleted----------------------------------------------------------Translated text from Simplified Chinese to English using google translateSubject - 工艺计划删除问题Body - I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.1 删除工艺计划时候报错,删除D版本工艺计划报错C版本SOP无法删除-By Community Moderation Team----------------------------------------------------------
Version: Windchill 12.1 Use Case: I have a scenario that, when user searches for objects, the search results are more than 2000 (Which is above OOTB limit). In this case system troughing warning message that Table size limit reached, and the results object table showing at right top corner that “2000 of more than 2000 objects” and we can click Previous/Next buttons on the bottom left corner to see the other items of search result list. But I want to see the message at top right corner of the table like this “1-2000 of xxxx (total result count)” instead of “2000 of more than 2000 objects”. Is this achievable by standard configuration or we need a customization for this ? Description: I have a scenario that, when user searches for objects, the search results are more than 2000 (Which is above OOTB limit). In this case system troughing warning message that Table size limit reached, and the results object table showing at right top corner that “2000 of more than 2000 objects” and w
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.0Network problems preventing connection to this server. Plase retray later
Hello, my problem is not about mathcad, it's about windchill, but the training assistant asked me to open a mathcad issue. Here is our email exchange about our problem :-------------------------------------Hello,I would like to ask you about a probleme occuring on the windchill Paloma, while wanting to create a manufacturing view of an article, we have an error massage, so impossible to create the view even if the state is correct.Do you know what can be some possible reasons to this kind of probleme ?Thank you,-------------------------------We are not sure what the following means - windchill Paloma- we are guessing this is a specific version of WC, but the actual version number would be more helpful.Manufacturing view of an article – What does “article” mean here? Is this an eBOM?What, exactly, is the error message? Please send screen shots. “Best regards,PTC University Support----------------------------------------------We are actualy on Windchill 10.2, on the aplication we have ar
Version: Windchill 12.1 Use Case: i go to supplier list and say create supplier and then i choose to create supplier organization and in that where i need to have condition when the name goes more then 30 characters it should through me an error or validation like the allowed characters should be less then 30 characters ? when i click on ok CreateSupplierFormProcessorDescription: NA
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0* In Windchill PDMLink how can track the user, who has download the more data from Windchill Common Space to his local Workspace.* And also how can I track who has downloaded more data from local workspace to local disk.
Show described by and referenced by document of a part in a single report.Getting duplicate values.Or is it possible to show described by or referenced document in single column.
My Requirement is to show logo and some information of report header. Is it possible to add custom headers on QML report?Windchill Version: 13
Version: Windchill 13.0 Use Case: I'm fairly new to this PTC suite, and I'm trying to link Creo, to this. The main use is to manually add WT Parts as well, but I'm unable to.Description: Everywhere I look online, I'm seeing a grey gear icon that has "create new part" in a product folder. However, I'm not seeing that: Note, that the Creo Models folder was manually added. Additionally, I've tried creating a new product with a different template and tried that, and it didn't work. Any tips in general would be greatly appreciated!
Version: Windchill 12.0 Use Case: What happens to alternates of an obsoleted WTpart?Description: We have a WTPart which represents a packaging item. It is used in approximately 40 different BOMs. If we set up an alternate for this part, when it goes obsolete, will the alternate always remain the part the BOMs will reference? We are trying to avoid touching all 40 BOMs.
I need to customize a new menu bar under Reports, but it has not been successful. Could you please advise on the correct creation process? Thank you
I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.9Hello PTC Support Team and Community!I would like to export OptionSets (Characteristics, Values, Conditional Rules, Exclude Rules, Include Rules) in a STEP AP 242 file format from Windchill, but out of the box it is not possible. Furthermore I could not find it in the documentations how to do that. Do you have any hints or advice how can I do that?In addition, I am looking for exporting CAD structures in STEP AP 242 file format also. Can you help me with that too?Thank you in advance!Martin Herbert
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.