It's all about the answers!

Ask a question

Ordered selection of values in Enumeration


Akshay Panchakshari (37128) | asked Sep 06 '16, 6:10 a.m.
I have a enumeration which contains values 'one','two' and 'three'.
I want to ensure the order in which values are selected in enumeration.
For ex-  I dont want user to select the value 'two' before 'one' . So at first , values 'two' and 'three' will be disabled or will not appear in enumeration. Once the value 'one' is selected the value 'two' will be available for user to select in enumeration. Similarly when 'two' is selected the next value 'three' will be available for user to select.

Any ideas on how to achieve this ?

Thanks
Akshay P



One answer



permanent link
sam detweiler (12.5k6195201) | answered Sep 06 '16, 7:15 a.m.
I am not aware of any mechanism to do that..  RTC doesn't provide hooks in the UI form processes..

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.