Includes: Windchill API, Windchill REST Services, Info*Engine, UI Customization
Recently active
Version: Windchill 12.1Use Case: I want make ready only "Name & Number" attributes on Part Edit Common Attribute Page :Description: I am unable to figure if I should use data utility or Validator for this.1. I tried data utility but I didn't triggered as I am able to registered data utility ID since there is no such Edit Common Attribute layout. public class DisableName extends DefaultDataUtility { protected static final Logger logger = LogR.getLogger(DisableName.class.getName()); @Override public UIValidationStatus getDataValue(String filedName, Object object, ModelContext modelContext) throws WTException { System.out.println("---- DisableName on Part CommonAttribute Started-------------"); UIValidationStatus status = UIValidationStatus.ENABLED; System.out.println("---- filedName :" + filedName); if (modelContext.getDescriptorMode().equals(ComponentMode.EDIT)) { if (filedName.equalsIgnoreCase("name")|| filedName.equalsIgnoreCase("number") ) { Syst
I am trying to upload the primary content to a document using REST API. I found information on knowledge hub to do it using Upload Stage 1, Upload Stage 2, Upload Stage 3 actions. I am facing issue while stage 2 action as it is not available in windchill rest services(screenshot attached). I am wondering if it is possible to customize the Document Management domain to perform POST action to upload document primary content directly through rest api. Any hint or assistance will be greatly appreciated.Thanks in advance for time and consideration.
I know this is a bit of an Onion (many layers and it can make you cry).We have Org and level Roles with ACL's but we also allow Projects to create Local Roles and these act like "Team Members" for Org level ACL's.In a Project (or any context) there is also the ability to ride a gui action with Actions on Roles.Given all that....There are Access Controls on a Folder (that can be propagated to sub-folders) and these look like ACL in that they say "modify" , "modify content" (looks like modify content in ACL), ""The right to modify any local file, URL, or external storage for the primary content and attachments of an object with content. This includes modifying content information and adding, replacing, or deleting content"If the Role in the team has Modify, Modify Content on the Access Control rule and can see Check Out, Check out and Edit, Replace content. Would selecting only Read , Download only allows those actions, and conversely can you grant Modify if the Role only has
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.0I would like to be able to filter work items by their last modified date - how would I be able to add this as an attribute to an advanced search.Here are the errors that I facednone
Version: Windchill 12.1 Use Case: Using configurable links, I'm looking for a way to link a specific iteration of object A to either a specific iteration or revision of object B. I do not want the link to carry forward on check-out/check-in of object A. For example, if I have EPMDocument A.1 linked to WTDocument A.1 and I check-out/check-in the EPMDocument, I do not want the link to carry forward to EPMDocument version A.2. The reverse scenario is inconsequential, i.e. if WTDocument iterates to A.2 it would be fine if the EPMDocument A.1 maintained the link. My only concern is the EPMDocument in this case.Description: We use a custom tool in CATIA that runs "checks" against a model/drawing and provides scores/feedback to the user interactively to make corrections. We are trying to incorporate these scores into Windchill without exposing the values to the user in CATIA via parameters, which is why we are trying to avoid using parameter to attribute mapping. Since Windchill does not
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.10when I tried to launch interface related to publishing job getting below error2025-01-08 08:33:40,657 FATAL [pool-16-thread-2] Flow1100 awphe02 - |PublishRepresentation [publishRepresentationId=7, publishRepresentationRule=Flow1100, remoteTask=RemoteTask [ruleName=Flow1100, rootNumber=59863907525, language=cs, getRequestURL()={server URL removed}, methodContext={}, timeConfiguration=TimeConfiguration [taskPeriod=1, taskTimeout=180, taskDelay=0, queueDelay=1000]]|||Failed to add a PublishJob of the rule Flow1100 to the Publisher Queue||FATAL com.infoengine.SAK.IeServiceException: Syntax error in ELEMENT parameterat com.infoengine.SAK.IeService.updateCollection(IeService.java:870)at com.infoengine.SAK.IeService.updateCollection(IeService.java:798)at com.infoengine.SAK.IeService.updateCollection(IeService.java:759)at ext.renault.phenix.interfaces.publishing.model.monitor.PublishRepresentation.performJob(PublishR
Is there a way to disable cancel button at last page of wizard, Below SS is last page of wizard and I want to disable the cancel button.
Version: Windchill 13.0 Use Case: REST API end hooksDescription: I am investigating a possible project using the Windchill REST API. The documentation page is here:https://support.ptc.com/help/windchill_rest_services/r1.6/en/index.html#page/windchill_rest_services/WCCG_RESTAPIs_Javadoc_JSdoc.html# Both the links on that page lead to a missing page. Where is the REST API end hook documentation?
Hi all, I am working on a customized action that requires to download model data . Since the members of the family tree do not have model content data, I need to filter them. Can anybody suggest me ways to identity if a part belongs to family tree or get the model content of the base object?
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.11I want to create part object subtype in windchill through thingworx application. For this creation I have to use 3 endpoints in single request that are uservalidation, attribute_validation, create Object. To do this I believe that in ODATA I can use batch request. But finding some difficulty that where to save that Json/js files which consist of the batch request and all. If I can get a stepwise procedure, it may help me to do the requirement. I want to use some OOTB endpoints and some custom.
Hello, I have a requirement where I need to populate the Resource pool of a workflow task based on an attribute, say location, selected by the user at the time of creating a Change Notice. For example, if the user has selected the location as Spain, the resource pool of a set-up participant task should be updated with Spain group for a role. Requesting you to provide some info on the feasibility to implement the same. Thanks,Sha
Hi All,Is it possible to have Proposed Solution Attribute on Change Notice as well. Out of the Box it present on Change Request only .Any Idea ?Regards,Vivek
Version: Windchill Below 11.0 Use Case: I used a api below this scentence to complete a WfAssignedActivity object ,but it did not created a related WfAssignmentEventAudit object,why ? wt.workflow.engine.WfEngineHelper.service.changeState(assignedActivity, WfTransition.COMPLETE);Description: I used a api below this scentence to complete a WfAssignedActivity object ,but it did not created a related WfAssignmentEventAudit object,why ?wt.workflow.engine.WfEngineHelper.service.changeState(assignedActivity, WfTransition.COMPLETE);</span>
Version: Windchill 12.1 Use Case: I need to retrieve documents that were set to released in the past 24 hours.Description: I am looking to find documents that were set to released in the past 24 hours. I am doing this via InfoEngine by querying for objects with an UpdateStamp greater than a date/time stamp for yesterday.In InfoEngine updateStamp and modifyStamp are returned and represent two different use cases. I need updateStamp. Below is the values I am seeing come back from InfoEngine <thePersistInfo.updateStamp>2024-05-24 13:01:13 EDT</thePersistInfo.updateStamp> <thePersistInfo.modifyStamp>2024-05-16 09:49:15 EDT</thePersistInfo.modifyStamp> The DynamicDocument Rest API returns LastModified, which seems to align with modifyStamp from InfoEngine, but I am not seeing a value come back from the REST API's for UpdateStamp. { ... "LastModified": "2024-10-25T12:56:32-04:00", ... } I am able to get the documents that were modified after a
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.0I want to customize a model that can support main content attachments like documents and generate visualizations. That is, if Office Worker is installed and the main content is Word, Excel, PPT, etc., it can also generate visualization PDFs through Worker. So what interfaces does my model need to implement and what configurations do I need to make to meet my requirements? --------------------------------------------------------- Translated the topic from Simplified Chinese to English using Google translate Subject - 客制模型支持生成可视化 Body -我想客制一个模型,它能像文档一样支持主内容附件,且能生成可视化,即如果装了office worker,且主内容是word、excel、ppt等也能通过worker生成可视化pdf,那么我的模型需要实现哪些接口,需要做哪些配置,才能实现我的要求呢? -By Community Moderation Team. ---------------------------------------------------------
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2I want table as an attribute value in WTPart Details page how is it achievable using data utility or is it achievable or not.
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.0.2Windchill13 UI上部添加定制图片,详细见附件Lenovo windchill 12定制的图片。附件中包含windchill13仿照12更新CSS文件和图片
WGM is not supporting Autodesk Naviworks tool. I am interested to know if any customer successfully implemented any custom solution from third parties to integrate Naviworks with Windchill?
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2How to convert the following in the securityLabelDownloadAckResource.rbInfo to securityLabelDownloadAckResource.java?The rbInfo contains the followings:TEST1_ONLY_DownloadAck.value=I have read and agree to the terms of the state export license.TEST1_ONLY_DownloadAck.comment=State export license user acknowledgementTRUE_DownloadAck.value=I have read and agree to the terms of the state export license.TRUE_DownloadAck.comment=State export license user acknowledgementdownloadAckMessageKey.value=TRUE_DownloadAck
Version: Windchill 12.0 Use Case: To get a Downloadable URL for the Document's in Windchill Description: There is a Use Case to download the Documents from the Windchill to Thingworx, I am trying to find a WRS API for it, but I couldn't find one. Is there any WRS API, present?Thanks,
Version: Windchill 12.1 Use Case: In Promotion Request workflow, check if any of the promotables are WTDocuments with URLData as primary content. If yes, send a notification to a specific groupDescription: In a promotion request workflow, I'm trying to check if any of the promotables are WTDocuments with URLData as primary content and if so, send a notification to a certain group. The only method I've found to possibly allow me to do this is getURLData, which returns a Vector. Below is the code I've tried in a Conditional node in the workflow. Testing by promoting a Document that's content is a URL, it returned result = NO wt.maturity.PromotionNotice pn = (wt.maturity.PromotionNotice) primaryBusinessObject; wt.fc.QueryResult queryResult = wt.maturity.MaturityHelper.service.getPromotionSeeds(pn); boolean isUrl = false; while (queryResult.hasMoreElements()) { Object obj = queryResult.nextElement(); if (obj instanceof wt.doc.WTDocument
This is view More Attributes Info Page Layout on a WTPart.Can the attribute title be displayed in single line? without wrapping to next line."Package Description" as two continuous words?
Version: Windchill 12.1 Use Case: get rid of scrollbars in text areaDescription: This is a String attribute of limit up to 500 characters on a WTPart.this field has to be editable, so do not want to make it read-only. Can we get rid of the scrollbar?
Version: Windchill 12.1 Use Case: I need to customize the order of which tabs are displayed on the Part. In my case, Custom-ActionModels.xml I only have the structure tab, because, when I create a sub-type(like TestPart), I want it to start from a clean layout, nothing else except Structure tab should be there but I do not mention the 'Details' tab in the xml, and create in in UI using customize option, the Structure tab is always coming first. I am able to drag and reorder but that order will not be the same for all users. How can I get the Details tab first, without having it in the xml?Description: I need to customize the order of which tabs are displayed on the Part.In my case, Custom-ActionModels.xml I only have the structure tab, because, when I create a sub-type(like TestPart), I want it to start from a clean layout, nothing else except Structure tab should be therebut I do not mention the 'Details' tab in the xml, and create in in UI using customize option, the Structure t
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.2The class StructuredAnnotationSet is depricated. Is there a replacement class? We only have 1 row of the data in the StructuredAnnotationSet db table, but if we start using annotations after WC 13, what table will they be stored in.
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.