Windchill
Recently active
I have created a report that shows me the Change request number, Change Notice Number & Change Task Number. It also shows who the tasks are assigned to and the task completion dates. I want to be able to see the overall completion status of the Change Request, but I only seem to be able to get information up to the point of the reviewer, which is where it changes from the "Change Activity Workflow" to the "Change Notice Workflow". What do I need to do to see the overall Change request status? It would also help to be able to see the roles for the workflow outside of the "Change Activity Workflow". Any ideas on how I can achieve this would be greatly appreciated.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.10I have a custom view in the structure browser, and have a data utility connected to one column. The request is to only show a value in this column for the first row (leave blank for all children). In the data utility, the object passed in is always a WTPart (even for all children). There is a method in the ModelContext called getCurrentRow, which does return 0 for the first row, but also returns 0 for some of the children. Is there any way to look at the ModelContext and/or object passed into the data utility and determine that it is the first row of the table?
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.0.4We created a subtype of a Delivery and made the subtype Instantiable and the other types of Deliveries Uninstantiable, but when a Delivery is made off of a Package, it still is only creating the OOTB Delivery type and not our subtype. There is no dropdown to select a different delivery type either.
Version: Windchill 12.1 Use Case: To add various comments that are used for the modifying the PArtsDescription: unable to create Iteration comments using XML loadfromfile
Version: Windchill 12.1 Use Case: While creation document, I wanted to implement validation for user to get popup confirmation based on some attribute value. ( if attribute value is "XX", confirm if you want to proceed further or cancel) Description: I gone through the PTC documentation and found below information, which is not sufficient to implement UIValidationStatus.PROMPT_FOR_CONFIRMATION as a beginner : I have already wrote a logic and status also getting set (as per printing "result" in MS) for this, but just need to set the further steps to handle the confirmation popup. Thank you
When using custom structure views on WTpart assembly with parts that include custom global attributes - the value of custom attributes is not populating in the respective column without highlighting the row, then scrolling left or right. Upon scrolling left or right - the value will populate. If page is refreshed, values are blank again. Values are on correct on piece parts and show in the attributes of the part when checking there - so the part mapping from CAD to Windchill WTpart is correct. Short screen grab showing the issue. Mass (KG) and Material both pulling from the respective WTParts. Any Ideas on what may cause this or how to remedy?(view in My Videos)
Version: Windchill 11.2 Use Case: For personal development I was wondering if I can install Windchill on a Windows Desktop like Windows 10 or does it strictly need to be Windows Server?Description: PSI loads Installation Manager but closes right after on Windows 10. Works fine on Windows Server.
Hi , I am facing an issue with one custom action, Somehow action misplaced in wrong model but even after adding in correct model (psbRelatedPartsTreeToolBar ) that action is not populating in required model is getting added again on same place where it was earlier and in my action there no custom class we have custom JSP over there . Requirement : "Custom BOM Report" action should be under report section below the "Multi-Level BOM with replacement" action
I am using Windchill PDM Essentials Release 11.2 and Datecode with CPS 11.2.0.1The WT Booking XML Code file replaced and need to restore WT Initiation code file for Titagarah Server.Link: https://titagarh-wc-prd2.ptcmscloud.com/Windchill/app/#ptc1/homepageMore InformationEarlier WT Number booking was 10 Digit and now its changed to 9 Digit.Here are the errors that I facedEarlier WT Number booking was 10 Digit and now its changed to 9 Digit., So New WT coming with 9 Digit and its not required,Earlier 10 Digit Number is required for Project.
Version: Windchill 12.0 Use Case: i was try to collect the Association type between part and epm document like "owner " or "content" or "image" but it but the value is not coming properly, (ex.) For assembly if association type with a part in UI is "Owner" but while extracting it is showing as "image" some time totally opposite like that .Description: HI All, i was try to collect the Association type between part and epm document like "owner " or "content" or "image" but it but the value is not coming properly,(ex.) For assembly if association type with a part in UI is "Owner" but while extracting it is showing as "image" some time totally opposite like that . the code i was using is below: public static String getAssociationType(EPMDocument epmDoc, WTPart part) {String associationType = "";System.out.println("getAssociationType start: "+epmDoc.getNumber());try {BinaryLink[] links = findLinks(part, epmDoc);if (links != null) {for (BinaryLink link : links) {Associati
Version: Windchill 12.1 Use Case: I wanted to add some BOM into workspace, iam unable to get the active workspace. I did by hardcoding the workspace oidDescription: i collated the BOM and i need to get the active workspace, I don't know how to get the active workspace, as of now i am hardcoding the workspace oid wt.epm.workspaces.EPMWorkspace workspace = (wt.epm.workspaces.EPMWorkspace) referenceFactory .getReference("OR:wt.epm.workspaces.EPMWorkspace:1150900").getObject(); i wanted to dynamically fetch the active workspace instead of hardcoding the workspace OID, i need to retrieve the active workspace for the current user session.
first i tried to add the all associated EPM from the BOM to workspace, all epm get added in the workspace. Now i am trying to add the WTPart to workspace. its not working. this is the code how i added previously the epm to workspaceprivate void addToWorkspace(EPMDocument doc) {try {wt.fc.ReferenceFactory referencefactory = new wt.fc.ReferenceFactory();wt.fc.WTReference wtreference = referencefactory.getReference(doc); wt.epm.EPMDocument epm = (wt.epm.EPMDocument) wtreference.getObject(); wtreference = referencefactory.getReference("OR:wt.epm.workspaces.EPMWorkspace:1150900");wt.epm.workspaces.EPMWorkspace workspace= (wt.epm.workspaces.EPMWorkspace) wtreference.getObject();System.out.println("workspace-->"+workspace); wt.epm.workspaces.EPMAsStoredConfigSpec asStored = wt.epm.workspaces.EPMAsStoredConfigSpec.newEPMAsStoredConfigSpec(epm);wt.fc.QueryResult queryResult = wt.epm.structure.EPMStructureHelper.service.navigateReferencesToIteration(epm, null,
Version: Windchill 12.0 Use Case: How to get active user list of last one year by project name using report management toolDescription: How to get active user list of last one year by project name using report management tool
Is there any way to view the Equivalent part outside the MAPSB.When we create new downstream branch, it is possible to see the Downstream views in the part history tab.But if we create new downstream part with new part number, then the only way to see downstream part would be to search using the Part number string and hope to identify the equivalent part through suffix or to open the BOM in MAPSB (Not an easy or elegant or effective way).Is there any solution like Alias attribute?Ideal solution would be to display the MAPSB Equivalent parts tab in the regular Part view through custom tabs section
Version: Windchill 12.0 Use Case: Configuring new lifecycle to manufacturing view with OIR affecting old manufacturing itemsDescription: Hi, Background:I had same lifecycle for design and manufacturing view.Configured new lifecycle to manufacturing view with OIR by following this: https://support.ptc.com/cs/help/windchill_hc/wc110_hc/index.jspx?id=ExpMPM_Cust_MPMLink_LifecycleView&action=show OIR now triggers new lifecycle for fresh manufacturing views.(Tested and it works. Tested with new branch & create new item as manufacturing) But what happened is related to the old manufacturing views in the system. The old ones have the previous lifecycle, which is totally fine. However, after creating the OIR, the system no longer allows me to revise the old manufacturing views. This is really weird because the old design parts that have the exact same lifecycle still have the revise option. Somehow the lifecycle and view goes now hand on hand. I trie
Version: Windchill 12.0 Use Case: A stand-alone Creo CAD document (imported step) is checked in. It has an owner-associated WTPart but the "Build Status" in the structure tab shows blank. As a result, when the CAD document is used in an assembly, the WTPart doesn't show up in the assembly structure.Description: There are no errors and if I force-build the part it says "Part built successfully" but the build status doesn't change and the WTPart doesn't show in the parent level assembly structure. Our site settings are Operation/CheckIn Operation/Build After Check in = All. Visualization is published and everything works... but since the part isn't built it doesn't exist in the eBOM.
Dear SMEs, I installed windchill 12.1 pdmlink, sumalink in my local system. After navigating to AML/AVL tab in part details page, actions related to AML/AVL are hidden by OOTB validator. Can someone please suggest what to do so that I can use those actions are visible to me and I can create supplier parts.
Version: Windchill Below 11.0 Use Case: I have a .net tool to check interference of models in CREO v 4.0 app using VB API. As of now we are able to work on single session but I want to work on multiple session.Description: I am able to open multiple session and getting the different session ID for both but when i am loading the assembly file for both session parallelly, Creo is getting hanged or crashed and after sometime getting ToolKit error.Can anyone suggest parallelism supports VB API or not? if supports how to achieve this kind of scenario.I am trying to work on multiple Creo session using single license.
I am looking for any information on how to enable a dark mode for my in creo Windchill. Last Ive checked it is not an option and I would love it to be. I was able to make my outside browser Windchill dark.
Hi All, Can you help me unable to create local attribute and i did excuted belows commands for windchill shell but columns are not creating the commandsAddColumns wt.part.WTPart -f String=2AddColumns wt.part.WTPart String=1 Following error i got C:\ptc\Windchill_12.0\Windchill>windchill startC:\ptc\Windchill_12.0\Windchill>AddColumns wt.part.WTPart String=1Validated type wt.part.WTPartSchema validation successful. Updates will attempt to proceed.Generating class & introspection files for type: wt.part.WTParterror: cannot access module-infobad class file: C:\ptc\Windchill_12.0\Windchill\codebase\module-info.classclass file has wrong version 61.0, should be 55.0Please remove or make sure it appears in the correct subdirectory of the classpath.1 errorERROR : com.ptc.core.lwc.server.addColumns.ClassfileGenerator - Failed to compile the generated annotated source files for type: wt.part.WTPartwt.util.WTException: Failed to compile the generate
How to read attribute value named as, "Part Number" from the WTDocument creation page and perform further operation using form processorexpected - Read attribute value if it contains value then need to create WTPart with same number as passed in this attribute.
Version: Windchill 12.0 Use Case: This is the Attribute "building year" and should be the data type: "java.lang.Long"Description: Where can i remove the thousand separation point in Windchill 12.0.2.0?This is the Attribute "building year" and should be the data type: "java.lang.Long" Thank you
@avillanueva I have a custom utility on Promotion Notice and I want to retrieve all task data like name, number, role, assignee, activity name, vote, and comments as well. So, I retrieved below data but i am I am STRUGGLING to get user comments and assignee name while performing the "approve" task. of Poomotion Notice I need a java API so that I can use it in my utility where I am getting other details . I know that i ill get required info from this class WfVotingEventAudit but How can i get this from Promotion Notice I used below code in wf but getting class cast exception : wt.fc.collections.WTArrayList auditCol = (wt.fc.collections.WTArrayList) wt.workflow.engine.WfEngineHelper.service.getVotingEvents((wt.workflow.engine.WfProcess) ((wt.workflow.work.WfAssignedActivity) self.getObject()).getParentProcess(), null, null, null); System.out.println("***Transition Expression: Audit = " + auditCol.toString());
Version: Windchill 12.1 Use Case: Uninstallation of windchill DS and Windchill PDMLink from windows systwmDescription: Hi Everyone,I had install windchill DS from PSI 11.2 and Windchill PDMLink from PSI 12.1 but getting some error while Installing FlexPLM so I want to Uninstall both windchill DS and windchill PDMLink from my system(Windows 11) completely and want a fresh installation of 12.0 version of PDM link and 11.2 version of windchill DS. So please guide me step by step process for uninstalling Windchill ds And Windchill PDMLink from my systemPS: I have installed these Windchill DS and Windchill PDMLink using Microsoft sql server data base (2019 standard edition) following this article but this isn't completeArticle - CS47990 - How to uninstall Windchill PDMLink On Windows platforms (ptc.com) Thanks and Regards,Lavkush.
Hi,We trying to achieve a OOTB possibility to hide the secondary attachments for specific role.Any guidance would be appreciated. Regards.
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.