Windchill
Recently active
I have one wizard page which i have to block for specific type (EPMDoc-Asm & EPMDoc-Prt). Action.xml updated with onClick = callJS function:<objecttype name="pacwizard" class="" resourceBundle="com.pac.agile.ui.resource.NavigationRB"> <action name="pushBOMWizard"> <command windowType="popup" class="XXXXX" method="execute" url="netmarkets/jsp/XX/XXPushBOMWizard.jsp" onclick="callJS"/> </action> <action name="show_mvc_content_bom"> <component windowType="wizard_step" name="com.pac.agile.bom"/> </action> <action name="show_jsp_content_bom" preloadWizardPage="false"> <command windowType="wizard_step" url="netmarkets/jsp/pac/pacShowJspContent.jsp"/> </action> </objecttype>Function details netmarkets\javascript\util\cutom.jsfunction callJS(){//JS Logic to block the above mentioned type}Also I want to refresh the Whole wizard Step on clicking an wizard action butto
Currently IBA string length blocked to 500. Is there any way to increase it to 4000.
Hi..I am using WGM 10.2 M030 CPS22 & Autodesk Inventor 2012.And below is my setting :PTC_WFS_ROOT : d:\wgm_work\wfsWindchill File System Path : d:\wgm_work\wfs\windchillI can't open Inventor from WGM.Because when I try to open a Inventor in WGM, It's downloaded the file under PTC_WFS_ROOT/.wfs/Windchill Domain/WorkspaceName.And Inventor tried to open the file in the workspace under Windchill File System Path.That is the download folder and open folder are not same.How to open Inventor form WGM ?I need yours help..Thanks,Kim, Joon O
I have been working on custom UI screens, and the requirement from my global engineering community is to reduce the number of TABS in the InfoPage for each object type.So far I have been able to remove the following:--"Traceability TAB" by changing the user preferences "show traceability tab" to "NO"For the other tabs I used CS56580 as a guide:--For "Documents", I have removed the "Structure, Content, Related Objects, Changes, History, Traceability and Relationship Explorer TABs, by adding the "docInfoPageTabSet" code copied from the DocumentsManagement-actionmodel.xml into the Custom-actionmodels.xml file and removing the afore mentioned tabs.-For "Parts", I have removed the "Structure, Content, Related Objects, Changes, History, Where used and Relationship Explorer TABs, by adding the "partInfoPageTabSet" code copied from the PartClient-actionmodel.xml into the Custom-actionmodels.xml file and removing the afore mentioned tabs.I cannot find how to do the same for Creo parts, assembli
Is there a way to search and return all parts that have that effectivity?
Hello Guys,In PTC windchill i got, two different dates are being shown as 'Created On' and 'Last Modified' as shown in below Screen shot attached.When i export the part, i found only one date called 'Created On' in my exported file. but i want both the dates within same file.How do i get it? Please help me to get it.
User's just want to be respected. As admins, we never get respected by users so we are forced to turn to PTC for respect. For the love of St. Pete, can we have some control over how our pages and reports render? I followed the customization guide and built my own custom TableBuilder that renders fairly well. API will allow you to call your own data utilities, control sorting, header name and even default widths (kind of). Its not really clear how this all works and what you get at the end.My top gripes:Have a simple option to eliminate table scrollbars. If I am trying to print the page, having data cut of on scrollbars make it useless.The same goes for ... Render the whole cell value, no truncation.Column Widths, user can adjust them but defaults should be adhered to. Pack to smallest width, wrap if possible, allow admin to set values if lengths are known. Go back to defaults on page refresh.
Hi All,I'm trying to Update my existing BOM by using importable spreadsheet, however import got successful by using "Update Only" option but creating duplicate usage items in BOM Structure. Can anyone can provide solution to avoid duplicate usage items and need to update only changes?Thanks,Srini
duplicate names, to my knowledge we shouldn’t have, might be chances of causing problem when we classify the parts. Please advice.
Hi all,I have created a custom action in quick links and provided location match in apache configuration file and mapped servlet in web.xml file. I have a JAR file that i compiled on windows machine. Since it is an OOTB requirement I have placed it in codebase/WEB-INF/lib folder. Now I have to test it on client test server which is a linux machine. Action model and action is being displayed and performing required action but my main logic is in JAR file. Issue I am facing is mapped link is not able to access the class file and process to perform properly. I have changed the user group, ownership and file permissions but still it is not able to enter into JAR file. Should I make any changes to manifest file? or how to proceed with this?I am stuck at this point from a long time. It will be of great help if anybody could guide me through this.
HI Guys,I am using Windchill software as input for my PLM project and for that i want BOM (Bill of Material) revision date to display.But currently i am not getting it from the data object collection from Windchill itself. Than how to get it manually, have you any idea regarding that?Thanks
Hello gurus !!!PTC provide a Workgroup CAD manager for Solidworks but I have never used it, implemented it, nor have been given any datasheets.I am expecting some limitations vs Creo Integration, however, while my company could be migrating to Windchill, it is unlikely we move from SW to Creo (not that I would mind )Instead of getting the list of all the functionalities that works, I was wondering if I could find out what sucks with the SolidWorks Workgroup CAD Manager.eg, I love in Creo the fact you access the workspace (and even more) via the embedded webbrowser. How does that work with SW ? Is there a workspace at all for instance ?Are all the SW features recognized in PDMLink. (imagine if you could create family table in Creo but once in PDMLink you would only see the generic !!!)Thanks for any tips and for the gurus who are using this Workgroup CAD manager.Best regards
I do have following UI setup in place for client requirement Wizard -> Table1, Table3Table3 has a action toolbar with action as Validate, publish and Show attribute.On Validate action invoke, I want to pass all table row details to do further process on doOperation method.Please suggest if it can be done with some settings or through some java program.
I have following UI setup at my end Wizard -> Table1,Table2,Table3. Table3 has selectatble row element and action like validate, publish and show attributes.I am populating all row element though buildComponent data by getting bom details of WT Part.e.g.Arraylist<Hashmap<String, Object>> localArraylist;HahsMap<String, Object> localHahsMap;WTPart partentPart = WtStucutreHelper,service.getUses()while(childpart){ Traversing all bom and childdetails. putting back in hashmap}Validate action (doOperation) returning the select id from the wizard - Table3.Arraylist<NmOIdList> nmIDList = NmCommandbean.getActionIDwithWizard();for(nmidList){ String selected ID = nmOid <Again need to traverse the details back over here to process further>}So is there any way through which I can all select row details apart from selected OID in NMCommandBean.
I have taken a backup from SQL server 2008 R2 and restored it in SQL server 2014. Now the database collation is SQL_Latin1_General_CP1_CS_AS. I have to change the collation to Latin1_General_100_CS_AS_SC. When I run the collation conversion utility, it prompted to enter the details like destination host name, instance name, db admin user name, db user name, default db and application name. When I enter all the details and hit the enter button, the window closed. Nothing happening. Please give me a solution as soon as possible.
We have configured and customised Windchill PDMLink to show some of the CAD Document information on native MCAD drawings created with Creo Parametric and SolidWorks, by using a combination of implicit mapping of Attributes and customised copies of the "download delegate" and the Promotion workflows. At the end of the workflows, the Lifecycle state changes and the drawings get re-published by WVS and the cadworkers, to make new PDFs showing the latest version, Lifecycle state, etc. Hence both the native CAD drawings and the PDF viewable copies show exactly the same information in the drawing title block.The same behaviour is not possible for ECAD applications, such as Creo Schematic or PCBCAD tools from eg. Mentor Graphics, because they have a set of native files that get ZIPed up to make the ECAD Document primary attachments, and the viewables are (typically) made on the client-side automatically during the check-in process. Hence there is no mechanism for sharing Att
Hi everyone,If a part(not a standard part) is used in multiple assemblies if we want revise the part then the related assemblies are to be revised.when we revise that part i am not getting the option in collect objects where the object is used.if that part is revised i want revise the assembly also.i had kept some screen shots for info.Who can i do this?ThanksNeel
We use Technical Data Packages (TDP) in Windchill to collect all the required information about a part into one revision controlled object that we approve for a purpose, i.e. as a purchase specification to send to a supplier. We would like to use ESI to publish the TDP to SAP and link it as a document, so that procurement can pull this into the SAP Purchasing Object (RFQ/PR/PO), and the supplier and receiving inspection, etc. are all on the same page about the relevant specs for the order. However, ESI does not, as far as I can tell, have the ability to publish a TDP based on their links to a part (e.g. to originally selected objects, i.e. the part we're publishing). Has anyone implemented similar functionality, and if so, how did you go about it?We're considering putting a robot on the TDP approval routing that will create/revise a document that we can link to the part or enterprise data. This document would have the same number and revision as the TDP with URL
Is it possible to reset team recursively on all contents in sub-folders?
In Windchill version 11, it is posible to define the Revision when you create a new document but it is not when you select the option New Multiple Documents.Several users have asked us for having it.
A duration of more than 2 hours using an up to date computer is rather too Long for me
We have a custom printing script to generate PDFs witha particularlayer shownon our drawings and I would like to have the CAD worker automatically run this on checkin or state changes. Can someone point me in a direction to read up on configuring the CAD worker?TIA,Mark Bohannon
I am trying to find the WT parts associated with a change notice in the Oracle database.I created a change notice and 1 task (1 record each in WTChangeOrder/Master and WTChangeActivity/Master). There are 2 WTPart records that are linked to this task. In what table(s) are these stored? I have looked in STRUCTUREDANNOTATIONSET and SUPPORTINGDATAFOR but the records are not there. (one table has no records whatsoever; the other has none modified in the last 2 months.)
I am trying to generate a report in QueryBuilder (10.2) that will list all of the Implementation Plan tasks of a CN (just like the Imp Plan tab) and I would like to show the Sequence number. I thought I had it figured out when I found wt.change2.changeplanning.ChangePlan.Sequence but that is not it. (all results are zeros) Then I found wt.change2.changeplanning.ChangePlanActivity.Sequence, but that doesn't appear to be it either, although looking at the raw tables, there appear to be valid sequence numbers there, just not for my activities.Does anyone have any idea how to extract that data in QueryBuilder?Thanks,John
How do you load data from database one page at a time using Windchill JCA? We have a custom JCA application that loads data from a database into a web page. When it gets to 2000 rows it throws the warning error row limit has been reach. When I try to hit the Next button the table goes blank. When I press previous the table goes blank again. How can I load a table one page at a time to avoid reaching the max rows? Does anyone have any examples?
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.