How to extend an enumeration inside an editor presentation?
Hello,
In the editor presentation I'd like to see a combination of a string and an enumeration for a presentation. In a certain case the processor of an work item, should be able choose items from the enumeration or type in own items. Sort of a combination of string and enumeration. Is that possible in RTC?
Regards,
Michael
In the editor presentation I'd like to see a combination of a string and an enumeration for a presentation. In a certain case the processor of an work item, should be able choose items from the enumeration or type in own items. Sort of a combination of string and enumeration. Is that possible in RTC?
Regards,
Michael
One answer
HI Michael,
I am not quite sure if I understand your requirement completely, but here are my two cents...
if its about being able to add new literals to an enumeration, you may want to define your enumeration to be stored in the database... an enumeration defined that way allows addition of literals through the work item directly...
Here is the help link that has more details :
Rational Collaborative Lifecycle Management Solution 4.0.0>Managing change and releases>Tracking work by using work items>Working in the Eclipse client>Customizing work items> Defining enumerations
I am not quite sure if I understand your requirement completely, but here are my two cents...
if its about being able to add new literals to an enumeration, you may want to define your enumeration to be stored in the database... an enumeration defined that way allows addition of literals through the work item directly...
Here is the help link that has more details :
Rational Collaborative Lifecycle Management Solution 4.0.0>Managing change and releases>Tracking work by using work items>Working in the Eclipse client>Customizing work items> Defining enumerations
Note: When you define a new enumeration, you can store it in the process specification or the database. If you store the enumeration in the database, you can add new values to the enumeration directly from the work item editor, even if you do not have permissions to modify the process specification. You still require permissions to add new values.
hope this helps..
If this is not what you were looking for, kindly expand on your actual requirement..