Windchill
Recently active
Hello Windchill's gurus and Happy New Year everyone,I'm on a team to migrate a Windchill 10 application to Windchill 11.I found something strange with the customs TableBuilder, construct with an AbstractComponentBuilder :First we have a lot of customs builder in our Windchill project, we found a workaround solution but it's not acceptable because it works beforeand we need to find why it's not working anymore. It impacts a lot of builders in our project.We have a Bean class that reference a line in the TableBuilder.There's a getter called getFileName which work correctly on Windchill 10 to show the file name.Then the TableBuilder :Here is my problem : "factory.newColumnConfig(fileNameColumn, true)" //(fileNameColumn = "fileName")When I refresh my builder in Windchill, the File Name column don't show anything.When debugging I find the method TablesFileBean.getFileName() was never be called by the invoke method.Instead the method TablesFileBean.getOid() was called.The workaround solution
Since "create" action default validator is DefaultUIComponentValidator. i created a validator extending it.For "checkoutandEdit" action default validator is CheckoutAndEditValidator. i created another validator extending it.PFA the java files. But the problem is that it works for create acton but not checkout functions.Need help with thisRegards,Logeshwar.J
Hi,I am using PDMLink 10.0M010 with Creo 1.0.When any drawing is Released from Windchill (using either promotion request or Change Management), I want to add Drawing approver name from Windchill into the proe drawing.The way in which we add drawing creator name using parameter "PTC_WM_CREATED_BY' in drawing format.How to add approver syntax? If such syntax is not available out of box, how to do it?Thanks,Sanjay
No luck so far with the service (PreferenceService2) setvalue methods. I see they are there but I must be misreading the method signatures. I'd like to try to allow the users to set preferences through a web page (to enable other validation, etc. niceties).
Hi,It would be great if there was an "Open in Creo View" button with two or more objects selected, one in Affected and one in Resulting. In this application the reviewer (or anyone looking at the Affected/Resulting objects) can checkbox the Affected drawing and the Resulting drawing, click the button and both drawings open in the same creo view so they can then compare the two objects.Currently the user has to open one item, and then go back to the change task and open the second item.
I need to audit the activity that is, what folders, docs, files that the person is accessing in Windchill PDM Link 10.2.How do I generate a report or see this?
An example of uploading multiple representations to one CreoView session rather then having to start new sessions for each one. I was adding as a comment on a Product Idea but it was not letting embed it so I added this a separate video and linked it. The idea is the following: (view in My Videos)
Anyone seen documentation on how these types of reports can be used in workflow task?wt.change2.WTChangeOrder2 ecn = (wt.change2.WTChangeOrder2) primaryBusinessObject;StringBuilder sb= new StringBuilder();wt.util.WTProperties props = wt.util.WTProperties.getLocalProperties();String LCSTATE_APPROVED = props.getProperty("ext.piab.lifecyclestate.approved");String LCSTATE_UNDERREVIEW = props.getProperty("ext.piab.lifecyclestate.underreview");String LCSTATE_REWORK = props.getProperty("ext.piab.lifecyclestate.rework");String LCSTATE_CLARIFY = props.getProperty("ext.piab.lifecyclestate.clarify");sb.append(LCSTATE_APPROVED);sb.append(LCSTATE_UNDERREVIEW);sb.append(LCSTATE_REWORK);sb.append(LCSTATE_CLARIFY);String states = sb.toString();VarianceReport = ext.#####.change.order.ChangeOrderHandler.getVarianceReportLink(ecn, states);
Looking for assistance with code that will grab a custom attribute value created using T&AM and write it to a variable in a workflow...Then using a custom email template I'll be able to display that value in the email. Not a code guy at all...thanks!!!WC10.2 M030 CPS 17Greg
I have to import more then thausand MI cad document in my WindChill installation.My idea is import they as CAD document and not as WT Document.Considering that I have to assign file name number ad name plus other three custom mandatory parameters,which is the better way to reach my target.Thanks for your helpBeniamino
When my browser language is set to SpanishActual:When Web navigator is set with Spanish language, the Validated state is wrongly translated into "Aprobado"Expected:in order to be consistent with other life cycle state labels, and be sure to have compliant label, the Validated life cycle state shall be left in English ("Validated") like any other states.I want the state to be left in English irrespective of Browser language.
Hi All,Is any way to capture multiple values for a single attribute in Windchill as like "Check box" functionality.I have a Attribute which might have multiple values. how we can do this in Windchill.Regards,Vivek
Hello All,I have a task in which i am to read data of attachment file(which is an xml file). can somebody guide me how i can achieve this. Is there any InputStream related API?
Hi All,Can somebody guide me how i can make information pages as pop up so that if user clicks "View Information" icon it should pop up the information page JSP.
I tried to configure my windchill server for Email. but while try to run the xconfmanager i am getting the below errors,ERROR [main] com.ptc.windchill.structconf.StructConfManager - Unexpected error (stack trace below):com.ptc.windchill.structconf.PropagationActionException: Invalid number of fields in additional adapter definition, encrypted. at com.ptc.windchill.structconf.PropagationAction.newPropgationActionException(PropagationAction.java:183) at com.infoengine.ieinstall.MapCredentialsAction.addAdapters(MapCredentialsAction.java:108) at com.infoengine.ieinstall.MapCredentialsAction.evaluate(MapCredentialsAction.java:263) at com.ptc.windchill.structconf.TargetFileContentsCollector.evaluatePropagationActions(TargetFileContentsCollector.java:530) at com.ptc.windchill.structconf
Hi AllWhat is the difference between synchronization and Replication? I am referring System Admin Guide, both activity seems to be similar in objective.
Hi All,I have created "Country" and "City" attributes, also created respective enumerated value list.Like,Country : India, USCity : Mumbai, Pune, New York, Washington DC.My requirement is, When user select the value for Country Attribute, respective City name should be populated for City attribute drop down.e.g. if user selected "India" for Country attribute value, for City Attribute "Mumbai" and "Pune" only be populated.. New York and Washington Dc is not visible for user as this cities are not part of India.Kindly let me know how i can achieve this.Regards,Vivek
files you work on in your workspace that will be modified when you go to check them in to commonspace there are always more files that seem to be modified. You have to check these files out so you can check them in. It is a challenge. Thanks Billy
Hi experts,please look at Can not get back "online" (not Offline) in Creo and help to resolve the problem.ThanksMH
I am trying to use an existing FTA from a supplier and model it further for a client; however, when I import the data provided in excel the results are not matching the report generated by them. Specifically, the calculation results will not display the probability average hour and the events are having 10^6 being added into the calculation.How do I display PAh calculation results in the FTA diagram; only PAf results are displayed. Also, any ideas why 10^-6 is being added to my data, which is skewing the model data I am importing?
Hi,Does somebody know in which table I can find the "modified by" for a wt.part.WTPart?And maybe the link with the table wtpart or wtpartmaster?Thanks in advancekind regardsRuben
I´d like to evaluate the responsible for the next action in a subtable with several records and transfer this person to the problem table as "next action responsible".Criteria: Task in subtable not "Done", next or minimum Due date, if two or more tasks have the sam due date take the one with the lowest ID.I already could calculate the next or relevant due date, but can´t filter the person that correspons to the relevant next due date.Ideas? Solutions?
I have replaced the sub-assembly with new sub-assembly and the old sub-assembly is no more required. This old sub-assembly and its parts are only used in that particular assembly and no where its used. after checked in everything. I am unable to delete the old sub-assembly and stating error.
Windchill there is already the drawing with lower revision and now I have a drawing latest with revision in local drive how I can replace tat.
Currently after calling API from WWGM toolkit, windows is not refreshed and user need enter F5 manually.So I want capability that windows automatically refresh after calling API.Or I want new API to refresh current window because neither wwgmtkWorkspaceView:::Refresh nor wwgmtkEmbeddedBrowser::displayCustomPage() doesn't have capability to refresh current window.
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.