Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.0.2Windchill13 UI上部添加定制图片,详细见附件Lenovo windchill 12定制的图片。附件中包含windchill13仿照12更新CSS文件和图片
WGM is not supporting Autodesk Naviworks tool. I am interested to know if any customer successfully implemented any custom solution from third parties to integrate Naviworks with Windchill?
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2How to convert the following in the securityLabelDownloadAckResource.rbInfo to securityLabelDownloadAckResource.java?The rbInfo contains the followings:TEST1_ONLY_DownloadAck.value=I have read and agree to the terms of the state export license.TEST1_ONLY_DownloadAck.comment=State export license user acknowledgementTRUE_DownloadAck.value=I have read and agree to the terms of the state export license.TRUE_DownloadAck.comment=State export license user acknowledgementdownloadAckMessageKey.value=TRUE_DownloadAck
Version: Windchill 12.0 Use Case: To get a Downloadable URL for the Document's in Windchill Description: There is a Use Case to download the Documents from the Windchill to Thingworx, I am trying to find a WRS API for it, but I couldn't find one. Is there any WRS API, present?Thanks,
Version: Windchill 12.1 Use Case: In Promotion Request workflow, check if any of the promotables are WTDocuments with URLData as primary content. If yes, send a notification to a specific groupDescription: In a promotion request workflow, I'm trying to check if any of the promotables are WTDocuments with URLData as primary content and if so, send a notification to a certain group. The only method I've found to possibly allow me to do this is getURLData, which returns a Vector. Below is the code I've tried in a Conditional node in the workflow. Testing by promoting a Document that's content is a URL, it returned result = NO wt.maturity.PromotionNotice pn = (wt.maturity.PromotionNotice) primaryBusinessObject; wt.fc.QueryResult queryResult = wt.maturity.MaturityHelper.service.getPromotionSeeds(pn); boolean isUrl = false; while (queryResult.hasMoreElements()) { Object obj = queryResult.nextElement(); if (obj instanceof wt.doc.WTDocument
This is view More Attributes Info Page Layout on a WTPart.Can the attribute title be displayed in single line? without wrapping to next line."Package Description" as two continuous words?
Version: Windchill 12.1 Use Case: get rid of scrollbars in text areaDescription: This is a String attribute of limit up to 500 characters on a WTPart.this field has to be editable, so do not want to make it read-only. Can we get rid of the scrollbar?
Version: Windchill 12.1 Use Case: I need to customize the order of which tabs are displayed on the Part. In my case, Custom-ActionModels.xml I only have the structure tab, because, when I create a sub-type(like TestPart), I want it to start from a clean layout, nothing else except Structure tab should be there but I do not mention the 'Details' tab in the xml, and create in in UI using customize option, the Structure tab is always coming first. I am able to drag and reorder but that order will not be the same for all users. How can I get the Details tab first, without having it in the xml?Description: I need to customize the order of which tabs are displayed on the Part.In my case, Custom-ActionModels.xml I only have the structure tab, because, when I create a sub-type(like TestPart), I want it to start from a clean layout, nothing else except Structure tab should be therebut I do not mention the 'Details' tab in the xml, and create in in UI using customize option, the Structure t
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2The class StructuredAnnotationSet is depricated. Is there a replacement class? We only have 1 row of the data in the StructuredAnnotationSet db table, but if we start using annotations after WC 13, what table will they be stored in.
How can update Product container Templates by Load from file without using Windchill UI?any Windchill shell query? or DB query?
Version: Windchill 12.0 Use Case: user need not see the action of createPDF for WtDocuments which are inside one specific folder. user did not able to perform the action. that action was enabled by DefaultUIComponentValidator.Description: one of the subfolders, we used for storing all approved documents and Restricted documents. if this action enabled, it allows all users to recreate the PDF without stamps that may cause data changes that to for wt documents.user need not see the action of createPDF for WtDocuments which are inside one specific folder. user did not able to perform the action. that action was enabled by DefaultUIComponentValidator.i already created validator but it is not working. i cannot be able to see the logs in method server.Here is the class example:private UIValidationResultSet validateMenuEntry(UIValidationKey vkey, UIValidationCriteria vcriteria, Locale locale) throws WTException {UIValidationResultSet vrs = UIValidationResultSet.newInstance();WTReference
Hi Guys, Does anyone have experience will automatic population of the Line Number automatically or what should be updated or customized to reach this? Alex
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.2Please include khushbu.vijayvargiya@hcltech.com , satishkumar.krish@hcltech.com , gokul.duraisamy@hcltech.com in the mail communication.We are using OOTB Rest call of Documenet Domain "GetDocStructure" and we are using expand query "Structure($expand=Document($select=ID,Name,Number,Version,Description,State,TypeIcon,FolderLocation);$levels=2),Document($select=ID,Name,Number,Version,Description,State,TypeIcon,FolderLocation)" to fetch the require details.but we are getting issue in this service as it is not giving us the result in same order of document what we see in windchill. In every hit it change the order of child document hence it is causing the issue for user to view as same in windchill.
Dear all,the requests to the OOTB and Custom OData Rest Endpoints are executed per default in the MethodServer context. We would like to implement a Custom Odata Rest Endpoint which should be executed in the Background Method Server Context, due to the concerns regarding the performance. Is there a way to configure \ customize the Odata Rest Endpoints such that they can be executed in the Background Method Server context? We have a Cluster Configuration with Dedicated Cluster Master and LoadBalancer Hardware. Thanks in advance.
As per the title, how do you update string iba values without iterating. I know this is possible but cant seem to find the code to do so at the moment.
Hi there, I want to display a "released by" information on my drawing.I created an alias attribute with this mapping: roleBObject@wt.maturity.PromotionTarget~roleAObject^wt.maturity.PromotionNotice~primaryBusinessObject@wt.workflow.work.WorkItem~theWorkItemReference@wt.workflow.engine.WfVotingEventAudit~userRef^wt.org.WTPrincipal~name=name@wt.org.WTUser~fullName The attribute works great so far and lists all User's Full Names, which were involved in the process. The attribute should be shown as parameter "released_by_alias".But in Creo no such parameter is listed. What am I missing?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.5How to get the API JSON files for the Project (Create, Update, and Delete actions) & Task Management (task update and completion action)Here are the errors that I facedHow to get the API JSON files for the Project (Create, Update, and Delete actions) & Task Management (task update and completion action)
Version: Windchill 12.1 Use Case: need to trigger/initiate a workflow based on a custom action event.Description: I have a scenario wherein we need to trigger a workflow upon an action click and inturn that needs to get assigned to the initiator. need help.
I want to recall the table builder on button click in jsp page. how can i do in windchill 12.1
Can you please describe the steps to run Windchill REST API with Power BI.
Version: Windchill 11.2 Use Case: In the Create New Document Wizard, the values in Combobox2 should dynamically change based on the selection in Combobox1.Description: Hi there,I want to implement a dynamic selection for an Azure-Windchill integration project.I’ve written and tested two different functions, both of which are working:Function - func1: Retrieve repository names from Azure. Function - func2: Take a repository name as a parameter and retrieve folder names from the first two levels within that repository.There is no issue with the functions; both work successfully when I manually input a repository name.When the user starts the Wizard by selecting “New Document,” there are two different comboboxes in the opened window.Combobox1 holds a list of repository addresses.Combobox2 should hold the folder names within the repository based on the "selected" repository attribute value in Combobox1.I can dynamically retrieve the values for Combobox1 with a data utility as soo
Version: Windchill 12.1 Use Case: I want to add a menu item for the icon added to the browse and display a dialog to load CSV. Description: I don't know what class to create and which class to modify. Reproduction steps: Create the following Java code and place the class file on the server. Image (26).png Add an action to the following XML file. Image (25).png It will be added to the browse menu as shown below, and when you click it, something like a table will be displayed. Image (23).png ---------------------------------------------------------------------------- Translated the topic from Japanese to English using Google translate Subject - CSVを読み込むダイアログを表示させたい Body - Version: Windchill 12.1 Use Case: ブラウズに追加したアイコンのメニュー項目を追加し、CSVを読み込むダイアログを表示できるようにしたい Description: どんなクラスを作って、どこのクラスをいじればいいか分からない。 再現手順 以下のJavaコードを作成し、クラスファイルをサーバに配置 画像 (26).png 以下のXMLファイルにアクションを追加 画像 (25).png 以下のようにブラウズのメニューに追加され、クリックするとテーブルのようなものが表示される
Version: Windchill 12.1 Use Case: I have one action on Details page action set of part and on click of that action I am creating one excel file with few custom data in windchill temp location. Now requirement is it should get downloaded on client UI on click of that custom action. So need help with line of code to download created file from particular location.Description: I have one action on Details page action set of part and on click of that action I am creating one excel file with few custom data in windchill temp location.Now requirement is it should get downloaded on client UI on click of that custom action.So need help with line of code to download created file from particular location.
Is there way to get all WTDocument of specific type in windchill through code.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.18I created a banner that has hyperlinks in it. One link needs to open the classification explorer. Is there a way to add a link so that it opens when clicked?
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.