Windchill
Recently active
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
I do have IBA attribute field on the wizard table. I want to update that attribute without check out and checkin object.I have tried using following code for that. But getting error message that "Design is not checked out and cannot be modified".object.load("XXXXX","YYYY","ZZZ"); /* Set value of IBAName soft attribute to IBAValue */ object.set("XXXX", strCNo); object.set("YYY", strCS); object.set("ZZZ", strAS); perObj = object.apply(); perObj = (Persistable) PersistenceHelper.manager.modify(perObj);
I have a requirement where a non org-admin users needs to have access to only type and attribute management under an Organization. He should not have access to anything else under organization. Please help with guidance with this customization.
Hi,I am working in data migration but mistakenly I have loaded data in wt.epm.EPMDocument but I want to load data in wt.epm.EPMDocument|com.xxxxxx.DefaultEPMDocument data type can any one please tell me which table values I need to updatedselect epmdocument.ida2a2, controlbranch.ida2a2, epmdocumentmaster.documentnumber, wttypedefinitionmaster.inthid, wttypedefinitionmaster.ida2a2 from wttypedefinitionmaster, epmdocumentmaster, epmdocument, controlbranchwhere epmdocumentmaster.ida2a2 = epmdocument.ida3masterreference and controlbranch.ida3b5 = wttypedefinitionmaster.ida2a2and epmdocument.branchida2typedefinitionrefe = controlbranch.ida2a2 and epmdocumentmaster.documentnumber = 'xxxxxx.PRT';I have updated epmdocument.branchida2typedefinitionrefe but it did not work
Hi,Need help to create QuerySpec by using Windchill API, the sql like below :select LENGTHSCALE from EPMDOCUMENT WHERE IDA3MASTERREFERENCE IN (SELECT ida2a2 from EPMDOCUMENTMASTER WHERE DOCUMENTNUMBER='TEST.PRT')Who can help me?
Problem related to PDMlink 10.2 and PDMLink 11.0: it's possible to check in unverified family table. It is needed to 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:ModelcheckDie config.pro option: verify_on_save_by_default=yes are not sufficient. We need the option in PDMlink.
User has accepted a workflow task and completed the task. The task should automatically be removed from inbox and go to the next task. The wf does advance to the next task and the task does appear in the next user's inbox, however, the previous task still appears in the previous user's inbox (note: this task does indicate that it has been completed). Has anyone else had this happen? Note: All other wf tasks are working correctly in this user's inbox. Thanks
I would like to create a Query report that lists all the drawings that are released with a list of CRs that I input. Note: Drawings are released using a Change Notice. Change notice is created from Change Request. So there may be multiple notices for a single Change request and each notice may have multiple drawings added as resulting objects. Appreciate if someone can help me to create this report. Using Windchill 10.1 Regards, Manjunath
Hello,I am having a requirement as below :Existing Rule - WTPart, ALL, TestUser, (Grant) Read/DownloadNew Rule - WTPart, ALL, TestUser, (Grant) Read/Download/ReviseA rule already exists with Read & Download granted to TestUser for WTPart in ALL state.I am trying to override this rule by adding additional grant permission for Revise (using LoadFromFile)But its giving an error as "Rule already exists".*****TestACL.xml*****<?xml version="1.0"?><!DOCTYPE NmLoader SYSTEM "standardX26.dtd"><NmLoader> <csvAccessRule handler="wt.load.LoadUser.createAccessRule"> <csvuser/> <csvdomain>/Default/PDM</csvdomain> <csvtypeId>WCTYPE|wt.part.WTPart</csvtypeId> <csvpermission>+</csvpermission> <csvprincipal>TestUser</csvprincipal> <csvpermissionList>0/7/10/</csvpermissionList>  
I have a workflow that I'd like to have the user select a user, then have the workflow update the PBO's team and add it to a specific role.- I created the WTUser variable in the workflow,- I created a method to take the user and put it into the PBO's team. There is some debugging statements in here and it outputs the team before and the team after.The expression runs successfully but the before and after team look identical with the user not showing in the output, but if you go to the UI it shows the users.Any ideas what I'm doing wrong?public static void addUserToRole(ObjectReference self, String toRole, WTUser currentUser) throws WTException{Role to_role = Role.toRole(toRole);wt.team.WTRoleHolder2 team = null;try {team = TeamHelper.service.getTeam( (TeamManaged)self.getObject());System.out.println("_____________BEFORE___________________");System.out.println("ROLE: " + to_role.toString());System.out.println("USER: " + currentUser.getFullName());System.out.println("TEAM: " +team.getDis
Hi all,Using Windchill PDMLink 10.2.I have, in the past added custom attributes for EPMDocument usage links directly in the Type and Attribute Management , navigating to the EPMDDocument .Also, custom attributes in Part Usage link.But, here I want to add custom attribute in the link "References Document", however there is no Object Type like this (Similar to EPmDocument Usage Link or Part Usage Link).There is only Document Uses link, but this is meant for the Document Structure Tab and not for the References Document in the Related Objects tab.If there is no object type for this link, then only way is to study what is going into that link through the JCA debug or look at the Document tables in DB..Is ther any way out?Thanks & RegardsHari
I have a wizard with 4 tables in it and defined custom button list for it i.e. "Validate" and Publish.Once user click on the validate button. I wan to refresh the whole Wizard page. I tried using beforeJS and afterJS with some javascript function. Objective : To refresh wizard page on Action perform on wizard button.Wizard Definition: <jca:wizard title="Publish Bill of Material" buttonList="XXXReplacementWizardButtons"> <jca:wizardStep action="show_mvc_content_bom" type="XXXwizard" label="Publish BOM"/> </jca:wizard> Wizard page mutliconfig table of four tablesAction-Model Decleration: <model name="XXXReplacementWizardButtons" > <action name="validate" type="bompush"/> <action name="publish" type="bompush"/> </model>Action Decleration: <objecttype name="bompush" class="" resourceBundle="com.XXX.agile.ui.resource.NavigationRB"> <action name="vali
There is prospect we are working on for a global PLM project. There is a big group and multiple different companies acquired in years distributed to different locations. The aim of the global PLM deployment is the ability to share data between the different companies under the same group. However, this companies has their own ways of working and most of the times the data has to be safe and only accessible within one organization.in order to provide that, given the fact that windchill setup suggest single organization to be implemented, what is the best practice moving forward?do you recommend to create one organization and each product should belong to one company or do you think the different organizations should be created. if we go with the multiple organization architecture, what are the pros and cons.can we still share change management between multiple organizations users, share data etc?
There is prospect we are working on for a global PLM project. There is a big group and multiple different companies acquired in years distributed to different locations. I would like to know if there is any customer references in which the master location has around more than 500 heavy users and another site where the latency is more than 250ms has also around 500 heavy users working with a replica? The prospect is willing to understand if this has been used before?
Hello Everyone,I have created a Validator for Change Task which validates the Release Target States of the Resulting Items. The state limitation should happen based on the CN attribute Complexity (Fast Track vs Full Track)If while creating the CN, user changes the value to Complexity attribute to Fast Track, I am finding it difficult to read that value in the validator written for Change Task.Is there any method with which we can read the Complexity attribute defined in the wizard session on the validator written for the Change Task?Any insights on this would be helpful. Thanks in advance !Regards,Karan
Looking for some info on Build and Integration Framework (BIF) which get used to Integrate windchill with other third party system which are other than ERP systems.
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.