You need to sign in to do that
Don't have an account?

Validation Rule Formula Field
I must to define a validation rule, but it doesn’t work because the field that I compared with other one is a “formula field” and the value is incremented after the validation work.
More:
The field “totalValue__c” is a formula field, and the value of this is the sum of all values inserted in other fields (ex. development, cousts, etc.). My rule defines in this field should be equals another field that user inserted the value manually.
How to make this rule work?
Thanks for the answers .
In that case, what the validation rules will do . And for formula filed you have nothing much to do.
I hope you can use workflow to copy value from this field to other field.