Windchill
Recently active
Hello, I am trying to execute a jasper report from a document object's actions menu. However, it is failing. The infoengine url works and the jsp also is able to call the jasper report. But, it doesnt generate the final report on the UI. I am sharing the logs below. Kindly provide any suggestions on how to resolve this. Thanks,
Consider the following hypothetical: you have a department who have been working in their own library area for many years but have always had a very poorly configured library environment, some basic policy rules set up for manager (full control) vs non manager (Read access) and one custom wtdocument subtype. You have recently noticed that the worst possible practice has then been historically followed for document management in this area:Creating new documents representing new Issues (noting the issue in the name)Setting old issues of documents to the 'Canceled' statenon-managers, guests only have visibility of Released wtobjectsnot always using the designated wtdocument subtype (using basic WTDocument at random times)this is due to Full Control for WTObject in all states rather than any sensible policy rulesdefault wtdocument numbering has been used, therefore using up many numbers in a meaningless manner. The department also has an offline autonumber system used to determine nex
I want to create a report template inside windchill to get the person name on which ECR task is currently assigned to(task is pending to complete) and the task name. Can you please suggest how to create the report template for it inside windchill 11.1.
How can I customize below two functionality and I should be able to send email to users which i want (Able to select hardcoded recipient in UI or can be able to add manually if user is not available in hardcoded list).1) Multi-level BOM report2)Multi-level Component list report For Above two requirement kindly find attachement. Thank you in advance for your comment/suggestion/reply.
Is there an API between PTC's Windchill PLM and ERP systems to transfer product, material and production planning or completed data information from PLM to ERP Decryption?
Hello gurus, I can not find a solution for specific GWT table refresh after the Wizard is completed. The FormResult is defined in my own Processor that works perfectly. I attached video where the refresh is not done and I'm looking for a solution how to do so same as check-in operation does. (view in My Videos) I need to refresh the gwt table but I can not find solution. I use following article but it does not work as I expect. FormResult.setNextAction() - CS122493 //(FormResult) result.createAndAddDynamicRefreshInfo(latestWTP, oldWTP, NmCommandBean.DYNAMIC_UPD); FormResult.setNextAction() also does not work as I would like or I didn't find correct javascript function to do so. Any suggestion? PetrH
I have created a new submodel under "New" menu and want to give it a display label.Written a resource bundle class like this:-package actionFramework; import wt.util.resource.*; @RBUUID("actionFramework.CustomAction")public class CustomAction extends WTListResourceBundle { @RBEntry("Custom Third Level")public static final String PRIVATE_CONSTANT_1 = "object.custom_third_level.description"; } objecty.custom_third_level.description:- Can you tell from where does it fetch the value of description..so that that value appears as label in an action model..?Do I need to define that somewhere? My label looks empty-
Hello! I have one big problem.I use CREO and Windchill.When I create a new object in CREO (assembly/drawing/part) I give it a name and number. After check in, I see these parameters on the Windchill server. But if I change CAD number and name in CREO again and after this make check in - the old number and old name is still in the Windchill, but the version is being updated.As a result, I have to rename objects in the Windchill, in browser every timePlease help) Сreo 5.0.4.0, Windchill 10
Hi, I am unable to see label when I create one action in Parts details page.Action is there, it is clickable and the link opens. But can not see the label name. I created CustomAction.java file in actionFramework packagepackage actionFramework; import wt.util.resource.*; @RBUUID("actionFramework.CustomAction")public class CustomAction extends WTListResourceBundle { @RBEntry("Open In Google")public static final String Google_Des = "custom.openInGoogle.description"; }
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS16unable to upload CAD model.The error message says, name has an upper limit of 200 characters.
Hi All I want to configure a Custom Data Utility to populate the value for an attribute that will be displayed as a column in a Table View.I tried the getDataValue() and getPlainDataValue() methods of DefaultDataUtility and AttributesTableDataUtility but they are not getting triggered when the Table View with the Attribute column is rendered. It works only when the attribute is placed in a Layout.Any suggestion on how to achieve the requirement?@HelesicPetr
Curious how to make this assignable?
Here's an odd one. We just upgraded from Windchill 11.0 to 12.1 and one of the custom reports is not working. After some investigating, it appears that the report only works using the default XSL file "templates\reports\xslfo.xsl" for the custom URL. Changing the name to anything else results in a report not loading correctly. Anyone know what is causing this? I currently have a support ticket open, but progress seems to be very slow.
Hello Community, I came across the Equivalence Occurrence Link while I was reading about Equivalence Link. I see in many places, it has mentioned that its a link between part paths. Could anybody give a better explanation on what this link does and its purpose as I struggle to understand it? TIA.HS
Hi Guys,I am looking for WT Parts that will be created and loaded from Excel. This is one I tested individually, and it works.[ If i add this it's not work: <csvlifecycle>vtc</csvlifecycle> <!-- Added: Life Cycle Template --> | <csvcontext>Testing Purpose</csvcontext> <!-- Added: Context --> | <csvlocation>/Testing Purpose/2. WT Parts</csvlocation> <!-- Added: Location -->] <?xml version="1.0" ?><!DOCTYPE NmLoader SYSTEM "standardX20.dtd"><NmLoader><csvBeginCreateOrUpdateWTPart handler="wt.part.LoadPart.beginCreateOrUpdateWTPart" ><csvpartName>Demo_load_part</csvpartName><csvpartNumber>0000000101</csvpartNumber><csvtype>separable</csvtype><csvgenericType></csvgenericType><csvcollapsible></csvcollapsible><csvlogicbasePath></csvlogicbasePath><csvsource>make</csvsource><csvfolder>/Default</csvfo
Hi Everyone,I need your help to explore more on Project Management.Which i know that Project Management to controlled by the project manager to give the task individually - activity, resource, deliverable, milestone, tracking the activity & status. Route - set a workflow for the approver and reviewer. (Manually)Question 1: I want to know, that whatever I create in the project management folder I want to maintain it in a single product context.Question 2: How we can create an activity for the whole assembly in project management? for example1. Design department - I have 1000 components in a single assembly, each component created by a different designer.The task goes to the designer individual.1.2 All the task is completed, and everyone is to deliver the component. That task going to the same designer again.2. After that one designer assembles all the components.Here I control the task used by predessocers. without all the designer can finish this person can't start.3. One
There is quite a lot of information about setting up OIRs and preferences to control the first-time naming and numbering of CAD files and their CAD documents in PDMLink, but there is nothing similar to control how Rename works (only the option to remove Rename permissions).The fundamental problem with this, in our opinion, is that the original filename used for a 'new' CAD file is not necessariliy the one you want to use when it is first checked in - so a rename is needed in the Workspace, and the user has to deal with CAD Doc Name & Number manually. What means are there, if any, to control Rename behaviour on new files & documents in a Workspace ?Like many other long-term Intralink v3.4 users, we are accostomed to allowing our users to start work on new CAD files and save them in their Workspaces, whilst they develop the initial geometry and decide what to use as the most appropriate 'Desciption/Tilte' - which is stored in a text string parameter/attribute/file-property. Once
I have a situation where i want to compare my current modified Wt Part Strucuture with an historic as released version. The prombel is that it shows also current as released models that are released between the history version and my current to release version. Example:I have a Assembly released as follows: Assembly(A.1 - Released) |-Sub1(A.1 - Released) | |-Part2(A.1 - Released) | |-Part3(A.1 - Released) | |-Part4(A.1 - Released) |-Sub2(A.1 - Released) | |-Part5(A.1 - Released) |-Part1(A.1 - Released) I have modified the Assembly with as result. Notice that Sub1 is already released for whatever reason Assembly(B.3 - InWork) |-Sub1(B.2 - Released) | |-Part2(A.1 - Released) | |-Part6(A.1 - Released) | |-Part4(A.1 - Released) |-Sub2(B.2 - InWork) | |-Part5(A.1 - Released) | |-Part7(A.1 - InWork) |-Part1(B.4 - InWork) |-Part8(A.1 - InWork) If i want to compare the part structures t
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS19 How to establish a mapping relationship between sales options and design options in the system? What is the best practice?----------------------------------------------------Translated the text from Simplified Chinese to English using google translateSubject - 销售选配和设计选配Body: 销售选配和设计选配之间,如何在系统中建立映射关系?最佳实践方式是什么? - By community Moderation Team----------------------------------------------------
Hello, please tell me how to open the entire Windchill project in Intellij Idea to edit and compile files?
Only one sentence in Windchil Help about Technical Data Packages.Anybody know what the differences are, why seperate type and not subtype?RegardsDarren
What is the major difference in windchill between a Package and Techincal Data Package ? Why these are two different subtypes and not the subtype of a single type?
Hello, We have a system that has so far used Assigned Expression, we are exploring the functionality of Independent Expressions and can we make use of the same. As I understand, once the system is made ready for Independent Exp, all defined expression will also be converted into Independent Exp. I wanted to understand the impact of doing it and when should we think about doing the conversion. TIA.HS
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.