Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
When a user cannot login in Windchill, it shoul give him more informations about the reason.The main causes should be: Incorrect user, Incorrect password, Expired User, Locked User, Incorrect Password, etc
Hallo all,is there a way, to add a new action item unter "actions, new" in the windchill ui?I haven´t get it with the costumization guide. I also found this article but it´s not for the right Windschill version:https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS185927&art_lang=en&posno=1&q=adding%20folder%20action%20to%20…Is there a similar article or does anyone knows how to solve my problem?Thank you for your help in this matter.Yours faithfullyHenrik Anders
I want to use API to change my customized attribute of EPMDocument, the attribute setting in Utility as attachment show. Who can help me?Always failed, the error info is:Exception in thread "main" java.lang.reflect.InvocationTargetException at wt.method.RemoteMethodServer.invoke(RemoteMethodServer.java:795) at com.cisco.whichen2.SetEPMAttribute.main(SetEPMAttribute.java:47)Caused by: com.ptc.core.meta.container.common.ConstraintException: The value for TestWhichen cannot be changed. ... 2 morecode:public static void setEPMAttribute(EPMDocument epm, String attribute, String value) throws Exception { PersistableAdapter obj = new PersistableAdapter(epm, null, java.util.Locale.US, new com.ptc.core.meta.common.DisplayOperationIdentifier()); obj.load(attribute); obj.set(attribute, value); obj.apply(); PersistenceHelper.manager.modify(epm); }
Hi,I would like to add "Open in Creo View" action of Clipboard onto the Search tab of the Navigation bar. How can this be done?I am able to add the icon on the Search table; but the functionality just throws the Part number that is selected as a Javascript alert.How do I overcome this?Thanks in advance.
I have generated WWGM dll using toolkit function and I want to call that function in catia using toolkit function(ExecuteWgmCustomCmd). But I want to know how to debug catia dll and to test whether it call the function in WWGM dll?Please assist me.
Looking into the possibility of capturing user actions against roles and groups. Would like to know which user added individuals to roles in which containers. We can create a table in the database or just a flat file. Database would allow for easier filtering and searching.
windchill installation stuck at 50% from three days so what to do?
Customer QuestionWe are into our first week of using the new Windchill system, and so far we are liking it. However, I do have one question for you. Previously, in Intralink 3.4, we were able to locate a specific check in form, and delete it along with the part iterations introduced, effectively undoing the check-in.So far I have not found a way to do this using Windchill. I would like to be able to find a specific check-in, see what parts were modified, and delete the latest iteration of those parts.
I have created a change notice but don't want to use advanced life cycle but when I use Basic it seems I am not advancing my CAD objects though the workflow but only advancing the workflow itself? I am new to the workflow creation and think My issue might be right at the beginning because I don't get a task assigned. Goes straight to my updates? I would send a screen shot of my workflow but have since deleted it because it didn't work. Going to start from scratch. The life cycle I want to use is the OOTB two phase.. Any suggestions would be greatly appreciated.Thanks in AdvanceEd
Currently Windchill Workgroup Manager doesn't support these drawing formats extensions .slddrtUser have to store the formats files in a shared folder to insert or modify a frame in a drawing.These files would be managed by Windchill
Dear all,is there a way to pass the link between the child and the parent to a custom action? I need to develop a customization where the quantity is needed and I have to found a way to do it, possible as much "standard" as I can .Thank youRiccardo
Wouldn't this function useful?Without navigating the part details and then adding it to the workspace...
Hi,When i am going through Change management videos on YouTube , found below video "PTC Windchill PDMLink Change Process Webinar - YouTube".In this they shows a Problem Report with Dual sign functionality, as per the presenter this is not customization, its configuration.Is any one know how to enable dual sign in functionality as shown in below image ?Here is the screen print from above video.Thanks,Vivek
Hello Everyone,I am new to windchill customization. I am to write a custom page, in which i am show some questions and text area for answers, and a submit button. I am to take those question and answers and pass to server when user clicks submit button and page should get redirected to Product folder page. Till now i am able to create custom JSP page using HTML and JavaScript. i have made submit button using action tag in JSP. Can somebody guide me how i can achieve this or better way to achieve this. please refer the attachment.
windchill user password show icon
Is it possible to create an attribute on a object (CAD Doc) that when the objects iterates (check-in or revise), the previous value of the attribute will not copy forward?
We don't currently use WTParts here (back 10+ years from how things were at Alcon...) and have no current plans.I'm simplifying Windchill where possible. Would like to remove the Parts link from CAD Doc, Related Objects tab. It's a matter of finding the right block in \Windchill\codebase\config\actions\???actionmodels.xml, copying it to custom-actionmodels.xml and then removing. I can't find the file that has the related objects page definition. Tech support w/PTC pending for a few days now - the TSE hasn't yet found it either. Must be something very simple. Appreciate answers.thx
Creating a report in report management to find all object modified today and then schedule it to run on daily basis. Tried with system date function but not giving correct result.
we are trying to find out the way to register the custom data utility in processor class. could you please help in this regards
One of the most annoying things about Windchill has got to be its interface with Java.Just finished re-hosting Windchill/Intralink 10.2 M030 to a test system and would like to look at the "Vault Configuration" but something regarding Java is not working?I believe I'm running the correct non-latest version (7.0.790). I have the correct "Exception Site Lists" defined.Prior to posting I have spent hours searching for solution but nothing has worked?May I ask what are the key steps to properly get this to work?
Hi All, I'm trying for the following functionality, I'm having the EPMDocument with the some representation, I need to create Interference Detection Definition (IDD) to that representation, the IDD is the type of the WTDocument and its primary content is .pvc file of the representation. Currently I could able to create WTDocument with the type IDD without PVC attachement, becuase I didn't found the API to create PVC file against to representation. Can anyone help me with the API that will generate the PVC file fro the representation.Thanks in advanceChandraMouli Panduri
Hi, I think there would be benefit in allowing the System Name (System Tree Table) to be able to be selected for use as a filter.Currently I use a FRACAS group to collate system files from several project to run reports/graphs. However, we also wish to be able to select one of the listed system names individually without having to open the project is resides in.Adding a filter which allows you to select a system file from projects you have access to would be beneficial.cheersBernadette
How add new action for lauch wizard in this menu?
Hi,I am trying to update the WTVariance object IBA but can't see the updated values can any one help me how I can do this using codeI am using this code right nowtry{ wt.change2.WTVariance var = (wt.change2.WTVariance)primaryBusinessObject; com.ptc.core.lwc.server.LWCNormalizedObject obj = new com.ptc.core.lwc.server.LWCNormalizedObject(var , null,java.util.Locale.US, null); obj.load(att); obj.set(att,attValue); obj.apply(); //PersistenceHelper.manager.refresh(var ); PersistenceHelper.manager.refresh(var ); &n
Hello,I have a requirement of providing modify access on an IBA of CustomConfigurableMastersLink (subtype of ConfigurableMastersLink).I tried using AccessControlHelper API but got stuck in the parameters which it takes for creating new ACL.AccessControlHelper.manager.createAccessControlRule(AdminDomainRef arg0, String arg1, State arg2, WTPrincipalReference arg3, AccessPermissionSet arg4, AccessPermissionSet arg5) throws WTExceptionCan someone please guide me with the parameters. Or with some alternate solution to give ACL using API.Appreciate your help. Thank You.Regards,Manisha
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.