Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hello,How can I prevent guest users to check out part/products ?
I have created subtype of Part : ASPart . Object of ASPart of Part is created. Some document is attached to the object in describeBy link. When I copy the object,the DescribedBy Link should not be copied. By Default it copies all the attachments of the object. I need to Validate Copy/Paste, to copy/paste object without any attachments. How should I do that?
Unable to edit attribute which is created on DocumentUsageLink.Description:Created an IBA on DocumentUsageLInk but unable to edit from Document Structure tab-->Uses tab.Is there any API or settings to update the attribute from DocumentUsageLink.
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.
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);
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.
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
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.
Is there anyway to use an attribute in a WTPart to help determine the team involved for a Change Notice? For example the WTPart might have an attribute for component type: stamped, laser cut, machined, cast, molded, or others. We would like to use that attribute to automatically determine the team needed for the Change Notice and Change Tasks as we would have different people for each of those types.Or is there a different or better way to accomplish the same thing?-marc
I am very new to Windchill customization and this page.I am trying to add OOTB revision picker in JSP page for wizard. It can be added in new Part/Document layout page but I want to give this functionality via custom action through Wizard. Is there any way to do it?
Hello,In order to Check-In only the eligible items, could we imagine to have this information in the Workspace.It allows designer :- to know which object are eligible for Check-In.- to sort object with this information in the workspace.- avoid Check-In action if business rules are not OK.Best Regards
Hi.I need run some code in Windchill to update objects. I need start this task at specified time and rerun it in some period.So i tried to use java.util.TimerTask implementation.Some code example i used:public class MyServiceManager extends wt.services.StandardManager { private static Logger LOGGER = LogR.getLogger(MyServiceManager .class.getName()); public static MyServiceManager newMyServiceManager () throws WTException { MyServiceManager instance = new MyServiceManager (); instance.initialize(); return instance; } @Override protected synchronized void performStartupProcess() throws ManagerException { try { /*some code to init firstTime and period*/  
My DBA and I have a trial version of 11.0 specifically for the MSG-3 module. We are trying to convert a database and this is not working at all. Is there anybody knowledgeable on the conversion process or have some kind of actual documentation of this?
I need to change the format string for the soft type of operation. Where there is a formation of this attribute?
I am wanting to add a custom workflow to the right click new menu. Is there any way to that? Thanks in advance!
Hi to all,How can I customize "Approaching Deadline Notification E-Mail" ? I need to change text in red box and add "Message" text under red box.Also, I want to remove blue box.Waiting your replies.Thanks in advance.
Hello everyone,I am New to Windchill customization and i have one requirement to add pdf file to Change request object using expression robot. kindly guide.
Hi All,I am currently working on a requirement, where we have to copy certain WTDocuments from one product to another programmatically.I need an API which could do this for me. Please let me know if you have come across certain APIs.Thanks in Advance.Regards,Ganesh.
Hi.I need to invoke javascript funtion after "defineItemAttributesWizStep" is displayed.The purpose is to set number field "readOnly=true".How can i do it?Action attribute "beforeJS" does not help because field is null at that time.Thanks.
This request is for PTC to provide a process/procedure/tool for deleting files from the Windchill database. When using the user interface, the UI will often not allow a deletion request due to dependencies and references with other objects. Reference PTC Case 13271571, opened on September 1 and closed December 6th, 2016
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.