Hi ARIS professionals,
I’m creating user defined attribute, and attribute Data type is value.
Please do you know is it possible and how to import more values( 500 records) automatically trough Attribute wizard.
Now I can import only one at the time.
Best regards,
Mijo
M. Zschuckelt on
Hello Mijo,
to me it seems very unusual, to have an attribute type with an enumeration of 500 literal values. Without any idea, what it is, that you want to store in that attribute type, I would suggest the following:
Find an object type, that represents the concept of that intended attribute type. Create a library of 500 objects and find a suitable model type, where you can represent semantic relationships between the objects you intended to carry that attribute type and those objects. (Or if there is no such model type, create one yourself.)
This makes it a lot easier to maintain those 500 instances and you can give ownership for the library to someone who does not have Configuration privileges. Also with objects you have attributes at you disposal, e.g. "Description/Definition" that can help users to find the correct one among the 500. That saves you a lot of hassle, if you find one of those 500 obsolete or discover the 501st. If the attribute type was supposed to be mandatory, establish semantic checks for validating that the relationship to that object type exists.
Regards, M. Zschuckelt