Skip to main content
11-Garnet
March 22, 2025
Question

Bulk deletion of attributes in windchill

  • March 22, 2025
  • 1 reply
  • 720 views

hi team,

 

There is a scenario I need to delete 75 attributes in windchil

This is tedious and can we have a bulk deletion loader or how can it be done through build deployment?

1 reply

11-Garnet
March 24, 2025

@HelesicPetr  can u guide on this or route to guide?

HelesicPetr
22-Sapphire II
22-Sapphire II
March 24, 2025

Hello @SS_10574885 

You can use load from file method.

Here is an article describing how to load attributes to the system. 

CS30168 - How to export and import soft types and attributes using 'LoadFromFile' in Windchill

If you import one attribute, and system contains additional attributes then the method generate XML file in a Windchill/temp folder for deletion the additional attributes.

You can use the load from file method to load the generated xml to delete the attributes. 

 

PetrH

10-Marble
August 29, 2025

Hi @HelesicPetr 

Approach you have suggested only delete the attribute created in type  Is it possible to delete the attribute created in Manage Reusable Attribute via LoadFromFile  ?