Skip to main content
3-Newcomer
July 19, 2023
Question

export attributes under the Manage Reusable Attributes from Type and Attribute Manager

  • July 19, 2023
  • 5 replies
  • 2052 views

How to export attributes under the Manage Reusable Attributes from Type and Attribute Manager in Windchill 12.1.2.1

 

 

 

 

5 replies

HelesicPetr
22-Sapphire II
July 19, 2023

Hi @RM_9973523 

 

An Article CS30168 describes how to use loadfromfile method to export import the attributes.

 

PetrH

 

avillanueva
23-Emerald I
July 19, 2023

I was thinking of Business Administrative Changes but looks like that is for lifecycles, OIRS  and workflows.

18-Opal
July 24, 2023

Easy to do.

Write custom code to get the data from the dB and write the data to a text file.

Next write custom code to read the text file which contains, internal name, display name, data type, organizer, etc and simply create the new objects and store them to the dB.

 

The number of data types is very limited, String, Long, Boolean, Floating Point, Floating point with Units, URL, Timestamp.

Should be easy to pull this off.