Windchill
Recently active
Hi,I'm facing a strange behavior on WC 12.1.2.4 using PartsLink.The classification attribute displays the internal names of values for enumeration in Structure page, however on Details page it shows proper display value.Any suggestions.
Hi All,Has anyone been able to implement versioning (i.e. Revision capability) in ProjectLink through a customization? Any other frustrated community members want to get together to share cost on getting this done?PTC - any chance you're willing to look at the enhancement requests submitted on this issue?
Hi All,Trying to use a custom icon for a soft-type.Created a .png image in codbase\netmarkets\images.Assigned it to soft-type in type and attribute management.Maintained the standard pixel size 15x15 / 16x16.Followed Article - CS292675 on support site, still the icon doesn't show up in recently accessed tab.Any suggestions how to fix it.Regards.
How to instwall Windchill PDMLink? guide?
Hello, i'm setting new workflow for promotion request in Windchill 12.0I would set for specific users a specific approver. For example: Designer1 and designer2 must be routed to APPROVER 1Designer2 and designer3 must be routed to APPROVER 2 Not need free choice by an Approver label
Hi, I am trying to create a report that returns a list of task with the following columns:Work ItemCreated On (Date)Initiated byTask Due Date/Deadline - found under Task > Template View > DeadlineObject Priority - found under Task > Template View > PriorityTask Name Trip CountAccepted date - found under Task > Task History > Performed OnCompleted By Date Completed - found under Task > Process Status > Date CompletedState ContextLast ModifiedI have been able to narrow down the type/tables these properties are coming from but I am having trouble matching them to the correct attribute. The Resource for reporting was very helpful but I was not able to find mapping for some of these properties.I also used jcaDebug=1 to gather detail information. This helps me narrow down the table but it does not help map the attribute. ColumnID value doesnt match to an attribute name in the type/table/Row Object. If you have an
Hello Windchillers, This not a request , but more a way to share a workaround to solve a problem Some Administrators, are sometime asked to grant non admins users a way to manage Windchill Queues. We can grant uses Permissions to modify WTQueues and their entries ,using loadfromfile as they are not exposed in policy administration , https://www.ptc.com/en/support/article/cs247200 Permissions Processing Queue/Scheduled Queue. with the above setting, users with above permissions will still require the queue link as the queue table is controlled by class com.ptc.core.components.validators.URLValidatorSiteUtilities,looking for admin rights (view in My Videos) To workaround this situation and making accessing the queues page more elegant we can cerate a report for Queues a expose it to users , so users having required permissions, will be able to run the report and access the Queues ,other will get blank result
We are investigating to introduce MBOMs to our Windchill configuration. Today, we only manage an EBOM driven from our cad structure. For anybody who has introduced MBOMs to Windchill, what were your findings and things that we should prepare for?
Where to download windchill pdmlink?
Curious if anyone is using subtypes of Managed Baseline in Windchill? As configured today, any user can create a Baseline in our system. We are considering making a few new subtypes that have access policies applied to them. The idea is that a Configuration Management (CM) or Product Development Process (PDP) baseline can only be created by a select few and are documented in our business processes. This would help move the Baseline creation from a nice to have item, to a need to have item that is created in a consistent manner according to CM decisions and our PDP. I have a second request coming from the sourcing team that would like to create a Baseline once/week so they have a historical check point to determine if there have been any updates in a product structure. They need to know if anything has changed from the top level down to ensure they are forecasting and costing all the right components.
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS03Need to understand after CPS update what are all the functions that we need to test to ensure there no data loss or any functional change has happened, Its for UAT
So I am about to roll out PartsLink Classification on our purchased parts. I have a ton of possible attributes. Some very specific to a specif node and some that can be more general. My question is around the attributes for the nodes. Should I try to use as many global attributes as I can or should I make them more specific? A good example is voltage. I know that each node will have it's own attribute, but in the Type and Attribute area, should I try to use as few as possible and point the node attributes to them as global? What are the pros/cons of doing this? I know a pro is that I have less to create. But then should I just create all of them with that in mind? Right now I have a mixture of the two and have over 120 attributes in my test system but have missed some that could possibly be global. I'm just looking for ways to possibly lessen this going into my production environment if it is not detrimental.
1. Can we display a state column in the Find Affected Objects window?or2. Can we add a filter and filter by state?or3. Can we use baseWhereClause="(state.state='PRODUCTION')" in jsp file and customize, so that only production state objects are returned?
Hi Everyone, I am new to Windchill please help me to get Resources for Query Builder or Thing Worx Reporting Regards, Lavkush
Dear Community, I have customized a Change Notice type and created a custom attribute in this type, this attribute is a drop down box to select the value, in addition I have created a template for change notice based on this type, in the template I have set the value of this attribute, in this case when the user creates a change notification, select the template, the value of this attribute will be brought over, but the user can still select other values When user creates a change notice, can it be set to read-only by the function of OOTB, or do I have to write a customized Validator? Because we don't want to give the user a choice, just follow the values of the template. Thank you. Best Regards,Chason
I am using Windchill PDMLink Release 11.0 and Datecode with CPS M030-CPS07While check out the drawing from Windchill, Creo takes much time to load. it shows Not responding.
This appears to be a very critical folder. I am looking to know what the default rights (Linux) applies to this folder and key files underneath. If you want more information on this folder and its function, I suggest you read here: https://support.ptc.com/help/wnc/r12.0.2.0/en/index.html#page/Windchill_Help_Center/WCSysAdminPasswordPasswordSystemEncrypt.html Also curious if anyone else has further beefed up security in this area.
Hello,Friends, we want to set up the testing processes of our products within Windchill. In general, we have a testing process consisting of 8 steps and we check the success and failure statuses.But the important thing is that we also want to keep the versions of the tests here. I can't decide which type to use here. Which one do you think is the most suitable? Have you encountered it before?
HI All,I tried to load preference in specific container level, I used below XML format & command to load it is loading in container level but also loading in site and org level. if any have a solution please share. <?xml version="1.0" ?><!DOCTYPE NmLoader SYSTEM "standardX20.dtd"><NmLoader><csvPreferenceCategory handler="wt.preference.LoadPreference.createPreferenceCategory"><csvname>PREF_NAME</csvname><csvparentName>PREF_CATEGORY</csvparentName><csvdisplayName>DISPLAY_NAME</csvdisplayName><csvdescription>DISCRIPTION</csvdescription></csvPreferenceCategory><csvPreferenceDefinition handler="wt.preference.LoadPreference.createPreferenceDefinition"><csvname>pref_unique_id</csvname><csvvisibility>CONTAINER</csvvisibility><csvcategoryName>PREF_NAME</csvcategoryName><csvdisplayName>DISPLAY_NAME</csvdisplayName><csvdescription>DISCRIPTION</csvde
How to fetch only modular parts from ProductManagement - 'GetParts' API
I set a default value which should fill in the field on creation (see photo 2)Creating a wt part without the cad is okCreating a Cad Document with Creo Parametric is ok (see photo 1)When creating a Cad Document with Modeling the fields with the default value are not filled in (see photo 3). How to set a default attribute with CREO MODELING? Matteo
I want users to see or pick only part and document, and hide/disable all other types. Is it possible to customize this type picker
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.2In new Option Set wizard "Manage Local Rule Changes Independently" is greyed out. By default it is set to "NO"
Pls someone help me
Hello, Visualization in my DEV server is not getting generated for some of the objects, I am getting an error saying, "Error: Config builder was not found for id: PSB.vizLE". Has anyone faced this error before, if so, please provide your inputs on the resolution. Note: The issue is not being observed in all objects, only in some of them. Thanks,Sha
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.