In the ValidateFieldValue() routine of a validator class, does the SetEntityError append the error message or overwrites it??
I believe SetEntityError overwrites it.
SetEntityFieldError includes a parameter which can be used to append.
bclubb wrote: I believe SetEntityError overwrites it.
bclubb wrote:
Correct. If you want to append, first read the value, append and then set the error to that new value.