How do I get the "attributeType" menu for an attribute customization?
![](http://jazz.net/_images/myphoto/31db69e714cd2607d053a6e7b4a3c388.jpg)
Note that I'm using the 5.0.2 release of Rational Team Concert. Has this procedure changed since the Wiki article was written? Is there a newer article that I should be reading instead?
Thanks for any help that you can give.
Eric Salberta
Accepted answer
![](http://jazz.net/_images/myphoto/31db69e714cd2607d053a6e7b4a3c388.jpg)
![](https://jazz.net/forum/upfiles/JavaProvider.png)
You might also want to look at https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/ for more information.
Comments
![](http://jazz.net/_images/myphoto/31db69e714cd2607d053a6e7b4a3c388.jpg)
Thank you very much, Mr. Schoon, but that is the very node which I right-clicked. I get the same menu that you show, but it does not have the "New" item (at least not when creating a "condition"; I haven't tried a "defaultValueProvider").
Also note that another user has also confirmed that he does not see the "New" menu item either, when running under RTC 5.0.2 and creating a "condition".
Thanks for your answer,
Eric
![](http://jazz.net/_images/myphoto/e5e63d5878217b64611c1df9401b7cd3.jpg)
Conditions don't run in the context of an attribute. You can't add an attribute therefore.
I just tried with 5.0.2 and the menu item is available for all providers that actually run in the context of an attribute.
![](http://jazz.net/_images/myphoto/31db69e714cd2607d053a6e7b4a3c388.jpg)
Thank you very much, Mr. Schoon. I must have misunderstood the instructions, then. I will review the documentation.
Eric
![](http://jazz.net/_images/myphoto/e5e63d5878217b64611c1df9401b7cd3.jpg)
Call me Ralph. This is the main difference between conditions and the other attribute customization. It caught me by surprise too. Read https://jazz.net/wiki/bin/view/Main/AttributeCustomization#Conditions and you will see there is no attribute that is passed. You can also not configure conditions in the attribute editor. Instead you configure them in pre-conditions e.g. read-only and required for condition. There you assign them to the attribute.