whenever "Filed Against" categories list choose then "Owned By" list to display error message if user is not correctly chosen
At present in RTC 5.0.1 to 6.x I found whenever the Categories selected in "Filed Against" field, if we choose the wrong user in "Owned By" field, RTC provides a warning message stating "user is not part of Team Area". Which we need to convert as error message when user try to save the work item by choosing the wrong user. So for this anyone have any information about related script or API to use whenever "Filed Against" categories list choose then "Owned By" list to display error message if user is not correctly chosen.
One answer
U can use
- Validator Java - see https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/
-
Advisor see https://rsjazz.wordpress.com/2014/05/26/only-owner-can-close-workitem-advisor/
Javascript won't work. See