"Multi Select list" kind is not visible in RTC 4.0
HI ,
I have created an enumeration 'Applications' with Id 'application'
I have added attribute 'impacted Applications' with type'medium string'.In editor presentation i have added attribute as 'impacted Applications' but in Kind section i am able to select "String,Text,Value Set Combo,Value Set Picker ,Hidden" But 'Multi Select list' option is not visible.
I have even tried with enumeration list but there 'checkbox enumeration list','Picker enumeration list' and 'Hidden' options are visible
How can i get Multi select list option?
Thanks in Advance.
One answer
Hi
As attribute type you have to use smallString or mediumString or String. Then, when configuring the presentation, you configure it to show up as Multi-Select List or Checkbox List presentation and add a property with key 'enumeration' and value the id of your enumeration.
References: Work Item Editor Presentations article: http://jazz.net/library/article/130
Be aware that the underlying enumeration is only available to the work item editor. Creating a query for that attribute is then more difficult.
As attribute type you have to use smallString or mediumString or String. Then, when configuring the presentation, you configure it to show up as Multi-Select List or Checkbox List presentation and add a property with key 'enumeration' and value the id of your enumeration.
References: Work Item Editor Presentations article: http://jazz.net/library/article/130
Be aware that the underlying enumeration is only available to the work item editor. Creating a query for that attribute is then more difficult.
I think this will help you ...