Ordered selection of values in Enumeration
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
I am not aware of any mechanism to do that.. RTC doesn't provide hooks in the UI form processes..
|
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.