It's all about the answers!

Ask a question

RTC Work Item Attribute Customisation


V Niranjan (12545173) | asked Nov 03 '13, 10:45 p.m.
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

One answer



permanent link
Susan Hanson (1.6k2201194) | answered Nov 03 '13, 11:09 p.m.
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

Comments
Ralph Schoon commented Nov 04 '13, 5:08 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

This would be the approach I would try. It should work.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.