Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hello friendsI am currently working on one functionality for change management, where I have one attribute in ECR which have multiple values but when I try to populate it on ECN it comes in same text field can any help me where I can show the multi values in multi text fields
Can i get a list of all depricated API for windchill 11 with their replaceable.Thanks
Hi All,I want to Reuse existing OOTB Rename functionality under an new name like, My Rename, where and in which files i have to do modifications ?Any help.Regards,Vivek
how to customize product table view.
Hello All,Can somebody guide me, how i can make immutable check boxes in select participant step of promotion request as changeable. so that when user creates promotion request, roles should be selected automatically but he should be able to uncheck users/group which are not required.Thanks
HelloCan somebody guide me, how I can access table cells using javascript in multipart creation wizard. I have tried getElementById(), but it's getting failed.
Through Windchill code I would Like to retrieve all child Item of a given Part/Assembly and later put it into excel file and save it to a particular location. Please guide me how to do this
Hi All,I have created a Custom Action link, which triggered an jsp page.This custom Action is made available on Right Click actions and Details page action of an object.now i want to get the selected object details like name, number on .jsp page. how i can achieve this.i have tried "NmCommandBean".Please let me know if you have any information on this.Regards,Vivek
What are severe entries.?Thanks
Hi all,One of our costumers wants to have a certain structure of table in the home page of windchil (see attached image). Is it posible to export the public tab or the tables structure so that we can import it later on another server?Alex
Hello, we are running windchill 6.2.6 on HP Unix 11 & oracle 9 and looking to upgrade the OS and oracle version to the possible upward compatible versions, can anyone suggest what could be the possible latest OS & oracle I can move on to continue running windchill 6.2.6. I am looing for some reference who already tried and currently running this old server or have suggestions from their experience. Thanks in advance!!!
We've gone through a re-brand on our Windchill database to fit in with the culture here at DIRTT. Everything from apache to the graphics. However there is one area that completely eludes me. I cannot figure out how to modify the "PTC Windchill" ribbon Tab in Autocad. And possibly the "Open from Windchill" button in the open/save area.We've explored the wgm toolkit but that seems like its for writing our own integrations. So now I'm at a point trying to figure out if trying to modify the ac2014adapter_clnt.dll file before the install is the key. However it is a dll file and is compiled already... Has anyone had any experience with this type of modification who may be able to offer some guidance?
Hey, all! We're trying to complete a workflow task. When using it against a Routing-based workflow, no worries. When used against a Transition-based workflow, the task completes but doesn't move to the next workflow step. Workflow is still running. Code: ReferenceFactory refFactory = new ReferenceFactory(); WTReference workitemref = refFactory.getReference(obidIn); WorkItem curWorkItem = (WorkItem)workitemref.getObject(); WfAssignedActivity wfAssgAct = (WfAssignedActivity)curWorkItem.getSource().getObject(); ProcessData data = wfAssgAct.getContect(); WfVariable[] list = data.getVariableList(); String associagedOID = (String)list[1].getValueObject(); WTReference wtref = refFactory.getReference(associatedOID); Object workable = wtref.getObject(); Vector results = new Vector(); results.add("Complete"); wfAssgAct.complete(results); Thoughts?
Hello,I need to change Problem Report Notification text as you see below printscreen ? Where is the location of related xml or java etc file ?Thanks in advance
Need to pull a few reports containing the number of files of each type .dwg .asm .gp4 for example... and the amount of space these files/total of each type currently consume. Trying to plan for integration of other data from acquisitions and future expansion and need these numbers and info to calculate this...running under Windchill 10.2 M040.Thanks!Tim
Please make com.ptc.core.richtext.HTMLText type available for use in user defined attributes in PDMLink, version 10 onward.
package ext.training;import ext.generic.util.IBAUtility;import wt.fc.PersistenceHelper;import wt.fc.QueryResult;import wt.projmgmt.admin.Project2;import wt.query.QueryException;import wt.query.QuerySpec;public class ModifyProjectAtt { public static void modifyPrtAtt() throws Exception{ try { QuerySpec qs = new QuerySpec(Project2.class); QueryResult rs = PersistenceHelper.manager.find(qs); while (rs.hasMoreElements()) { Project2 proj= (Project2) rs.nextElement(); IBAUtility iba = new IBAUtility(proj); String prdType = iba.getIBAValue("PRODUCTDEVELOPTYPE");//產品種類 if(prdType == null || prdType.trim().equals("")){} else{ if(prdType.indexOf("類")>-1){ }else{ String corType = prdType+"類"; iba.setIBAValue("PRODUCTDEVELOPTYPE", corType);//設定新的Type名稱 iba.updateAttributeContainer(proj);//更新project iba.updateIBAHolder(proj); } } } } catch (QueryException e) { // TO
Currently, when you delegate your tasks for a specific period of time and there are any tasks that were not completed within that timeframe, they sit until the delegate completes them or reassigns them back to the original owner.It would be nice if the system would automatically switch the uncompleted task(s) back to the original owner upon their return and the end of the specified timeframe.
- In Mentor Graphics xDxDesigner and xPCB Layout we have concurrent designing functionality which allows multiple users to work on the design simultaneously. However the Windchill Workgroup Manager for ECAD which is integrated with Mentor Graphics does not support concurrent designing. Only one user is allowed to check out and work on the design which does not meet the real world scenario. WGM with support for concurrent designing would be of real benefit as it improves productivity and would meet the needs of the ECAD engineers.
Hi Experts,I need to fetch the childNodes in classification. Is there any API to get childNodes in classification?Thanks in Advance.
Hello,is there a way to make a part's attributes not to be editable in release state, but the "Described by Documents" to be still editable?The desired scenario is: the part goes through the release process and will be locked for modifying with one exception: in the table "Described By Documents" the user with a specific role should be able to add Released documents. The "modify" ACL is not good in this case because it will give attribute edit permission also. Is there a way in Java code to bypass the ACL?BR,Tamás
I think is usefull if when compare a CAD structure with a WTPart Structure show the visualizaer tab, like when you compare two WT_Parts sctructure.In this example is when compare two WT_Parts:
can we add additional columns of our attributes in the product structure explorer of MPMlink to edit bill of material.?
Hi all,I want to generate custom activities from Windchill tasks page(For Windchill 10.2 M030). I'm new to customization. Please provide your valuable ideas.Regards,Chaitanya
Is there anyone who has an example of code or webject to create an MBOM from an EBOM or a part?Thanks,/Gustav
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.