Option in RTC to validate and poppulate data in workitem?
Hi,
I have a requirement to validate an input and choose values,
something like this.
I have three columns,
On choosing an item from Column A, automatically the set of values from the second column can be populated or selected, then the user should be able to choose from the list of items in the third column.
The idea is to populate the set of items in the second column, rather than the user selecting it, as they are pre-defined,
Can someone help me on how to achieve this?
I have a requirement to validate an input and choose values,
something like this.
I have three columns,
On choosing an item from Column A, automatically the set of values from the second column can be populated or selected, then the user should be able to choose from the list of items in the third column.
The idea is to populate the set of items in the second column, rather than the user selecting it, as they are pre-defined,
Can someone help me on how to achieve this?
One answer
I think what you are asking for is described in 3.0, see
https://jazz.net/downloads/rational-team-concert/milestones/3.0M4?p=news
"Dependant Enumerations"
with preliminary support available in 2.0.0.2:
https://jazz.net/wiki/bin/view/Main/AttributeValueProviders
On 16/08/2010 10:08 PM, prangan wrote:
https://jazz.net/downloads/rational-team-concert/milestones/3.0M4?p=news
"Dependant Enumerations"
with preliminary support available in 2.0.0.2:
https://jazz.net/wiki/bin/view/Main/AttributeValueProviders
On 16/08/2010 10:08 PM, prangan wrote:
Hi,
I have a requirement to validate an input and choose values,
something like this.
Type Fruits vegetables
________ _________ _____________
(choices) Data Should get Multi-Select
populated as per the Type Option to choose
Type A Fruit A Veg A
FruitD Veg B
FruitE Veg C
Veg D
Type B Fruit A Veg A
Fruit B Veg B
Veg C
Veg D
Type C Fruit C Veg A
Veg B
Veg C
Veg D
Is there any way to achieve this in RTC Work Item?
Thank You.