Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0I want to integrate camunda to windchill so my question is can we apply camunda business process or workflow to windchill promotion request or change notice or request
Version: Windchill 12.1 Use Case: I am trying to implement Configurable Link Collection Sample UIDescription: Configurable Link Collection Sample UI I am trying to implement Configurable Link Collection Sample UI, and followed all the steps mentioned in the support.the SampleConfigurableLinksCollectionDefinitions.xml files and SampleConfigurableLinksCollectionExecutionOrder.xml are there, and also com.ptc.core.collection.show.configurable.links.ui=true in wt.propertiesthe article in 12.0 Configurable Link Collection Sample UI 12.0 does mention to load the preferences manually, whereas the article in 12.1 Configurable Link Collection Sample UI 12.1 does NOT mention to load the preferences manually. I tried both ways, and I'm still not seeing the icons/preferences Any suggestions on how to proceed further?
Version: Windchill 12.0.2.18 Hi, We are looking to create a Managed Baseline in our promotion request workflow for all mechanical assembly with the name *-01-g.asm I have found the Article - CS371627 - How to create a baseline in a (promotion request) workflow? and the Article - CS25967 - How to programmatically create a managed baseline in Windchill PDMLink which give some ideas, but I am having some difficulty going deeper into the development. The small step I have already succeed is the following : Add an "Execute Expression" robot after the "Set State Approved" method Robot and the Notify By E-mail robot :The code to execute to the expression call a custom class : ext.sce.workflow.CreateBaseline.createBaseline(baselineName); The content of the class is the following : package ext.sce.workflow; import wt.vc.baseline.ManagedBaseline; import wt.util.WTException; import wt.util.WTPropertyVetoException; import wt.fc
Version: Windchill 12.0 Use Case: Can we print parent part details to a jsp page using end item in windchill through customization for a bom report.Description: Can we print parent part details to a jsp page using end item in windchill through customization
I have found that Derived Image Table stores the information of MOOD.I have written a listener on Update Event checking on Derived Image Object.The Listener works perfectly, But even the object is MOOD the derivedImage.isOutOfDate() returns false.Is there any other specific event to check on MOOD or Am i missing something?
Currently we have a internal debate and we are looking for some lessons learned / best practices regarding implementing Maturity states on WT Parts. Currently we have more or less the default Lifecycle states for "all" objects (Parts, Documents, etc):In Work - Released - Obsolete - Under review We would like to introduce Maturity States for our WT Parts and we have vision on 2 options:Introduce Maturity as a global attribute on WT.Part. (Simple to implement, but lacking some control mechanisms)Implement a lifecycle for Part which reflect the maturity states. But keep the existing lifecycle on the other objects. (More complex to implement but seems to be more in line with Windchill designed usage)Is there anybody that would like to share some experience with this issue? Lessons learned from a similar implementation? Pros/Cons? Maybe other options? Should lifecycle states be used to reflect maturity states at all? Some reference documentation? Would it be best to keep the lifec
Hi, I just added a new property called "price" to WTPart. I want to know that, when adding children to a parent WTPart, are there ways to calculate and update the total price of a parent WTPart automatically, by adding the prices of its children WTPart together? For example, A is the final product, B ($5) and C ($10) are children of A. First I create A, leave the price blank. Then I add C to A as a child, I would like to see the "price" property of A automatically updated to $10. Then add B to A as a child, the price of A is updated to $15. I'm using Windchill 12.1, just wondering if it's possible. I'm new to customization of windchill but have some experiences in Java programming, so if yes, could you please also tell me what are the steps I should do? Thank you!
Version: Windchill 12.1 Use Case: Need to create a preference which only accepts a number as inputDescription: I can create string, type or boolean preferences using a loadfile with the right handler, but I cant find any example handler for Integer, does it exist? e.g. Booleancom.ptc.windchill.enterprise.preference.handler.BooleanPreferenceValueHandler:e.g. Stringcom.ptc.windchill.enterprise.preference.handler.StringPreferenceValueHandler:400:400e.g. Type Pickercom.ptc.windchill.enterprise.search.preference.handler.TypePreferenceValueHandler:/com/ptc/windchill/enterprise/search/allSearchTypese.g. Integer??? where do you find it? e.g. Preference loadfile <?xml version="1.0"?> <!DOCTYPE NmLoader SYSTEM "standardX10.dtd"> <NmLoader> <!-- Clean up first--> <csvUnlinkPreferenceClientDefinition handler="wt.preference.LoadPreference.deleteClientDefinitionLink"> <csvname>/ext/ws/elecReportDocumentType</csvname> <cs
Version: Windchill 12.0 Use Case: I encountered an error message while executing xconfmanager - p in Windchill shell: ERROR [main] com.ptc.windchill.structconf.StructConfManager - Unexpected error (stack trace below):Description: I encountered an error message while executing xconfmanager - p in Windchill shell:ERROR [main] com.ptc.windchill.structconf.StructConfManager - Unexpected error (stack trace below):The attachment contains my specific error message
Version: Windchill 12.1 Use Case: I'd like to add a link to our internal support portal on this pageDescription:
I am creating and testing simple functions using EXCEL VBA.I am testing the function with WRS before coding EXCEL VBA. WRS > PTC Product Management Domain V6 > Testing POST /CreateParts results in an error Where the error occurs "Context@odata.bind": "Containers('OR:wt.pdmlink.PDMLinkProduct:131308')", erro code : 400 - MALFORMED_BINDING_LINK - "The format of 'binding link' is incorrect." Many users have asked about the above issue in Google search results, and I have tested it several times by referring to the answers. 1. I tested it by referring to the PTC manual, but an error occurred., - MALFORMED_BINDING_LINK **** Request Body {"Name":"TestWTPart_001","AssemblyMode": {"Value": "separable","Display": "Separable" }, "PhantomManufacturingPart" : false,"Context@odata.bind": "Containers('OR:wt.pdmlink.PDMLinkProduct:48507000')" } 2. I also de
Hello ,I need to install Windchill-Workgroup-Managers and silent mode , I've tried everything but it doesn't go , someone did this could help me I already put in the script /S, /quiet, /silent, /qn and without success @echo offsetlocalrem Path to the .exe filesset “installers=D:\Windchill-Workgroup-Managers”rem Install the first programecho Installing Program1...“%installers%\setup.exe” /silent /D=\C:\Program Filesecho Program1 installed successfully!rem Add more programs as neededecho Installation complete.pause
I'm trying to create a DevOps style of Windchill development and need some community guidance.In a nut shell, we have 9 Windchill developers and we are all doing both configuration (inside Windchill) and customization (directly on the servers). We are having to duplicate the work between development, test, and production servers which is a colossal waste of time. Also, we currently have very little controls in place and our customer wants us to do better... they suggested we use DevOps.I believe I can use a git repo to capture and apply server side changes but how do I capture configuration changes saved inside the Oracle DB and apply them to other servers that have their own, separate Oracle instances?
HI all, Using below API I am able to get representations for EPM document. Is there any API to get creo view URL of a representation? VisualizationHelper visualizationHelper = new VisualizationHelper();QueryResult epmReps = visualizationHelper.getRepresentations(epm);
Hi All, In Windchill OOTB functionality "The user who creates the context is automatically assigned to the context manager role"As the product manager has special access, providing this role to Product creator might create issue. At present, we are removing the user manually from the role after Product creation. How can we customize to disable this default addition of Product creator to Product Manager in context team.
I need to find on windchill all those cad documents that do not have a publicationis it possible to generate a report that identifies, starting from a code, all those 3D and 2D documents that do not have a publication in (.pdf, .dxf, .step)? Translated by the moderation using Google Translate-----------------------------------------------------------------------------------------------Devo trovare su windchill tutti quei documenti cad che non hanno una pubblicazioneè possibile generare un report che mi individua partendo da un codice tutte quei documenti 3d e 2D che non hanno una pubblicazione in (.pdf , .dxf , .step) ?
I want to attached a local file to EPMDocument in Winchill by RESTApis. But i can not see any document about this. When working around i see 2 possible ways Way 1: +> Find some way to upload the file to server's content cache. Then get the encodedCCD property+> Using encodedCCD to add to the request create EPMDocument. API: **POST Windchill/servlet/rest/v1/wgm/workspaces/{workspaceId}/store ** Way 2: +> Associate EPMDocument to a WTDocument+> Attach the file to WTDocument I not have any experience in Winchill, so can anybody have faced with similar problems, please help me Thank you
Version: Windchill 12.0 Use Case: Validating all Selected objects with few conditions during validateSelectedMultiSelectActionDescription: I am selecting multiple objects(Documents/Parts ) from the folder to perform to trigger an action which performs setState/Workflow initiation.Here reading the list of objects from command bean/validation criteria returning the null.When I am selecting one object it is returning the object and validateSelectedAction is executed with out any issues.I tried multiple ways to get the selected objects by changing the window type= normal popup new no content and etc...I also used different apis to read the objects but none is working. All these api's were returning the selected objects like 2 months back now all of a sudden it all stopped returning the objects.Used below apis to get the selected objects from the folder .WTCollection targetObjects = new WTArrayList(criteria.getTargetObjects());final List<NmOid> selectedListO
版本:Windchill 12.0 Description:The customer complained that they are unable to view all task nodes and can only see the current task node. I now need to adjust the display mode to show completed and unfinished nodes.May I ask how I should adjust
Hi, I would like to get a List of .drw who changed the lifecycle state within the last 24 h. There is a restriction to get the information via REST Endpoint. I used the PTC CAD Document management with GET CADDocuments. I tried to use the filter for the LastModified date. But there is no impact of a changed Lifecycle state to the Last modified date. Any Ideas how i can filter for objects who changed their lifecycle state in a range of time?
I have the change Notice Number. From the changenotice number get the changables after from the changables i want only part. From that part i want to retrieve the attribute "Material_Type".
Hi BjoernRueegg, Can we use same ( PersistenceManagerEvent.PRE_STORE) event for Change notice creation ? Because I want manipulate char length of one of String type IBA before CN creation. If not then could you please suggest the right event.
Is it possible to create a WTDocument with MULTI_PRIMARY Content via JAVA API?
I need to retrieve the API of all objects affected by change notifications in WTpart through programming, because I need to control whether the WTPart objects of the affected objects already have other changes when creating a new ECN. If so, the current change will be canceled and the customer will be prompted that there are already other changes in the objects. Please complete them first before initiating the change
Hello everyone, please tell me how to add an action to the "Actions" button for only one subtype of the document WTDocument?
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.