Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hi Team,I'm trying to edit create and modify date on WTPart as the years a showing incorrect.We cannot use the update query in DB as it doesn't fit in the guardrails of deployments.Just happen to find the PersistenceServerHelper which implements server side methods.Has anybody done this n past ?Any reference will be appreciated. Regards,D
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2How to modify the WT Part Name Across Windchill Applications.
Hello, Reference of topic Even though this setting is on, this value is not visible at all. Is there anything else we should check? We called PTC support. We did not get a response from there either.
Hello Everyone, How to change color of custom tab (red instead of green) on DCN information page based on some conditionse.g. if DCN is not released and there are objects in custom dependent object table in that tab.
Version: Windchill 12.1 Use Case: i have the string attribute called "Cappio" it has update based on the classification attribute value. step 1: I created the Classification tree, in the Bolt node i created the attribute "M" it having the enumeration list. Step 2: i need to retrieve the attribute value, update in the "Cappio" attribute using Persistable AdapterDescription: # I am getting the default value of the attribute, but i don't want the default value i need the value that is stored in the attribute public static String getEnumerationItemDisValue(String Nodeview, String accoppiamento) throws WTException {String displayValue = null;boolean enforce = SessionServerHelper.manager.setAccessEnforced(false);QuerySpec qs = new QuerySpec();int enumerentry = qs.appendClassList(LWCEnumerationEntry.class, true);int enumvalue = qs.appendClassList(LWCLocalizablePropertyValue.class, true);int enumlink = qs.appendClassList(LWCEnumerationEntryLink.class, false);int enumpv = qs.app
Version: Windchill 13.0 Hi everyone, I found a reference in the ptc support explaining that it’s possible to retrieve Primary End Items in Windchill using REST API by filtering on WCTYPE|wt.pdmlink.PDMLinkProduct as typeId and selecting productReference. However, I’m not sure what the exact endpoint is to call in order to retrieve this data.Link: https://www.ptc.com/en/support/article/CS271349Could someone please share a concrete example of the full REST endpoint (including base path and entity name), ideally with $select or $expand usage if applicable? Thanks in advance for your help!Description: Retrieve Primary End Item via REST API
Windchill 12.0.2.13Tried approach:1. I have a custom workflow in which, through an expression, I obtain the attribute(of primary business object) that holds user value. For this user, the reporting manager(type: WTUser) is retrieved from the AD. 2. A workflow variable 'supervisor' of type WTUser is created and the WTUser value obtained in step-1 is assigned.3. In the workflow activity(Participants tab --> Variables section), the 'supervisor' variable is defined as 'Assignee'. Expectation: Task, if generated successfully, should be assigned to the 'supervisor' user. However, on the task page, the variable appears as a dropdown and the task is assigned to the admin. Workflow expression robot to assign Supervisor value:try {wt.doc.WTDocument doc = (wt.doc.WTDocument) primaryBusinessObject;ext.tools.iba.IBAUtility flsIBinst = new ext.tools.iba.IBAUtility ();String attUserValue = (String)flsIBinst .getAttributeValue(doc,"flsUserId");ext.util.ADUtil ADUtilinst = new ex
Hello, I have the below list of requirements for which I am considering to make use of Part Request object.i) A workflow process is required where different tasks for the teams are triggered.ii) Different teams edit the Part Request and enrich the part informationiii)Teams should only be able to edit/update fields corresponding to them. Example: Mechanical team when trying to edit the Part Request, should only be able to enter values for attributes corresponding to Mechanical Department.ii)Parts should not be created in the system until the enrichment by different teams are completed But in Part Request I see limitations with layouts as it cannot be customized. As an alternative way, I am planning to add new actions under Part Request Actions tab where different teams will see an Edit-like option to enter the attributes corresponding to them. I was hoping to get a new perspective on this and how one shall go about the implementation of a custom wizard with specific
I have a scenario where there is an attribute (say Sample String1)which has a pair of json values("bat:MRF, ball:stumper, team:csk") Now I will have to display these values as "Attribute-value" pair in a custom Tab which I have created. Note: These Json values are received from another third party tool, we need to display these as attribute value pair in the custom Tab. Need guidance and help on how to achieve this.
In my environment, I have my files with the dot ".", such as "11.123.234.prt". I already have automations and integrations based on this format. Is there any way for Creo to use this name with dots or use other parameters created in Windchill to reference and work with my files? And how can I do this?This is the case of a potential client. We already knew, Creo doesn't work with dots in the file name.He already had files with dots. There are already Automations and integrations linked to this format.Can we create a new parameter in Windchill for these files and have Creo use this new parameter to reference these files?Example:The file name is "11.123.00-prt" but in Windchill there is a parameter "CREO_NAME" and Creo searches for and works with this same file by "CREO_NAME" instead of the file name "11.123.00-prt" and still keeps the original name for my system to work with it.Is it possible? How may I do it?In our environment, CAD files follow a naming convention that includes dots (e.
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS22先前原廠顧問協助導入,有提供BIF指令,可以編輯所有程式,請問BIF指令的問題是原廠設定的嗎?是否可提單詢問?近期有其他需求,客製程式需要呼叫廠商提供的第三方元件的jar,但發現BIF時抓不到第三方元件的jar無法編譯成功,進一步排查後,發現我們對 BIF 的操作與設定方式仍不甚熟悉,因此想請問:1. 是否有關於 BIF 的操作說明文件可以提供參考?2. 若需在 BIF 中引用第三方元件,是否需要進行額外的設定或配置才能正確載入?
Version: Windchill 12.1 Use Case: Get Checked out documents by a User.Description: Is there any OOTB way to GET checked out objects of a subtype (for eg. WTDocument) by a specific user?I don't want to create a custom endpoint
As per the original post. Hi Randy, can you explain me how you modified the getControlBranchesOf() method to add SearchConditions to limit the controlbranches to the same viewId? Your support can be very helpful for me. Thanks in advance Luigi
Version: Windchill 12.1 Use Case: Create Plan under product contextDescription: Hello,I need to create Plan under product, I have tried below code but still Plan is not getting created. can someone have idea how to create Plan from code -public static Plan createPlan(WTContainer container) throws WTException { Plan plan = Plan.newPlan(container.getContainerReference()); PlanHelper.service.createPlan(plan);return plan;}Thanks,Vedant@HelesicPetr
I need to get the Assigned Date from My Task once the activity is started. Using the self variable, I can retrieve the WFAssignment object that contains all task details. From this, I want to take the Assigned Date, add 5 days to it, and then set that new date to a date attribute using IBA.Can anyone help me with example code that should be written in the Transition tab of the workflow for this?
Version: Windchill 12.1 Use Case: I have thousands of WTParts that need to be renamed and their part subtyped updated.Description: I have thousands of WTParts that need to be renamed. The CAD parts cannot contain a "/", but their P/N in windchill needs a "/". Is there a way to batch associate part numbers using loader or queryspec? Is it possible to rename the WTParts after checkin?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.0The instructions in Article CS36017 do not work as expected. Using this article as a reference, I need to address a similar issue by creating a workflow variable that utilizes my custom class as its data type. This variable should display a predefined set of roles as dropdown values, allowing it to be used as a participant in another activity.For example, Activity 1 which has the variable "Role_of_activity_2" which user will select the role for next activity (Activity 2).
Hello Everyone,Is it possible to add GUI components like Textbox, Checkbox, Radio Button, Combo Box, and Text Area into an attribute panel using Builders? I was able to achieve this using wrapper tags in JSP. @Override public ComponentConfig buildComponentConfig(ComponentParams param) throws WTException { ComponentConfigFactory componentConfigFactory = getComponentConfigFactory(); AttributePanelConfig attributePanelConfig = componentConfigFactory.newAttributePanelConfig(); GroupConfig groupConfig = componentConfigFactory.newGroupConfig("GUI Componenets"); groupConfig.addComponent((ComponentConfig)componentConfigFactory.newAttributeConfig("date", "Date")); groupConfig.addComponent((ComponentConfig)componentConfigFactory.newAttributeConfig("textBox", "TextBox")); groupConfig.addComponent((ComponentConfig)componentConfigFactory.newAttributeConfig("comboBox", "ComboBox")); groupConfig.addComponent((ComponentConfig)componentConfigFactory.newAttributeConfig("radioButton"
Hi Team, Is there anyway we can find out on which all objects the attachment table is used?For Example:Its used on Change Order, WTDocument, ......
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.3カスタマイズ機能を開発しています。対象のWTDocumentから特定のIBA属性を取得する方法を教えてください。
Hello Everyone,I am trying to add custom html and js scripts to my Windchill UI components. To be specific I have a custom action button in more parts action drop-down menu (image attached). I want to customize its html and add some JS scripts which are to be triggered on click. From my knowledge PTC's official customization guide does not cover such UI customizations, but I have seen others on this forum make some implementations. Any guidance regarding this will be appreciated.
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.0The Text Tailoring Utility seams to replace the rbInfo file for the customization of Text in the UI.https://support.ptc.com/help/windchill/r13.1.0.0/en/index.html#page/Windchill_Help_Center/customization/TypeMgrManageTextTailoringAbout.html#I could not find any info on Exporting the customized Texts for a system (dev) and import it on a new server. How should it be managed ?
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.2I need someone to set up mail forwarding from windchill to clients on our system.
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0Hello! I'm encountering an issue during development.I'm using TableBuilder to create a table where one column displays radio buttons and another column shows text input fields for user input. However, when the table exceeds a few hundred rows, the selected radio buttons and input text disappear after scrolling. I suspect this is caused by Ext.js re-rendering the table and not preserving the modified states of the radio buttons and input fields, but I’m unsure how to fix this.If you’ve faced similar issues or have a solution, I’d greatly appreciate your advice. Thank you!
Version: Windchill 12.1 Use Case: I have a custom String attribute on WTPart, and need a data utility where users can edit the attribute value and check-in the part. How to persist the value entered by User in EDIT UI and save it?Description: I have a custom String attribute on WTPart, and need a data utility where users can edit the attribute value and check-in the part. How to persist the value entered by User in EDIT UI and save it?
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.