AND(ISNEW(), Contribution_Match_Request__c <= 500.00)
Can someone tell me what I am doing wrong? I appreciate it!
Thanks,
Mike
9 answers
Mike,
You need to create a Custom Validation Rule on the Contact Object that references the Roll-Up Field that is summing the Dontation $Revenue
The Roll-Up Field will not do anything to "disabling the value from exceeding my defined amount." on it's own, you need to add a Validation Rule