Windchill
Recently active
Experts,Need to add a couple of custom column (for custom attributes) in the where used tab.Pl help,Thanks,Ravin Kayasth
I want to get Enumeration name based on attribute name and update the enumeration value list.
So my user wants to send an email when the Lifecycle state moves from one particular state to another. I have been able to use the Lifecycle template to add in a workflow on the state the document is moving into (aka on the Phase Process) but I need it to only send the email if the previous state is one specific state. I'm not sure how to get that previous lifecycle state. I'm very new to all this so not even sure it can be done.
Hi all, when calling the following odata service from Thingworx, we only get a limited resultset of 25 records: https://servername/Windchill/servlet/odata/v4/ProdMgmt/Parts Within the resulting JSON, a link is provided to fetch the next 25 records: "@odata.nextLink": "https://servername/Windchill/servlet/odata/v4/ProdMgmt/Parts?$count=true&$skiptoken=25" How could we get all parts available in the Windchill system? Thanks, Jürgen
Hi All,I'm trying to achieve attribute-based numbering for a EPM document via OIR.Followed CS284109 was able to achieve for WTPart however trying for EPM is not working.Is any more configurations need to be done so that it works in EPM as well.If anyone has tried out or knows the solution please do let me know.Thanks in advance. Regards,Durga
Windchill's insistence on showing the latest version of an item, even if that latest version is unreleased, is causing issues with my end users. I want to make it easier for them to tell if the version they're looking at is released or not by changing the way the In Work status displays on the item master. Ideally, I'd want the Go To Latest indicator to be linked to released revisions only, and to NOT point to an in-work version of an item. But if that's not feasible, the next best thing would be to change the way the In Work displays -- change the font color, for instance, and make it red; change the font size to make it more visible; change the "In Work" display to instead read "Unreleased".
Replacing files on previous versions of Windchill Document Newbie*** I am Looking for any SQL to remove Primary Content or Secondary Content of a Windchill document without increasing the iteration of the object. ***Additionally would like to replace, the removed files with an additional corrected file.I know this fully goes against the purpose of Windchill principles and auditing, but need to correct an object.
Dear all I after installing Windchill, I assigned the domain of organisation to wcadmin (site administrator) and now i dont want to keep domain to wcadmin. and i am trying to delete the assigned domain but its not getting deleted. Thanks for the solution
I have added this but not working ColumnConfig c6= ccf.newColumnConfig("infoPageAction", true); //for i buttonc6.setInfoPageLink(true);c6.setDefaultSort(true);tc.addComponent(c6);
Hello. I am trying to find the specific revision of an object(WTPart/WTDoc). For instance, if I pass in 0.3 or A.1 can I have an api that returns that specific part revision? I am not looking for the previous version just the specific one in the history
Hi all, We are informed to update C:\Program Files\Java\jre1.8.0_251C:\Program Files (x86)\Java\jre1.8.0_192to any fixed version 1.7.0_321 / 1.8.0_311 / 1.11.0_13 / 1.17.0_1 <-- where can i find these version of jre ? to replace files in respective location in windchill server Regards,Kishore M
I am trying to retrieve the predecessor version (A.1 -> B.1) of a part. Current solution using VersionControlHelper.service.predecessorOf(part) only returns the previous iteration not version. Is there an api or a specific way to retrieve the previous part object?
Hi All,I want to enable debug loggers in our code, But when we started updating whole package we end up, having huge amount of class files , Is there any way to implement the logger so that it automatically prints the input and outputs automatically. Like @Loggable from spring-aop@HelesicPetr @manoj_dokku2
Dear All Can anyone guide me Regarding Installation of Windchill 12.0.2.0 using Microsoft active directory. Thanks in Advance Vipul
Subject: Questions about NC-related PLM processes I am using Windchill MPMLink Release 12.0 and Datecode with CPS 12.0.0.0 How does mpmlink relate to the creo NC module process to reflect machining time? Translated with Google Translator by Hedy Jin on Jul 6th, 2022 -------------------------------------------- Subject: NC关联PLM工艺的问题 I am using Windchill MPMLink Release 12.0 and Datecode with CPS 12.0.0.0mpmlink 如何与creo NC模块工艺关联,体现加工时间?
Dear All,Trying to see if it's possible to achieve How can we have drawing number to same as cad model number in Windchill.Are there any changes to be done in preferences?Else how we can achieve it.Any solutions would be appreciated.Thanks in advance. Regards,Durga
Hello I am trying to automate the creation of projects in Windchill but the command: si createproject does not work. with the commandsi createproject --name=value --hostname=value --port=value --user=value --password=value I get the error message Set-Item : No item parameter was found that matches the argument "--hostname=value". "im createproject" works though. Does anyone know what could be the problem?Thanks.
Hi, What is the best way to search for an end item within a context/product? Kind regards, Olivier
Windchill PDMLink 12.0.2.6 with 2 replica servers. The master server and replica servers all currently reside in the subnets we want to limit wcadmin to if that makes any difference. We want to limit wcadmin from only logging in if they are coming from certain subnets. I opened a case with PTC and their response was: "Yes, I totally agreed that this falls under “Windchill Configuration” as we are attempting to limit the logins to Windchill.But we currently don’t have any documentation on this configuration. It is currently not supported and verified by PTC.To request this functionality, refer to Product Ideas @ PTC Community<https://www.ptc.com/en/support/enablement/submitting_product_ideas>. Our research and development will review the functionality you requested and that is the best and fastest way to receive response on your requested feature." I don't want to wait for time for PTC to implement something let alone if they would even ever get to it. So I ha
For suppose if i have many workitems and they are assigned to multiple users. can i get the users and workitems data like below? Map<WTUser,Set<WorkItem>> Key will be WTUser and Set of WorkItems as value. @BjoernRueegg @HelesicPetr
Hi, I guess this is one of the pain points we all share: To efficiently maintain the Windchill License Group membership as per the users' actual usage of the application. Consider below scenarios: 1. User gains access 1st time to Windchill application as CAD Designer. User is assigned with PDMLink Module License / Author license.User actually performs only view only actions. 2. User gains access 1st time to Windchill application as CAD Designer. User is assigned with PDMLink Module License / Author license.User actually performs only Review / Approve tasks. and so on.. In these cases, we need to get the actual usage details of each user, evaluate the current license allocation and do needed changes to the user's license membership: Remove from certain licenses and add to certain licenses. I currently pull out details on actual usage through database queries. Usage could be: Only login (~Navigate
Im trying to get all the change activities assigned to workitems.@BjoernRueegg , @HelesicPetr
As per this thread - same question: @CHASEONHO did you get this part figured out... I'm fairly new to all this... I have my eclipse environment configured (I beleive) but have yet to figure out how to test code from it.
Hi everyone, Does anyone know of documentation or guides available to create a workflow expression to automatically save/export a drawing representation (eg. PDF/JPG) generated from the Worker Agent to an external location (locally/network drive) during a Lifecycle Change (triggering the workflow)? I've trawled through the forums but most of the information dates back almost a decade. Thanks!
I have added below line in Tablebuilder. but its not working ColumnConfig c6= ccf.newColumnConfig("infoPageAction", true); c6.setInfoPageLink(true);c6.setDefaultSort(true);tc.addComponent(c6);
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.