Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
When i try to import the jspf file, windchill is throwing an error message as attached in the screenshot. Is there any solution to remove/fix this error? @HelesicPetr
Hi Communuty!I can reflect the change made in the wtpart data to the cad data by selecting the "publish to cad" option when checking in. When I want to check more than one wtpart data in the advance search section of this method, that option does not appear. How can I do this?If it is impossible to bring the "publish to cad" option on the check-in screen, can I bring the "Publish to cad" button in the actions menu on the details page to the advance searc actions menu?
I created a new ApplicationData and my intent is to just show the name of ApplicationData with a specific name, whenever the getFileName() is called. But the name would always return as {$CAD_NAME} Below is the code:EPMDocument epmDocument = (EPMDocument) object;ContentHolder contentHolder = ContentHelper.service.getContents((ContentHolder) epmDocument);ContentItem contentItem = ContentHelper.getPrimary((FormatContentHolder) contentHolder);if (contentItem != null ) { ApplicationData appData = (ApplicationData) contentItem;if (appData != null) { //appData should have this cad name. appData.setFileName(epmDocument.getCADName());}}---The issue with the above code is, the setFileName() would only show effect till I add the below line: - PersistenceHelper.manager.save(appData);But with the above line there would be a database change for ApplicationData, which I do not need. Is there a way to make the getFilename() of the Ap
Hi All, I have custom IBA on one of the WTDocument softype, I want to retrieve all the document with this IBA value. Please suggest how to add searchCondition in QuerySpec? Thanks,Vishvanatha
In ChangeTypeSQL utility, it is written that "Not supported for converting Non-Reference Documents that were linked to WTParts as a "Reference Document" refer below. •Converting a Reference Document to any other WTDocument type. Converting a non-reference document to a Reference Document is also not supported if WTParts are attached the document type. We are converting objects of a soft type that is created under wt.doc.WTDocument to a new soft type created under com.ptc.ReferenceDocument. based on the reference documents section in this article, it seems this is not advisable. on a lower env, we executed this conversion and ran some tests and results are good. Does anyone have more detail on this? what will fail here.
Jasper report is getting executed for hours and not generating the output.Please find the below image.Note :Successful preview in Jasper StudioNo errors in MS logs
Hi All, In Windchill 12.1 Vesion below API is not supported and any alternative API? SearchCondition sc = TypedUtility.getSearchCondition("WTYPE|WTDocument|my.softType", true); My requirement is to get wtdocument softype as searchcondition then add to QuerySpec. Thanks,Vishvanatha
Hi,I am working on some Windchill customization for a client. I did a Java program, called as onpublish.afterloadermethod. I call some external REST web services and get back JSON response, which I have to parse.As Java 8 doesn't have native JSON parser and I don't want to use third party Java JSON library (possible maintenance problems and additional work involved), I want to use some internal solution (like internal JSON library, used by developers), which must exist inside Windchill and will be available with future WIndchill verisons.Can anybody help me?Thanks.
Hello ,How can i get a list of product context that contain specific ROLE ?
Add EXTENSION attribute value (ex: EXTENSION - PART, set number like 123_PART.prt) as suffix to the number of the object using OIR.extension is a custom attribute created under wtpart.
Hi AllI've got a requirement to open the History Tab of a WTPart on the click of a link.I found that we can open Related Objects Tab by reconstructing the link as Windchill/app/#ptc1/tcomp/infoPage?tlnType=part&tlnAction=relatedPartsDocuments&oid=<some-oid-for-a-part>.. I'm unable to do the same for History Tab. Anybody got a workaround?Many thanks in advance.
Is it possible to set the deferent custom table view for each subtype of documents?
Hi all! I found a problem to send the plain text from longDescription. I has the Operation making the same and it works. Control Characteristics has a long Description that not send from default. I´m implemented a customization on ESIResponseMetaInfo to add it. It work's but the content was sent with html tag and stuff. I found a way similar LongDescription from Operations, so i changed to the same way and the content did not sent it (its blank). So the xml file has the HTML content or don´t have any data on longDescription. There are someone who know to solve this? Thank you!
Hello, Can you explain PersistanceServerHelper vs PersistanceHelper with an example?
Hi All,Has anyone configured AutoCAD Woker without a Third Party tool?Referring to CS40919. Anyone achieved with the steps given in this. Regards,
how can we automatically raise the promotion request when our product is in released state.
How to get the specific softType objects of a WTDocument using QuerySpec and SearchCondition api's in windchill 12.1?
When the part is in released lifecycle state then new promotion requests will get automatically generated.It can done through coding in listeners for this event.
Hi,I want to disable New Number coulumn which is present in SaveAs Workspace for particular User. How I can do that?@HelesicPetr Thanks.
Is there a way to configure the DVP Header for ALL system files with one update? It looks like I'd have to go into EACH FMEA for EACH system file to configure a consistent header across all our development programs. I've tried creating a system file template that gets copied for new programs, but the DVP Header resets to the original format.
Hello all, We have overwritten the OOTB validator com.ptc.windchill.enterprise.team.validators.TeamCCActionColumnValidator to hides the "Actions" column completely - until now it's ok.But if the ?jcaDebug=true is added to the URL, the column and the buttons inside it are visible.My main problem is that action on those button can be executed.jcaDebug option overwrites the rules set by the validators? Regards.
Hi Comunity!When I select a template in a document flow, Check out and Download is automatically selected. How can I prevent this from being selected?
Hello, I need help regarding logic to Change the Revision for the Change Review Objects through my custom Workflow. Is there any API to get this done so the Objects are revised once they are in Released State??
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.