Attribute selection based validation
![]()
Hi,
I have 2 Attributes in RTC Work item configuration.
First Attribute type is Radio type which is either "Yes" or "No"
And second Attribute type is "Small HTML".
I want if user select "yes" option in First attribute then second attribute should be mandatory field.
How to do this ?
|
Accepted answer
![]()
you would use the Required Attributes for Condition advisor, AND create an Attribute Customization Condition script, which returns true if the radio button is selected.
![]() then configure the Required Attributes for Condition advisor to trigger required for that condition. ![]() Rahi J selected this answer as the correct answer
|