How can I make one field required based on the value of another field
![]()
Bob Ferguson (89●6●32)
| asked Nov 27 '15, 8:59 a.m.
retagged Dec 02 '15, 5:16 p.m. by Ken Tessier (841●1●7) I am using RTC 3.0.5 I have one filed called "Issue Type" that is enumerated. One of the enumeration values is "Policy". If "Policy" is selected then the field "Policy Type" is required. How do I make this happen? |
Accepted answer
![]()
Ralph Schoon (61.8k●3●36●43)
| answered Nov 27 '15, 9:20 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please see: https://jazz.net/help-dev/clm/topic/com.ibm.team.workitem.doc/topics/t_configuring_dynamic_required_attributes.html
You can do this using a condition. Supporting material:
Bob Ferguson selected this answer as the correct answer
|