Windchill
Recently active
Change Activity has Two TasksTask ATask B Task A - is Sent to a Role that is populated by a Group of 4 People.One of them accepts and completes the Task. Task B - Currently goes to all 4 People again. Would like Task B to go to the Person who completed Task A. My assumption is that we should be able to add Transition Code at the end of Task A that populates a Role for participant for Task B? Brian
Working to clear out old data and getting this error which trips up delete: Object "Baseline Member - wt.vc.baseline.BaselineMember:1170052405" references the object "Assembly - xxxxxx.asm, A.2" that was removed from the system.Object "Baseline Member - wt.vc.baseline.BaselineMember:1170052354" references the object "Assembly - xxxxxx.asm, -.4" that was removed from the system. I queried these rows and the EPMCheckPoint that it references does not exist. Goes back to 2017 and there are about 175 rows all with the same EPMCheckPoint IDA2A2. It looks to me this is a workspace baseline that no longer exists but for some reason, it did not clean up the member links. I did not see a WinDU to clean these up. I understand that BaselineMembers could be used for other things like Managed Baselines and Promotio
Hello,we are thinking about activating positioning assemblies. For that, we need to have representations for all items in our system.Anyhow, we have lots of items without a representation (couple of thousands), especially vendor components.Is there a simple way of creating (rule-based) publishing jobs for these items? Best regardsMartin
Good day,one of my tasks as ThingWorx-Admin is to move user from "available member" to "member" in an user group.Important: The username needs to have only lowercase letters to fit to the corresponding AD-group. As soon as a user logs-in with uppercase letters or misspelles the username, a new "available user" is generated. It's getting messy already, so I would like to delete all these accounts. Is that possible? Kind regardsMartin
Hi All,We just switched to WC 9.1 m040. Since then my modelcheck stopped working - I had to disable it. We had configured gatekeeper back in WC8.0 and it had been working fine till now. When we switched to 9.1 we started getting checkin failed with "ModelCHECK failed on model(s) in the context " and "Incorrect set of config files used on ModelCHECK in the context ".I have a call opened with PTC- their respond is to make sure the syntax is correct and no additional characters in the definition of ModelCHECK Configuration pref in WC. That has been checked...Anybody else seen this? What is the solution?Thank you in advance,Dmitry
Hello, I see this topic is 10 years old, but as I have exactly the same need, and found no solution. I would like to grant a role from us, design project leader, rights to control the task deadlines, so that notifications are sent on the target dates. Often he does now know a realistic target date, when assigning tasks. Unfortunately this is not possible without a customization. Article - CS61502 - Is it possible to give the ability to Edit Deadline for assignments to certain Roles in Windchill PDMLink (ptc.com) RE: post
I'm looking to create an event in Audit logs when I download a set of files using a custom action.Just like how an event gets created when you download an object. This is totally new to me, so please help me from the basics. If it's feasible please explain me how it should be done programmatically.
Hi, I have a problem about the langauage pack. I use Windchill 12.0.2.0 and language with Korean.When I download the part's dwg files, download popup's link has been crashed.But if i use the english, link is ok. How can I fix this problem?
In Windchill 11 - when doing eBOM/mBOM transformation - there was an option to view consumption status. You click a part from the visualization window and it disappears or turns translucent to represent consumption. In Windchill 12 it seems as though the "Render Consumptions" button is missing? And in the documentation there's a former link (guessing by the font color) MPMLink Visualization Panel that would in theory answer this, but the link is no longer active. Has this functionality moved somewhere else or is it no longer available?
Hi Comunity;I need to bring the fields in the red box below as a list, how can I do this?
Hi All,My requirement is to show a custom Attribute on Analyse Change request Task page of change Request.In this task, assignee can choose the correct values according to his choice from drop down values.Any Idea ?Regards,Vivek
I'm working on a custom action which opens up a jsp when clicked. When the jsp opens, I want to check the users license type and allow only if the user has got a certain license type, for example - PTC View and Print Only. Please share me the snippet if anybody has done this earlier.
Hi All, I want to do one modification in the ECR, Once the ECR is deleted or terminated the auto generated mail should generate and send to respective user who are all involves in the ECR.
Can anyone tell me what the PDMLink attribute "Assembly Mode" is used for and where? I'm trying to understand what the ramifications of the 3 different types are.
I have a workflow task where I added a document link which the assignee clicks to download. The link is the exact url as shown. How can I rename this link to something a little simpler? eg. "CAF Form" http://alexandria.windsormachine.com/Windchill/servlet/AttachmentsDownloadDirectionServlet?oid=OR:wt.doc.
Hi,I made a family table drawing for all my instances.But when i'm search a instance i can't found the family table drawing cause there is no link.How can i make it appear during the research of each instance? Thanks.
Hi all I have requirement to add a label/tag (like label feature in Gmail) to all Windchill objects( WTPart, WTDoc, CAD, Change), for better categorization. Need suggestion on the best solution to adapt. I don't want either of the object to get iterated while association is created. Also i want the reporting on the label collection objects.I can create WTDocument subtype for the label/tag. But not sure which configurable link is good as i don't want to iterate. Also irrespective or the iteration/revision association should be maintained. Need your suggestion.
Hi, My business team wants to use one CAD model to create Engineering as well as Manufacturing Drawing and associate them to the respective engg and mfg Parts.Is it possible to achieve this procedure? If I create multiple drawing to one MODEL, Windchill shows all drawing as "Calculated" and displays in all parts.
Hello,I want to create a WTDocument using windchill rest service there is an API under Document Management.Could you please help me for the providing proper input.The input JSON is below-{"Title": "","Number": "1234","Description": "Text","Name": "test","@odata.type": "#PTC.DocMgmt.EngDoc","SmallThumbnails@odata.bind": [""],"PrimaryContent@odata.bind": "","Thumbnails@odata.bind": [""],"Context@odata.bind": "Containers('OR:wt.pdmlink.PDMLinkProduct:188653')","Folder@odata.bind": "","Attachments@odata.bind": [""]}I am always getting "The binding link '' is malformed" exception.Thanks!!!
HiI have the requirement in a Java api program to check if an assembly is set inseparable in Creo. Does anyone know what property or method this is ?
Hello, Unable to get the life cycle history of a part when it's checked out using : LifeCycleHelper.service.getHistory(lcm)it's return a null . any help would be appreciated,Thanks.imad
Hii, I am unable to mock static methods while writing Junit test cases for Customizations. For example: the static methods ProcessHelper.checkRequestSubmitted(ChangeItem) and PersistenceHelper.manager.save(). If we dont mock this static method means, it requires method server to be on running state while running Junit test cases which is not recommended by PTC. I have also tried with all the powermock jars, but still not working. Can anyone help me how to mock these static ones? Thanks, Naga
In the workflow I created, I need to assign a separate task for each section. I can do this by creating activities for each section. How can I use it in a single activity by assigning it to the role?
I would like to export the BOM structure into XLS or CSV format and back to PDMLink table not to the DB? We have a CN which has many resulting items and where each item has bom strcuture and we are creating a report for bom structure of all the resulting items. This seems to be taking quite long time , so as to reduce the report timing of 10min we want to create this report in the Change Notice workflow and save it as secondary attachment. Then we will use this report for recreating the structure in the PDMLink table. Not sure if there is any better solution. But if you guys find a better solution, let me know in comments.
Hi there,My request will seem trivial to you, but I realized that it was not.As part of a workflow for publishing PVZ files from CAD documents, I want to write a publishrules that will publish these PVZ files at checkin, but only if a previous publication has already taken place manually. Here is the scenario:A design team is working on Creo PARAMETRIC and storing their work in Windchill.In parallel, another team works with Creo ILLUSTRATE to create technical illustrations.In order not to clutter the database, as long as no member of this team has manually triggered the creation of a PVZ file from an ASM, nothing should happen when this ASM is modified by the members of the design team.But once a PVZ has been created for the first time by an illustrator, then the next time a designer modifies the source ASM, the PVZ should be updated automatically.I searched to achieve this with publishrules, but couldn't find it.And I don't want to go through a specific development.Has anyone eve
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.