It's all about the answers!

Ask a question

RTC: It is possible to configure a field excluding values from enumeration that was taken from another field?


Marcelo Bilezker (46110) | asked Apr 27 '21, 5:47 p.m.

 

I have two fields with same enumeration

Can I avoid one field to accept a value that was already set to the other field with same enumaration values?

I was doing this with an script validator, but it would be nice to do it through configuration



Accepted answer


permanent link
Ralph Schoon (63.1k33646) | answered Apr 28 '21, 2:39 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Apr 28 '21, 2:41 a.m.

EWM/RTC does not have fields, we have a concept of attributes with values in work items. 


For all I can tell, you can try to use attribute customization to implement the behavior you want. There are two possible approaches that can be used.

  1. Value Set - you can try to use Dependent Enumerations or Java Script or Java
  2. Validator - JavaScript or Java.

Marcelo Bilezker selected this answer as the correct answer

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.