function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rayraysrayrays 

Validation rule for $0.00

How do I create a validation rule to prevent entry of $0.00?  Thanks in advance.

Best Answer chosen by Admin (Salesforce Developers) 
Steve :-/Steve :-/

Amount < 0.01

All Answers

Steve :-/Steve :-/

Amount < 0.01

This was selected as the best answer
rayraysrayrays

Perfect! Thanks!