It's all about the answers!

Ask a question

Can we make any one of multiple attributes as mandatory?


Shuchita Tripathi (31435492) | asked Feb 01 '17, 7:24 a.m.

Hi,

I have 4 enumerations and I want the condition that user has to fill value in at least of them.
So, our condition is - one of the four attribute/enumeration must have a value.

Is there a way to achieve it?

RTC v 6.0.2

Accepted answer


permanent link
Dinesh Kumar B (4.1k413) | answered Feb 01 '17, 7:33 a.m.
JAZZ DEVELOPER

Hi Shuchita,

Have you tried using a Script Based Condition where you look for the Enum attributes values to be non-default and return true / false accordingly ...

here is more information about conditions :
    https://jazz.net/wiki/bin/view/Main/AttributeCustomization#Conditions

Regards,
Dinesh

Shuchita Tripathi selected this answer as the correct answer

Your answer


Register or to post your answer.