Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Anyone know why this is.I have set Org and Site preference for Affected End Items Display to No.If a users creates a CR in a Folder or from an item in a folder then the CR does not contain section 2 "Affected End Items Display". If a users creates a CR from a Search result (Actions) then the CR does have Affected End Items Display.As a side note, the folder actions does not include items they can not compete (we do not allow users to create a CN or Problem Reports) but on the Search actions the action is listed to create a Change Notice or a Problem Report.Thanks.
Is there a way to insert the promotion request approver name and role in a word document using DTI? If yes, could you please provide the details?
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
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
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.
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.
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
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);
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.
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 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
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.
I have one wizard page which i have to block for specific type (EPMDoc-Asm & EPMDoc-Prt). Action.xml updated with onClick = callJS function:<objecttype name="pacwizard" class="" resourceBundle="com.pac.agile.ui.resource.NavigationRB"> <action name="pushBOMWizard"> <command windowType="popup" class="XXXXX" method="execute" url="netmarkets/jsp/XX/XXPushBOMWizard.jsp" onclick="callJS"/> </action> <action name="show_mvc_content_bom"> <component windowType="wizard_step" name="com.pac.agile.bom"/> </action> <action name="show_jsp_content_bom" preloadWizardPage="false"> <command windowType="wizard_step" url="netmarkets/jsp/pac/pacShowJspContent.jsp"/> </action> </objecttype>Function details netmarkets\javascript\util\cutom.jsfunction callJS(){//JS Logic to block the above mentioned type}Also I want to refresh the Whole wizard Step on clicking an wizard action butto
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.