Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hello, I am unable to carry out the rehost process.I need to change the server name so that Windchill doesn't lose communication. Would you help me ? I've seen the PTC documentation but it didn't help, it doesn't say which parameter I have to change so that the system understands the new server name.
Hi Community, I need to check the Attachments table on launched streams.How can I find out how many files are in the table from Expression? I will check the number of files that need to be uploaded according to this quantity.For example, in the task step, the user needs to upload 3 PDFs, but he uploaded only one. How can I prevent that task from closing by having it checked?
The PDF's of the drawings are being published in Windchill completely outside the format we use in CREO drawings. The font of the letters, their size, the color, everything is outside the standard we use, and we don't know how to solve this problem.
I want to create a new FMEA Worksheet table format for new/future system files, but retain the old version for ongoing projects. The documentation I've found isn't clear if creating a new table format revision will lock the DATA in the "old" tables, or just lock the FORMAT of the old tables. Ongoing projects will need to be editable for a few years yet. I don't want to have a bunch of different date stamped table formats defined for different system files as we evolve our configuration. Any ideas?
This is a generic problem but one that I face now and then moving code changes through GIT and wanted to get your thoughts. I have some integrations where properties files store the connection information to that other database. That database will be different for Dev/Test and production so that file needs to have the right connection information. Just recently, I have changes to my security labels and am calling out a group for Agreement Managers. That org tied to that group is different in my Dev server and my production server. Obviously, this needs to be changed during deployment. As I moved toward more automated deployment methods, how based do we handle these server specific file alterations? I am considering moving many of these specific parameters to an .xconf file and out of the GIT repo. This will take some refactoring. The securityLabelsConfiguration.xml is another story. Do I just have to create a special deployment task which is to update all of these known plac
Good dayI would like to add another column in the Folders table (left pane) not the Folder Contents table (Right pane)Currently the only column is "name" and i can only sort by name.I need a description column that displays the description of the folder.See attached picture
Hi All, I am trying to create WTpart by using "Create-Object" webject. When i try to execute this, getting below exception : (wt.folder.folderResource/5) wt.folder.FolderException:Object "TOP_PARENT" must be assigned to a folder. Kindly help me to solve this. Regards, Vivek Here is my task file, ========================================= <%@page language="java"%><%@taglib uri="http://www.ptc.com/infoengine/taglib/core" prefix="ie"%><%!static final String[] PART_NAMES={"TOP_PARENT","PARENT_A","PARENT_B","PARENT_C","CHIELD_PARENT_A","CHIELD_PARENT_B","CHIELD_PARENT_C","CHIELD_PARENT_D"};%><ie:webject name="Query-Objects" type="OBJ"> <ie:param name="INSTANCE" data="$(@FORM[]supporting-adapter[*])" delim="!" valueSeparator="!" default="<%=com.infoengine.au.NamingService.getVMName()%>"/> <ie:param name="GROUP_OUT" data="product"/> <ie:param name="TYPE" data="w
When using the Windchill REST API, I am limited to receiving only 25 records by default due to the stiptoken=25 parameter. However, I want to retrieve all the data, so how can I remove the stiptoken parameter via the API? Can you assist me with this?
Hello, Is it possible to retrieve groups and roles of a deleted user? Thank you.
Hello, I have an attribute loaded for the WTChangeActivity2, and I want to map the attribute for the associated resulting objects of that change activity using Alias attribute concept. Please let me know the feasibility of doing the same. Thanks in advance. Regards, Sha
Hi all, Can you help me on how to create a custom picker which can retrive all versions of WTParts in the picker?I want to use this functionality via custom jsp page, is there any way to do this?
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.5i want to create one custom REST API to create a part in windchill actualley i have already created one rest api in swagger UI in windchill but i am getting one error as "error": "no response from server" so can you please give us some sample code for that.
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,
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.
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-
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"; }
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
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, please tell me how to open the entire Windchill project in Intellij Idea to edit and compile files?
Hi, Myself Akash,here in Promotion Request, having set object state event that contains below expression (screenshot)this expression only setting to iteration which is added as a promotion Object, below iterations are still having same previous state. need API for set state all iterations in same revision of Promotion Object.
I've found how to retrieve them (CS130100) but I cannot figure out how to save the soft attribute value on the Part Uses Occurrence. Anyone have an example? Thanks.
Hi All,I'd like to extend the length of name field for WTDocument as business wants.OOTB its 160 characters need make it 300 characters.Any reference would be appreciated.
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.1I have a custom windchill java class(contain code to fetch epmdocuments and its attributes). i m invoking this class from another class that has RemoteMethodServer RMI invoke code. All these files are deployed inside codebase location on windchill server.Now my question is,1. I want to call this java class(which has RMI invoke code) from another remote machine using a .bat script. So that I can execute custom Windchill class remotely. How can I achieve this?
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.