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 Antworten
  1. 31. Juli 2017, 03:11
    Anton, you can simply have a VR with a formula of invoice_number__c < 0 to disallow negative numbers.
0/9000