RTC Work Item Attribute Customisation
Hi
I am using RTC 4.0.3. In a Work Item I have a Custom Attribute e.g. Stage which is of type Enumeration.
Is there a way to mention that if I select a value in the Stage then value of 3 other Custom attributes should be mandatorily set
Dependent Enumeration will not work here because based on the value of Stage I mandatorily need the value to be set for 3 other attributes
Please let me know.
Regards
Niranjan V
I am using RTC 4.0.3. In a Work Item I have a Custom Attribute e.g. Stage which is of type Enumeration.
Is there a way to mention that if I select a value in the Stage then value of 3 other Custom attributes should be mandatorily set
Dependent Enumeration will not work here because based on the value of Stage I mandatorily need the value to be set for 3 other attributes
Please let me know.
Regards
Niranjan V
One answer
I think you can write a Java-script based condition for the other 3 custom attributes which checks the value of the Stage enumeration and if it is anything other than the default/unassigned value, then you can return true and use that condition as the basis for the required or not required-ness of those 3 other custom attributes.
Susan
Susan