(21●6●5)
Dec 28 '11, 5:57 a.m.
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.