Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Currently after calling API from WWGM toolkit, windows is not refreshed and user need enter F5 manually.So I want capability that windows automatically refresh after calling API.Or I want new API to refresh current window because neither wwgmtkWorkspaceView:::Refresh nor wwgmtkEmbeddedBrowser::displayCustomPage() doesn't have capability to refresh current window.
Is there anyway to use an attribute in a WTPart to help determine the team involved for a Change Notice? For example the WTPart might have an attribute for component type: stamped, laser cut, machined, cast, molded, or others. We would like to use that attribute to automatically determine the team needed for the Change Notice and Change Tasks as we would have different people for each of those types.Or is there a different or better way to accomplish the same thing?-marc
I am very new to Windchill customization and this page.I am trying to add OOTB revision picker in JSP page for wizard. It can be added in new Part/Document layout page but I want to give this functionality via custom action through Wizard. Is there any way to do it?
Hello,In order to Check-In only the eligible items, could we imagine to have this information in the Workspace.It allows designer :- to know which object are eligible for Check-In.- to sort object with this information in the workspace.- avoid Check-In action if business rules are not OK.Best Regards
Hi.I need run some code in Windchill to update objects. I need start this task at specified time and rerun it in some period.So i tried to use java.util.TimerTask implementation.Some code example i used:public class MyServiceManager extends wt.services.StandardManager { private static Logger LOGGER = LogR.getLogger(MyServiceManager .class.getName()); public static MyServiceManager newMyServiceManager () throws WTException { MyServiceManager instance = new MyServiceManager (); instance.initialize(); return instance; } @Override protected synchronized void performStartupProcess() throws ManagerException { try { /*some code to init firstTime and period*/  
My DBA and I have a trial version of 11.0 specifically for the MSG-3 module. We are trying to convert a database and this is not working at all. Is there anybody knowledgeable on the conversion process or have some kind of actual documentation of this?
I need to change the format string for the soft type of operation. Where there is a formation of this attribute?
I am wanting to add a custom workflow to the right click new menu. Is there any way to that? Thanks in advance!
Hi to all,How can I customize "Approaching Deadline Notification E-Mail" ? I need to change text in red box and add "Message" text under red box.Also, I want to remove blue box.Waiting your replies.Thanks in advance.
Hello everyone,I am New to Windchill customization and i have one requirement to add pdf file to Change request object using expression robot. kindly guide.
Hi All,I am currently working on a requirement, where we have to copy certain WTDocuments from one product to another programmatically.I need an API which could do this for me. Please let me know if you have come across certain APIs.Thanks in Advance.Regards,Ganesh.
Hi.I need to invoke javascript funtion after "defineItemAttributesWizStep" is displayed.The purpose is to set number field "readOnly=true".How can i do it?Action attribute "beforeJS" does not help because field is null at that time.Thanks.
This request is for PTC to provide a process/procedure/tool for deleting files from the Windchill database. When using the user interface, the UI will often not allow a deletion request due to dependencies and references with other objects. Reference PTC Case 13271571, opened on September 1 and closed December 6th, 2016
How to remove all the link between part and CAD object linked to it using a class, taking input as part numbers and then remove all the links.. Links including owner, Image, Contributing Image and Contributing Content.Please suggest
I need to copy BOM of a particular version to the latest version with same attributes of child parts. please help.Thanks
We are a new windchill customer (one year) and wish to utilize stamps in the creoview markup tool. I wish to have all the stamps available to the entire windchill community. How can this be done?Mark
I have to set state of some wtpart to released of a particular view. currently have 2 views but while getting the latest version of a wtpart, it will retrieve the part of a particular view,for Example. xxxxxx have Design and Technological view and I want to change state of design view to released (remember both views have same version and iteration).but it always give me Technogical view as latest. Thus unable to change state of Design view. please help
Hello,I'm designing a workflow that will send out notifications at specific times post-due (i.e. 10 days late, 15 days late, etc.) and I'd like to end this workflow if the revision process for the specific WTDocument has started (i.e. AA.4 -> AB.1, so the AB revision exists in Windchill). However, within a workflow for a specific revision of a WTDocument, I'm not sure how to query for the "latest revision" of the PrimaryBusinessObject since I believe this will only return the revision of the document that initiated the workflow. Any thoughts? Perhaps I've misunderstood something very simple.Thanks!
Hi.How can i register my own ObjectFormProcessorDelegate for some windchill OOTB ObjectFormProcessor?I can't find any example in customization guide.I need to add some code to run on com.ptc.windchill.enterprise.part.forms.CreatePartAndCADDocFormProcessor.postProcess step.So i need add my ObjectFormProcessorDelegate to CreatePartAndCADDocFormProcessor.createPartProcessor.How can i do it?Thanks.
I Have Created Subtype as Try1now i want to apply OIR to this sub-type only what objectType we should give in OIR@
Hi, we have a trial version of Windchill 11.0 and need to get it up and running. When we go to create the database we are not able to due to the fact that it does not recognize the DBA's credentials. Does anybody happen to know of and tricks that we might have missed, I have read multiple articles and instruction guides on this and everything points us into different directions.
Hi,I want to know how to find CAD Documents linked to WTParts using different types of link using API's.
Hello Everybody,How to get the Get-Properties webject to retrieve the xxxxxx.verbose property from the wt.properties file?Currently, I create tasks have several System.out.println() statements that output information to the Method Server window and log. This is desirable during development, when we frequently need to debug code. However, in production this can slow the application, waste disk space, and make the logs less readable. Instead of deleting the output statements entirely, it would be nice if it could be switched on and off using a wt.properties entry. How i can enhance the task to only execute the System.out.println() statements if the wt.properties entry xxxx.verbose is set to true.
Hi,I am trying to retrieve BaselinedPlan object using the OOTB api but when I try to get object it throws me class case exception. can any one tell me which API i can use to retrieve BaselinedPlancode using:PlanActivity pa = getPlanActivity(activityName, proj); // get PlanActivity ObjectReference objRef = wt.fc.ObjectReference.newObjectReference(pa); com.ptc.projectmanagement.plan.baseline.BaselineHelper.service.getActiveBaseline(objRef);Error Message : Caused by: java.lang.ClassCastException: com.ptc.projectmanagement.plan.baseline.BaselinedPlanActivity cannot be cast to com.ptc.projectmanagement.plan.baseline.BaselinedPlan
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.