Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
var params = { infoTableName : "InfoTable", dataShapeName : "demo.wt.doc.WTDocument" }; // CreateInfoTableFromDataShape(infoTableName:STRING("InfoTable"), dataShapeName:STRING):INFOTABLE(ptc-demoProblemReportShape) var newDocument = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params); newDocument.AddRow({ name: "TestDocument1", number: "000001", // 'state--state': "Released", // 'versionInfo--identifier--versionId': "A", type: "wt.doc.WTDocument", containerReference: "OR:wt.inf.container.ExchangeContainer:5:219321006-1506495753013-268599241-1-56-168-192@blrmaigwd27067.itcinfotech.com", 'folderingInfo--cabinet': "OR:wt.folder.Cabinet:280:219321006-1506495753013-268599241-1-56-168-192@blrmaigwd27067.itcinfotech.com" }); var params = { dataShape: 'demo.wt.doc.WTDocument' /* DATASHAPENAME */, objects: newDocument /* INFOTABLE */ }; // result: INFOTABLE dataShape: "undefined" var createdDocument = me.Create(params); var result = createdDocument; With this service
I am new to WBM and got requirement ==> If a Part having 3 Revisions A, B, C then at first the latest Revision 'C' should be loaded through WBM and in the Target Windchill10.2 it should create as Revision 'C'. After few weeks the older Revisions A, B should be loaded to Target Windchill10.2. How this can be achieved? Thank you!
It should be for wtdocument type
I am trying to embed a Jira issue collector into our WC pages to collect tickets from users. Jira created the issue collector and gave me the javascripts to embed. I have tried to embed a variety of ways, but I cannot seem to get it to display or work correctly. I've tried a couple ways shown below with no real success. Both appear to load initally, then the button they are supposed to create disappears. My console does not show errors, it just appears like the clickable button gets hidden or moved back in the page. I am just adding these into my banner.txt file. I have the begin_custom.jspf modified to include the message banner. Generally the message banner works okay. Any pointers what I am doing wrong? I'm not an html person. <script type="text/javascript" src="<Jira_page>/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=cac9911
Hi All, I would like to know if we just pass a Change Request Number as parameter how would I get the Affected Objects, Resulting Objects, Change Notices or Change Tasks that are associated for a part. Can anyone please let me know the API or code accordingly for that. Thanks and Regards, Aditya
Hi All, I have written a windchill listener that waits for EPMWorkspaceManagerEvent.PRE_WORKSPACE_CHECKIN events, and then changes the names of epm documents, and parts in certain ways depending on some IBA. It works fine, a part from the fact that I am unable to distinguish between the first checkin, when the autonumber is substituted with the proper computed-by-the-listener name, and all the following checkins. For example, I checkin the part 295.prt, and it gets renamed to NEWNAME-142-DONE.prt; then, I modify it, and check it in again, but instead of becoming A.2, it becomes NEWNAME-143-DONE.prt, version A.1. This does not happen to the WTPart, which is renamed as well initially, but then keeps the same name and only increases the iteration. Is there any attribute of the EPMDocument that I can check? Any API that could help me? (I may check the format of the name to verify if it has been already renamed, but I would prefer to use somethin
Hello, I have a own Database system which I want to integrate into Windchill (11.0 F000) Search. Can somebody point me to a HowTo or give me an example how to add a custom datastore to the searchable objects in Windchill search? In the Advanced Search I want to add a own Datatype (lets Say XYZItem) If that Item is selected an additional search call to my database System should be fired and I want to add the result that I get from my system to the Windchill search result. If it's not possible to do it like that, it would also be nice to know how to create a custom search tab to integrate a search in only my system into Windchill. Thank you, Martin
We are currently migrating to Windchill now and we need to put our own part numbers on files before checking into Windchill. My problem lies in my current mapkey (pre-Windchill) where I open a start part, skip the name pop up which assigns a PRT0001 name and then the mapkey continues to run through modifying all the parameters in the start part and then when all that is complete it will do a "rename" function to change the name from PRT0001 to our own numbering. And now while playing in the initial stages of Windchill, it seems we must put our new name in the initial pop up screen that my mapkey skips or Windchill gives the name 0000000001 and then the rename function is no longer available in the Creo session and the part must be checked in to Windchill and then go through a ridiculous amount of steps to rename the part in the workspace. So I don't mind putting the name in on the initial pop up but the problem in the mapkey is now that any way I have tried to create the mapkey to
can i distinguish creo type via Windchill EPMDocument? if i check-in assembly file to windchill, it get number like ASM-0000032.asmother case i check-in drawing file to windchill, it get number like DRW-0000033.drwlikewise i check-in part file to windchill, it get number like PRT-0000034.prt can i configure when check-in at Creo it is possible to auto add a string by each type?
We are currently on Windchill\Intralink 10.2 and will be upgrading to Windchill\PDMLink so that we can manage SolidWorks, NX and AutoCAD files alongside our Creo files. Ultimatley we will be bringing in a PTC reseller to help with the upgrade but wanted to get my feet wet with what is reauired. I have successfully installed Intralink 10.2 on a test server but am at a lost on how to upgrade\convert it to a PDMLink installation? Would the process involve installing a fresh PDMLink setup and then run a migration utility to bring in the Intralink 10.2 files and metadata?
Hi All, I just need to write a query to get all the available object types within a selected context. Can you please let me know how to query the same and to which tables in Windchill should I be viewing to write that query ? Can anyone please let me know about it ? Thanks and Regards, Aditya
Hello, I want to remove few value from Enumeration if document is getting created from certain container. if container is library then dropdown shall not bring one of the value from enumaration. See attached image. I want to remove Source value from Source type dropdown(enumaration list) if it is getting created from library. Is it possible to do with PTC.attributePanel.on("beforeRender", function(attributePanel)? Please help.
Hi all, Is it possible to remove the default States that appear in the dropdown list for the State Search Criteria in the dropdown list?
Hello,We have configured a generic worker to publish files of various types. However, during testing, the system reports "..cannot produce output file xxx.out ". Article - CS67812 was used as a guide to configure our worker. We assumed the default worker scripts found in %WT_HOME%\codebase\com\ptc\wvs\server\cadagent\scripts would include the commands needed to create these .in and .out files.Does anyone have some insight on this topic? Are there any samples of the content of a .in and .out file we can reference to update our scripts to produce the correct file? Thanks,
Anybody know how to enable column freeze in edit view-->Set column Display page of search result window? Now the option is not there. Requirement is to freeze first 5 columns in the search result.
How to create a Report(Query Builder) or Webject to list all documents types in Windchill.
Hi. I have 1-step wizard with table. Table contains documents associated with part (PartDocHelper.service.getAssociatedDocuments(...)). When i submit wizard the request can contain data partly. So form processor also receives only part of the data from wizard table. Total count of documents (and rows ia table) 13 for example. Sometimes request contains data of all 13 rows, but sometimes it can be 9, 10 or 11. It does not matter what i do with wizard and what fields i fill (i have checkboxes and textarea in each row). Data from first few rows is missing. What can cause this error? Thanks.
I'm using a restricted parameters list that creates a pull-down menu for a DESCRIPTION parameter in a start part in Windchill PDMLink 10.2. The user selects the appropriate item from the list and the DESCRIPTION parameter gets populated. I successfully created a relation that also populates the PTC Common Name. If the user saves the file, the PTC Common Name gets populated. If the user selects a different item from the pull-down menu and saves the file, the PTC Common Name changes accordingly. However, if the user tries to select a different option from the pull-down menu after the file has been Saved & Uploaded, the following message appears: Some relations are no longer satisfied in *filename* for PTC_COMMON_NAME Is there a way to set the PTC_COMMON_NAME back to being blank after a file has been Saved & Uploaded in Windchill?
Hello, Has anyone got any experience of sending SOAP requests to SimpleTaskDispatcher through SoapUI? Specifically, we are using Single Sign-On (SSO) and cannot get the requets to authenticate? Thanks Tim
Hi All, I would like to know the solution for a scenario listed below. Please let me know what can be done to solve the same. Say for WTDocument there are 3 soft types like ADocument, BDocument and CDocument, and if I had to attach only BDocument to WTPart and not ADocument or CDocument. How would I be doing it ? In case if i try attaching ADocument or CDocument an error should pop up saying that only BDocument can be attached. How to customize the above solution ? Is it using events, listeners or form processor or by any other means ? Can anyone please let me know about the same. Thanks in advance. Best Regards, Aditya
Hi everyone, this particular part while customizing is confusing me a lot. Please help! Q. is it possible to restrict users from accessing CAD/NonCAD documents in different life cycle states in windchill pdmlink? Example Scenario: I have users userA, userB, userC, userD, userE. I have groups groupA(uploader), groupB(viewer), groupC(approver) I have defined custom profiles and created teams also. Lifecycle states: Inwork -> Approved -> Obsolete What I want is userB should be restricted to view files only in Approved state and not other files(CAD/NonCAD) in Inwork or Obsolete state. I have created a lifecycle state and designated roles and access control to only read to userB and added this lifecycle in OIR but is of no good? Am I doing it right? or should I run any command after changing OIR to implement those changes? Kindly help.
We are using the out of the box Windchill-Oracle Apps ESI project file. We use the ECN object in Windchill to release our parts/documents. The Tibco project keeps failing because it's trying to send the ECN object from Windchill to create the ECO object in Oracle. We don't use ECOs in Oracle, so we don't want Windchil and ESI to send the ECN data to Oracle or create an ECO in Oracle. Has anyone else done this or have any idea how we can modify the Tibco Designer project to not send the ECN to Oracle? Thanks in advance
Hello all, We keeping multiple Representations on our EPM Documents. E.g. for all in Work Objects "Latest" Rep. as default & for Released Reps "Latest released" and keeping the previous "Latest" as 2nd optional Rep.. On details page you are limited to get a choice of those Reps available. Only the default is opened. Do somebody know if there is a way to get that managed in Windchill? I saw from a other application not coming from PTC, that this could be established. In this case when the EPM Doc Rep. is called all availabe ones are listed for having a choice. THX Regards Robert
Hi All, I am trying to code on Pickers where upon clicking on Find Picker icon for a field the user should be able to see Find Participant wizard opening up where the user will have a drop down to search either for users or groups. Upon searching for users/groups the user can see multiple results in the search results table and the user can select multiple users/groups and view the same in the field corresponding to the Find picker. So in case if any one is aware of the same I do request you all for a sample code or inputs regarding the same so that it could be helpful. Thanks in advance. Best Regards, Aditya
Please see attached screenshot. Is there a way of customising a tab on a promtion request that means the approver/owner can easily look down the list of drawings/models and see which ones have been marked up - without having to rely on subscriptions filling your mail inbox, or going in to each file and checking for saved annotations? Many thanks, Dan
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.