Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
skip activity not displayed in Routing/Process Status table. Please find the attachment for more details.
There is a default limit in generating a report through queryspec and infoengine which is 250000. Is there an option to get results with more than 800000 with out any impact on method server?
We have a PTC article CS36017 to create a drop down list variable on workflow task Page. I need a similar solution but with ability of multi select. Thanks in advance.
Hi all,We have a requirement to give access to baselines of a Part to project. The parts will be shared to Project, but we need to share the Baselines so that supplier can adhere to the baseline that specifies specific verisons of Part Reference documents.We know that Baselines object access can be given manually to any user(including supplier who access by projectlink), as the part is shared.Looking for the API for giving adhoc access in WIndchill 11.0ThanksHari
I have a document. I making a copy of that document, thru code. When I create a new document, the contents/file attached to the original document does not get copied. I am using the ContentHolder & ContentHelper API.ContentHelper.getApplicationData() to get the data. Following is the code ContentHolder content = null; try { content = ContentHelper.service.getContents((ContentHolder)document_object); } catch (PropertyVetoException e) { e.printStackTrace(); } Vector vcontent = ContentHelper.getApplicationData(content); newDocument.setContentVector(vcontent);Which API would help to get data from a document & set it to a new document?
Hello all,I am new to windchill customization, i have requirement to create activity instruction different for different responsible users of same activity. Is there any API to create WF activity and Instructions, while workflow is running?Thanks in advance.
Hi All,i have a change notice object which is in resolved now, this process involves problem report , change request and finally change notice.i want to sent an email weekly basis which includes all affected objects for that particular week, from change notice object i am able to get name of Change notice creator but i also need name of problem report creator n change request creator.Is any API may i have to use to solve this requirement.Regards,Vivek
In "my workspace" of the home of Windchill.An active icon is near to a deletion icon in a workspace.Because a conflicting icon is near, I want to change the position of the icon.It does not let you display a deletion icon. And I perform the deletion from a menu.
how to call model attribute in html div tag
Windchill 10.1 M040. We have used a customized two level approval process/promotion request for years. It works great. Now the Engineering dept structure has changed. I need to add a third level approval. So I copied the two-level and modified to add the third level. So far so good. everything seems to work. HOWEVER, I can't figure out how to change the text that shows up in the email notification that goes to the third level approver! Any workflow gurus out there willing to give me some direction?Where would I find the item highlighted in properties of the Level 3 approval above? I've read through the workflow notifications customization but it doesn't seem to apply...Many thanks in advance.
Hello,I want to change Process Notification template. I attached a screen shot and I want to remove in the red box area. How can I change template ?I think I have to change NotificationRobot.html but I have no idea where to change.Thanks in advance.
Hi.Is there any windchill (java) api to read *.eda file?Thanks.
Hi GuysAm need Autocad (2014 Standard) attribute to come in windchill system. Example am using creo 2.0, Eever drawing have parameters like(Drawing_Number , Description ,Part_Number)This parameters configuration to windchill system like that. The above same thing I want in autocad drawing (Attribute to comes in windchill system & windchill system parameters to comes in autocad drawing.Ex: PTC_WM_REVISION Parameter to call on AutoCAD Drawing.Please help meRegardsS.Muthukumar
I have created EPM Doc soft types under the OOTB Windchill: EPM document \ CAD Document .How I make the new Soft type CAD Document types available for selection in the Catia File - New menu?
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
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.