Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Hi,I'm looking for a API in which I want to fetch the value given on the WTPart and map with one on CAD document.
Hello, I have a requirement where users want to create an object in Windchill which will have its own set of attributes, life cycle, workflow and role based access. I was thinking that I can introduce a soft type for WTPart or WTDocument, but since there are already many reports and code which uses WTPart and WTDocument object instance in my system, I am hesitant to introduce the object as a subtype of WTPart or WTDoc. Requesting you to provide any alternative type that I can make use of for this object. Thanks,Hari
Hi,I want all the WTObjects created by particular user. So How I can able to get it? Thanks. @manoj_dokku2 , @HelesicPetr
Is there a REST API command via WRS for creating a new CAD Document in Windchill? I only found the "GET" command for this and there is no "POST" command. We are using Windchill 12.0.2
Hi,Both Advance Expression in Options & Variants and Advance Selection Logic have conditional logic that could be defined.How do both stand to differentiate?What could be the key factors which separate each other?Thanks in advance.Regards,D
I mean, for example, roleAObjectRef.key.id ---> CLASSNAMEKEYROLEAOBJECTREF + IDA3A5 (In WTPARTUSAGELINK table) Now I want to use VALUEB7 which is the linenumber value in Windchill structure, but I don't know what the actual argument is. Is there any document for these mapping relations?
@ComponentBuilder({"erp.MaterialModelBuilder"})public class MaterialModelBuilder extends AbstractComponentBuilder {@Overridepublic ComponentConfig buildComponentConfig(ComponentParams componentParams) throws WTException { ComponentConfigFactory factory = getComponentConfigFactory(); TableConfig tableConfig = factory.newTableConfig(); tableConfig.setId("erp.MaterialModelBuilder"); tableConfig.setLabel("物料数据"); tableConfig.setSelectable(true); tableConfig.setActionModel("exportlisttofile_submenu"); ColumnConfig o_id = factory.newColumnConfig("o_id", "o_id", true); o_id.setWidth(100); tableConfig.addComponent(o_id); return tableConfig;}@Overridepublic Object buildComponentData(ComponentConfig componentConfig, ComponentParams params) throws Exception { String number = (String) params.getParameter("part_number"); String erpState = (String) params.getParameter("erp_state"); String fromDate = (String) params.getParameter("fromDate"); String toDate = (String) params.getParameter("toDate"); ret
We need to custom wizard in New Part Wizard on EndItem selectionIf end-Item is set to "yes" then insert the Wizard stepElse remove the wizard step
Hi there,Windchill PDMLink provides a small 3D - preview in the "details" tab of the object page: So far so good.But when model size increases or when You have a fair sized assembly, things can get quite bulky. I tried this, but without any visible change.https://www.ptc.com/en/support/article/CS82286 How can I increase the preview quality?
Hello, I have a requirement where a specific part sub type should not be added as a child component of any parts. Can you please let me know how we can achieve the same? Thanks in advance. Regards,Hari
I'm looking to add an action to the PrimaryContent attribute in General group under the Details Tab as shown in the attached image.Just like how the PDF icon in the value downloads the PDF when clicked upon, I need to add another icon that performs an action.Could anyone help me with it? Need API ways or any other workaround.
My client told me that do not allow to revise a wtpart which is discarded. So is it posible to do such thing?
Hello, I'm using WC on my browser, and I'd like to use its API to perform CRUD operations, but I'm not able to find the API documentation as described in the help files. Please see the attached screenshot of the location of these files.I checked my license and looks like REST services is installed. Any idea why I cannot see the "Client customization" item? Thanks,Bert
Hi,I want to add one calculated attribute at sub type of document and it should be present only for one type of document not for others how can we achive it?@HelesicPetr , @manoj_dokku2 @kchaithanya Regards,Pushpak
HiAt times we seem to have huge log files. Apparently some more or less innocent errors are logged with their full stack trace of executed java methods, Sometimes more than 100 lines long for a single occurance.Is there a way to only display the top methods in the stack trace ?
I know this can be done with the search tool, but I'm having some trouble getting the results. I'm trying to make a custom report that can do the following. Search by a prefix or sequence (preferably a drop down menu if thats possible?)checkbox/option to return WT parts and/or CAD documents.Any ideas on this one?
TeamWho has tried to configure Security Labels? The help page says that this rbinfo data type should be String:WCTYPE|wt.access.SecurityLabeled~SCA|<SECURITY_LABEL>.dataType=java.lang.Stringexample:WCTYPE|wt.access.SecurityLabeled~SCA|CORPORATE_PROPRIETARY.dataType=java.lang.String https://support.ptc.com/help/wnc/r12.0.0.0/en/index.html#page/Windchill_Help_Center%2FSecurityLabelConfigSLDefine.html%23The file in WCsrc/wt/access/accessModelRB.rbInfocontains this different type:WCTYPE|wt.access.SecurityLabeled~SCA|ALL_SECURITY_LABELS.dataType=com.ptc.core.meta.common.AttributeTypeIdentifierSet The help page says :"Do not delete or alter the existing lines that begin with:• WCTYPE|wt.access.SecurityLabeled~SCA|ALL_SECURITY_LABELSWhich type is correct? I get an error in the log file:8:22,232 ERROR [main] wt.access.configuration.SecurityLabelsHandler -The SecurityLabelResourceKey 'WCTYPE|wt.access.SecurityLabeled~SCA|ALL_SECURITY_LABELS' is invalid. Pleaseveri
Hi team,In xconfmanager, you can undefine or remove:--reset Reset the site specific value of a property or set ofproperties to the declared default value.--undefine Reset the property such that its value will be null--remove Treat the named property as an ordered set and remove avalue from it in the site.xconf. I have been configuring Security Labels, and I set a property that should not have been set. Then I tried --undefine and --remove but the property key remains in xconf.site and the related properties file. I would like to get rid of it completely. Will --reset get rid of the property? Maybe I need to use the backups?thanks -- Rick
Hello, I am currently using a Query Spec to look for all WTParts that match a specific query (query for name or number).I am also applying a SearchCondition with Iterated.LATEST_ITERATION = true to look for the latest iteration. spec.appendWhere(new SearchCondition(WTPart.class, Iterated.LATEST_ITERATION, SearchCondition.IS_TRUE), new int[]{index}); I am now trying to expand the query by a latest revision filter since with the Iterated.LATEST_ITERATION = true it returns the latest iterations of all revisions but I only need the latest iteration of the latest revision of this part. Using the Windchill Search I was able to do exaclty this but I need this as a Java Query. You can see the required functionality in this picture. Best regards
Hi all, At the moment the full path of the classification is displayed on the details page. We would need to display only the last class. So instead of having for example: Technical\Screw\Nr1 screw to see only Nr1 Screw. Has anyone changed this on their systems or has any ideas? Alex
Hi all,we have three CAD-Worker running. With one feeding queue and then one "working queue" for each worker. Sometimes, all three CAD-Worker are "blocked" with big assemblies/drawings (>1000 parts) for partially more than one hour (especially due to long transfer, download and thumbnail generation times). These long times alone are not nice and need to be optimized. But we also see a huge delay in the feeding queue resulting in hundreds of items waiting for the big assemblies to be finished.Is there any way to organize the queues a bit smarter? E.g. handling small assys and mono parts with a higher prio than big assemblies so they aren't stuck in the queue?Does this need customization or can this be configured directly within Windchill?
What is the use of Primary attributes Phone info page layout & Primary attributes tablet info page layout?
Workgroup manager for Solidworks deep customization, need particular enterprise Language high level (like CATIA with CAA RADE), in case for example I need to build abstraction libraries (dlls) for Windchill Workgroup Manager, to interact at runtime level ?
Team,I have a very secure Windchill product. The general population can only Read and Download one revision of any object. We accomplish this by setting up a "Public" folder where the general population has read and download. We also set up a "Private" folder with a custom domain and only the Product Managers have access. When a new revision gets "Released", the Product Manager moves the old revision out of the Public folder and puts it back in Private, The Product Manager also moves the new revision from Private to Public. While this is labor intensive, it works exactly as desired. We do this because we have problems with users building to the wrong revision. In the case of a CN Task, nobody except Product Manager can see the new revision. The new revision is still "In Work" or "Under Review" and it's hidden in the private folder. I'm looking for a way to have the Change Activity workflow extend Read and Download permissions
When FloatingPointWithUnits type attribute value is set to null after the creation, upon save and check-in, value is not setting to null.
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.