Skip to main content
Hi I have field here, this number field is not allowed to Enter negative value.. what is the proper formula for this matter?

 

the logic should be "invoice Number <= 0"
2 answers
  1. Jul 31, 2017, 3:11 AM
    Anton, you can simply have a VR with a formula of invoice_number__c < 0 to disallow negative numbers.
0/9000