Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hi All, In Windchill 12 below are the Deprecated API's and any alternative API's available ? 1) The field FormResultAction.FORWARD is deprecated2) The field FormResultAction.JAVASCRIPT is deprecated3) The field FormResultAction.NONE is deprecated4) The field FormResultAction.REFRESH_CURRENT_PAGE is deprecated -5) The method setNextAction(FormResultAction) from the type FormResult is deprecated6) The method getJavascript() from the type FormResult is deprecated7) The method getNextAction() from the type FormResult is deprecated😎 The method setURL(String) from the type FormResult is deprecated
Below APIs are deprecated in Windchill12. Are there any alternatives for these? Please suggest. 1) The field FormResultAction.FORWARD is deprecated2) The field FormResultAction.JAVASCRIPT is deprecated3) The field FormResultAction.NONE is deprecated4) The field FormResultAction.REFRESH_CURRENT_PAGE is deprecated 5) The method setNextAction(FormResultAction) from the type FormResult is deprecated6) The method getJavascript() from the type FormResult is deprecated7) The method getNextAction() from the type FormResult is deprecated 😎 The method setURL(String) from the type FormResult is deprecated
We have custom BOM report page which by default shows only the first level of components. However, on the page the user is given the option to expand the BOM to any available depth. To display the available number of levels, the program needs to find the total number of levels. This is quite heavy on a big assembly, and many times unnecessary when a user wants to see the first level only. I wonder if there are better ways to get the total depth of a given assembly without walking the whole product structure tree.
How to load Classification structure using csvmap file in windchill 12
Hello everybody,I need to retrieve the primay item of a baseline. According to the support, there are no APIs to set or retrieve the primary item.Is there the possibility to write an ad hoc query?Do we know where to find this information?Is the information that identifies the primary item on a link between the baseline and the item?Thank you
Hi All,We have one folder "Released Drawings" which is been accessible by processing, manufacturing, supplier. It has Read & download access. We want the pdf drawing published by the worker to automatically dumped in Released Drawing folder.What steps we may need to take.Thank you in advance. Regards,Durga.
How to grey out "delete row" option in family table. Any configuration/customization available to do?
Does anyone know why our windchill installation would redirect to hostname.com/Windchill/app/ when going to hostname.com/Windchill/? We are trying to implement a webject and I believe this is causing a signin issue.
Has anyone used the PDM connector from Altair? I copied the files over and added the delegates per the Altair instructions, but login keeps failing. Am I missing something?
I need to add a task delegate and I am prompted for the LDAP server admin credentials. Is there a way to look this up? We had had consultants perform the install, but the username and password that were provided do not work. Is it possible to make the changes locally on the server without having to login? I should also note that this does not connect to our corporate LDAP server so maybe it was never set up?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.0Hi Guys,We are implementing a custom filter for document encryption for this implementation guideline; https://support.ptc.com/help/wnc/r12.1.0.0/en/index.html#page/Windchill_Help_Center/customization/WCCG_Serv_EncryptionFilter_JavaInterfaceImplementation.htmlOur encryption is done by an external SOAP based service.We would like to send and error message to the user logged on to PTC Windchill in the event that this external service is not available to encrypt the message.How can we do this?Here are the errors that I facedN/A
Hi,We are running a version 11.1 Windchill Projectlink on Linux.At the end of a validation workflow, we have a customization which allows the user to select several tasks and set their status to validated.Once the status is validated, a word document is generated with all the comments the users made during the review cycle.The problem is that, sometimes, when users select many tasks and validate them, the files are either not generated (empty filename) or their filename refers to the content of an other file.It is very difficult to reproduce the issue, but when you reduce the number of sockets in windchill configuration to 10, you reproduce it everytime for more than 10 documents generated.It seems to be socket related... does someone have experienced the same issues ?
Hi, We have done some lifecycle changes in windchill. Those objects which were checked out before lifecycle changes, couldn't be check-in. When trying to check in the rollback failure happens.(Attached the MS log extract).New objects can be checked-in without failure.We suggested users to do below steps to get back their data. Suggestion to users:If the changes are small, users can 'Undo checkout', and re-create the changes.If the changes are huge, please follow the below steps.Take backup of your cache folder (From C:\Users\<UserID>\Creo\.creo\.cache2008\Production)Using the 'WC cache recovery tool', retrieve those objects from cache folders.In the workspace, Undo Checkout of those objectsCheck out those objects in the same window.Open the objects in Creo, and use the data from retrieval objects to override the changes.Save & Check-in Please advise if you have any other better idea to fix the issue by admin/ by users. Thanks.
Hello everybody,in Creo Modeling, in the integration with Windchill, is it possible to define a softtype cad as in Creo Parametric?What is the way?Thank you,Matteo.
we have an IBA and it has a custom datautility. It returns a JSONComponent object , how can we use this datautility dynamically change the background color of the attribute?
Hello everyone,I'm trying to add a function to the Workflow Domain.The function must be call an external Java class, defined at path ext.internal.WorkItemFunctions, that search for all WorkItem defined for a persistence object (eg WTPart).In the Method server i receive this error (and my function is not visible at browser level 😞2022-03-07 17:58:35,605 ERROR [ajp-nio-127.0.0.1-8010-exec-1] com.ptc.odata.core.entity.operation.AbstractOperationContainerConfig orgadmin - operation doesn't have binding parameterName = WorkItemByObject [FunctionPropertyConfig={"isComposable":false,"name":"WorkItemByObject","description":"Return Work Item by object OID","parameters":[{"isNullable":false,"name":"ObjectId","isCollection":false,"type":"String"}],"returnType":{"isCollection":true,"type":"String"}}]. Attached the js, json and java class implemented. Thank you
How linked MfgProcess and ReferenceDocument? I can't find this relation
Hi,When our user saves a Solidworks drawing locally and has the PTC Windchill tab "Save Viewable's" button enabled and then checks in the drawing to windchill common-space. A pdf is automatically generated and associated to the Solidworks drawing file in Commons-space under the details page. Where can we go to change the viewable type that's being generated locally by Solidworks from .pdf to .plt so Windchill markups may be created after the drawing has been Check into Windchill Common-space? edit: I forgot to mention when I posted this earlier that no CAD Worker used to create the Solidworks Viewable. Solidworks creates these and they are uploaded to the Server during Check in. Thanks,Don A
Actually "Type" implies Template name. Do we have any option to change it ?Thanks!Senthilnathan.S
Hi,I have attribute with three values. Its mandatory for user to select all the values.Selection of multiple attribute values is achieved with unchecking the Single Selection option.Is there a way to make sure WTPart doesn't gets created user has selected all the attribute values. Regards,Durga
So, according to this article it's not possible to "enable" "Context" field in Set Location window for Save As action. Now, I'm trying to use action "New Configuration Context" from WTPart. Sadly, here is the same situation - it's impossible to set different context than the one where user is "currently": So while this is "working to spec", has anyone tried or even been able to found OOTB code that is responsible for this? Is it something totally hardcoded that cannot be changed or was someone able to found + modify (customize) this behaviour?
Hello All,I have tried using Attribute Move Utility tool to move my IBA values (Boolean) to a Hard-Type (Phantom Part) and ended up with an exception -com.ptc.core.lwc.server.TypeAttributeMoveTool - Target attribute is a "com.ptc.core.lwc.server.LWCHardAttDefinition". This tool only supports moves for LWCIBAAttDefinition or LWCFlexAttDefinition! I am Trying to figure out alternate way to make this happen. Open for suggestions- Thanks and Regards,Rohan
So we implemented custom Publishing actions per cs211115 and initial tests were great. Combining search results and batch publishing is awesome. 3/4 of the way down they talk about "For example, if you want to hide the new Publish Tools default visibility value for All Members and give the access permissions only to the manager, modify the followings" and go on to suggest modifications to the roleaccessprefs.xml which we had done: <uic name="list_Rep" order="4010" enabled="true" defaultAll="false" defaultManager="true" defaultGuest="false" managerEnabled="true" guestEnabled="false"/> </global> My assumption was that admins and Product Managers would see this actions in search and folders pages. Normal members would not see the action. I have test user setup and actions still appeared. They suddenly, they were missing and then back again. I cannot make heads or tails of this. Am I missing something here? Is there a caching issue going on
Hello, I have attached the rule xmls and loader xml in the attachment. wt.ixb.publicforapps.Importer - Import failed for batch. actionName=PickExistingObject, tag=BusinessRule, docs=[wt.businessRules.BusinessRule:456745]wt.ixb.parallelImport.ImportEngineImpl - Import/Task execution failed!!! Error - Message: Resource bundle/Message key = wt.ixb.publicforhandlers.ixbResource/8- (wt.ixb.publicforhandlers.ixbResource/8) wt.ixb.publicforhandlers.LogHelper$IxbException: Problem in export/import process.- Nested exception is: wt.util.WTException: Rule configuration is invalid for rule wt.businessRules.BusinessRule- at wt.businessRules.ixb.forclasses.ExpImpForBusinessRule.preStoreValidate(ExpImpForBusinessRule.java:126)- at wt.businessRules.ixb.forclasses.ExpImpBusinessRuleCommon.storeObjects(ExpImpBusinessRuleCommon.java:47)- at wt.ixb.actor.PickingExistingObjectActorForPersistable.storeObjects(PickingExistingObjectActorForPersistable.java:184- at wt.ixb.actor.ActorTempl
Given a specific part, we would like to get linked promotion request and/or change notice that is still active.
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.