Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi Guys,
Can we use the loader to create an attribute name that we can add to the selected WT part?
Regards,
AJ
Check following article that describes how to export and import the attribute definition in the system.
You can export and check how the XML input files are structured and you can create own to load the attributes
CS30168 - How to export and import soft types and attributes using 'LoadFromFile' in Windchill
PetrH
Thanks for the reply @HelesicPetr
Use the export from the article, and you can check the generated xml files that creates the attributes in the soft type as a EPMDocument ECN and so on.
You need to study how the xml is formatted and you will be able to create own definition for the soft type. .
PetrH
Thanks for the reply and apologize for delayed in reponse @HelesicPetr
I followed the same steps for WT Part Sub-Type to generate 3 xml file, but how i can upload that same attributes in new WT Part type.
I have a loader for Resuable attributes, Enumeration list, but i want Soft type attributes also- need a more details to create it.
Regards,
Aj
You have to study the exported xml content and find a logic how it works.
Then you would be able to crate new one definition with the soft attributes.
PetrH