Is there a way to validate total sum of some attributes?
I can validate the input of each attributes, but i didn't find out how to validate the total sum of some attributes.
eg: I have 3 int attributes in one workitem A, B, C, A+B+C are assumed to be less than 100. How can I validate this? Thanks. |
2 answers
You should be able to use a script based validator to accomplish this. A good starting point can be found here: https://jazz.net/wiki/bin/view/Main/AttributeCustomization#Script_Based_Validation
|
You should be able to use a script based validator to accomplish this. A good starting point can be found here: https://jazz.net/wiki/bin/view/Main/AttributeCustomization#Script_Based_Validation OK, thank you! :) |
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.