Windchill
Recently active
Hello EveryoneI want to create a product number based on attribute selection.On selecting the attributes the product number has to be created automatically choosing the number given for the particular attribute.For example:Customer No. Product Family Running No. XXX YY ZZZIf the product attribute selection be like 032(Customer no.)12(Product family) 322(running no.)The auto generated number should be like 03212322I'm able to create the numbering schema for customer name using case branch in OIR. But I have no clue in combining both the customer no. as well as product family (XXXYYZZZ)Can anyone help in this?Any help is greatly appreciated.
Hello Windchill Gurus,We have a requirement to print some Environment Variables at the beginning of the MS Log. I would like to know the MS Log Writer classes/methods to follow the lead to write our custom line.Any quick help regarding this is greatly appreciated. Thanks all for help in advance.Thanks & Best Regards,Mahesh KL
We have Revision Series loaded in system with some legacy=true value, so that those revisions can be imported for legacy data, i.e. I,O,Q,S,X,Z. At the same time we have added Revision attribute and enabled RevisionPicker in New Part Creation Form, so that user can enter required revision manually . Also in preference settings we have set this preference Allow Override On Revise = yes so that user can give required revision while revise, e.g. bumping up revision skipping next available be default. Due to these settings, system is allowing to create new parts with Revision which are defined as legacy=true. But we dont want system to allow to create parts with these values. Any suggestions how can we restrict legacy revisions for new parts.
With Windchill 11.0 one can use Query Builder queries to further refine search results. For example refine the search to look at results based upon related objects. This zip file contains two queries from 11.0 M020 Search with Parts - additional query to find parts that are on a Change Notice at a given state Reference Designator - Find parts on a BOM with a given reference designator. For example - find a part (eg Name Capacitor*) that has a reference designator C16
Does anyone have examples of Related Object report templates to be used fro related object search in WC 11?
Hello all,I'm having a workflow issue and hope someone can help. We have a process whose workflow requires approvals. Each approvers is given 2 options (votes), Complete or Rework. If all approvers vote "Complete", the workflow moves along to the next activity (coordinator approve and release), as expected. However, if any one approvers votes "Rework", the process assigns a Rework task (expected) but also moves forward to the next activity. This causes an issue for the person assigned the Rework task as they can't update or edit the object because it is undergoing a review process. (See attachment for error message) This also means you can't change the state even from an admin account either for the same reason. Any ideas as to what is happening?Thanks in advance for any suggestions and / or ideas.David
How to print environmental variables or customized messages in the method server log during startup?
Hello everyone,I hope you can help me.I would like to know, how to export objects from the workspace to my resulting objects?Because in fact, I have no other method than to manually search all my references.Out according to the study processed the list can be very long and take a long time.In hope to have a better solution.Thanks in advance.Regards,Clément LEGROSBIC Rasoirs (France)
Hello Guys,I am working in one PLM system for PTC Windchill 11. Here i am going through one issue that created alternate part from main part doesn't getting exported to my PLM System.How do i get it? Kindly help me out here.Thanks,Sunil
Deviation/Number is editable in rename action even after denying modify identify permission.Even if we apply Immutable constraint from OIR or Type & Attribute Manager it is applicable only on creation. We can restrict editing this on Edit action by making it read only for edit or by removing it from edit layout however we cannot control this behavior for Rename Action. Profiles neither allow hiding rename action.Also, Rename interface is based on the framework CADX HTML template for which Customization is not supported.Please make number non-editable in rename action.
When troubleshooting of Windchill Workgroup Manager, PTC Technical Support would ask for logs generated by Windchill Workgroup Manager to investigate the integration issue between CAD applications and Windchill. The Windchill Workgroup Manager (WWGM) logging tool provides easy way to configure log collection setting and managing log sessions per issue scenario. The WWGM logging tool is available from Windchill 11.0 F000.In order to run the WWGM logger in UI mode, perform these steps:Important Note: The WWGM logging tool should be launched and log session should be started before Workgroup Manager is launched. And after operation is finished in the Workgroup Manager, the Workgroup Manager should be closed then the WWGM logging session Navigate to <Windchill Workgroup Manager Home Directory>/x86e_win64/obj and double-click on WGMLogger.exe to launch the application (Note: from 11.0 M030, the short cut for WWGM logging tool is available at "Windows" > Start > All Programs >
Anybody figure out how to get a query builder report to display the value of a workflow process global variable?
Is there a straightforward way to have the document name being dynamically generated to match the template name when a user creates a new document?
I have a table action. I am trying to open a popup window to show an UI page. But I would like to show that window to be small. Here is my action, <moreurlinfo>height=500,width=560</moreurlinfo> It is still opening default size page. Could you please help me to resolve this issue.<action name="selectECO" multiselect="true" selectRequired="true"> <command windowType="popup" url="netmarkets/jsp/pac/pacSelectChangeFromAgile.jsp?mode=ECO"/> <moreurlinfo>height=500,width=560</moreurlinfo></action>
Lifecycle history table displays the action, actor name, date in Routing history tab.Action and actor name are obtained through the following code.QueryResult LCHistoryList =LifeCycleHelper.service.getHistory((LifeCycleManaged) epm);if(LCHistoryList.hasMoreElements()) { LifeCycleHistory lct=(LifeCycleHistory)LCHistoryList.nextElement(); String action=lct.getAction(); String actorName=lct.getActorName(); Timestamp createDate =lct.getCreateTimeStamp(); } Timestamp object createDate fetched is always null.Can you please help me how to fetch the timestamp from LifeCycleHistory object?
I am working on making a FRACAS input form in windchill 10.1 & wanted to know if there was a way I could get some of the fields to auto fill with a previous incident's data when that previous incident's identifier is entered into a "parent failure #:" field so that they wont need to re-enter all the data for a repeat failure. Thank you for your time.
Using Windchill, every window I open in sequence of a previous one has reduced font size, getting so small it becomes unworkable.Where can I find the setting to keep the font size the same? See screengrabs below.
Please help me in this. \\\\\\Thanks Roop
Hello, What is checkin and checkout objects in windchill? What does happen exatly, when we do checkin and checkout? Thank you in advance.Thank you Sumit Patil
Hi All,Is it possible to assign a certain workflow activity to a user which is selected by a user while creating a Windchill Object.I found Variable option under Participant tab in Activity robot. I have created a "WTUser" type of variable in workflow, still below pan shows blank.Please guide me to use this functionality.Regards,Vivek
When a newly created ThingWorx local user is trying to access PTC Navigate landing page suing below URL, system throws error. How can I fix this? Is there any document that explain how ACL defenition works in ThingWorx? Error Message: Unable to Invoke Service CollectApps on AppCollectionsConsolidator : You do not have permission to Navigate apps. Please contact the Administrator. Mashup URL: http://<HOSTNAME>/Thingworx/Runtime/index.html#master=PTC.AccessApp.Master&mashup=LandingPageAccessAp…
Looking at an ALM / PLM integration with Windchill. ALM we expect to integrate is supporting OSLC (Open Services Lifecycle Collaboration). From this point of view what is the best way to integrate with windchill in terms of architecture? (knowing that webservices are required for OSLC). I was thinking of the REST web services but unsure what windchill really supports for this? Thank you in Advance. Regards, Devidas
Hello,I am wondering whether there is somehow a way to select objects from the relationship explorer window (blue in the screenshot sample), and add them to a workspace directly from that window (without having to find them from the search bar typing their names one by one):I have Windchill 10.2 M020.Should I change the location of this topic, please let me know.Thanksbye
Implement the PDMLink options, which enables to choose if unverified family table can be checked in or not. Currently we have to invest additional effort to create specific triggers / listeners, which can prevent check in unverified family tables. Options available in Creo: Modelcheck Die config.pro option: verify_on_save_by_default=yes are not sufficient. We need the option in PDMlink. Now in PDMlink 10.2 or 11.0 it's possible to check in the unverified family table.
I have a custom action defined on more part actions. I want to add an onclick handler to prevent my action getting called for Separable attribute value. I have javascript ready. when I place my custom javascript method in begin_custom.jspf its not getting called. could you please explain is there any step missing in the way that I am doing? 1. Defined onclick on custom-actions.xml 2. Created javascript method in \netmarkets\jsp\util\begin_custom.jspf
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.