Can anybody tell me how to create a custom attribute list. I want to select from a dropdown list for my new attribute. |
Re: Custom Attribute List
Are you asking how to create an attribute that provides the user specific options, such as "Severity" of "Low", "Medium", and "High"? You need to clarify in your mind the difference between a "Type" e.g. "Integer" or "String" with a "Definition" that uses it, e.g. "Number of linked Objects" (only integer values allowed) or "Requirement ID" (just about any string allowed).
-Louie Some folks routinely put "Type" in the name of every attribute type they create, "Severity Type", as this prevents confusion with an attribute Def with exactly the same name "Severity". |