Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hello @DK_9887051
If the part is referenced to any object you can not just delete the Part. The system do not allow you to do so.
You need to delete all previous created references , that means all assemblies and drawings where the model part is used.
Also all promotion requests and change tasks or requests.
PetrH
That’s not exactly true.
I wrote a utility I call Power Delete that given an object, WTPart for example, will find/delete the reference links then it will delete the object.
The utility currently excludes links to, for example Change Activities, Promotion Request, Packages, etc. as those links can be removed using the Windchill UI and I felt automatically, rather than explicitly, removing them was risky.
Hi @d_graham
I am talking about an OOTB delete function. The delete wizard does not allow user to delete object that has some important references.
If you write own utility sure you can delete whatever you want with all references together.
it is similar as some users wants delete revision that has been created in a change notice, and they want to delete them instantly if they remove the revision object from the change notice. It is possible with customization.
PetrH
Yes, obviously you were referring to OOTB functionality. That’s why I said it’s not exactly true. OOTB it is true. But why limits themselves to OOTB (rhetorical)?