I've built a custom validator. The problem is I'm setting the values like
entity.Fields[ProjectFields.Id.Name].CurrentValue = -1.5m;
The problem with this approach is the ValidateFieldValue method wont be called.
Is there any to validate the values ?
I'm using the 2.6 version